Categorygithub.com/wordbox-tech/Backend-Library-GoRedis

# README

Backend-Library-GoRedis

Library for logging in Go using Uber's zap library

Execution

  1. For Installing, run the next command:
  2. To check if all dependencies are satisfied, run the next command:
    • go mod tidy -v

Usage

import the library - goredis "github.com/wordbox-tech/Backend-Library-GoRedis"

RedisHelper.NewClient(host, port, databaseNumber)
RedisHelper *goredis.RedisHelper
RedisHelper.Get(KEY_SUFIX, userId, &userCache)
RedisHelper.Set(KEY_SUFIX, userId, user)
RedisHelper.Remove(KEY_SUFIX,userId)

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author