Skip to content

jansichermann/RedisFactory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A class that can be asked for a redis client connection.

It will either return one from a pool, or instantiate a new one.


Example:

redisClient, c := redisfactory.NewConnection()

// do something with redisClient

c <- true


About

A Class that Pools and creates default redis clients for concurrent redis operations in go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages