Categorygithub.com/Clarilab/easyredis
modulepackage
0.3.0
Repository: https://github.com/clarilab/easyredis.git
Documentation: pkg.go.dev

# README

easyredis

Wrapper around redis lib to make usage easier

# Functions

ConnectToRedis instantiates a new go-redis client.
New instantiates a new service.

# Variables

ErrRedisKeyNotFound indicates that the cached element does not exist.

# Structs

Service is a wrapper around go-redis for easy read and write.