/redigohelper

Helper package for redigo to execute redis commands in golang

Primary LanguageGoMIT LicenseMIT

redigohelper

Package redigohelper provides helper functions to make it easy to use redigo:

  • NewPool(): Create a redis connection pool.
  • HMSET(): Sets the specified fields to their respective values in map[string]string.
  • HGETALL(): Return all fields and values of the hash and store them in map[string]string.
  • ......

Documentation

License