Skip to content

Releases: novant-io/redis

Version 0.5

08 Oct 16:27
Compare
Choose a tag to compare
  • Normalize all redis op methods to lowercase for consistency
  • Add expires support to: incr, incrby, incrbyfloat

Version 0.4

06 Aug 12:53
Compare
Choose a tag to compare
  • Allow null values on set as a convenience for del
  • Add incr support: incr, incrby, incrbyfloat
  • Add hincr support: hincr, hincrby, hincrbyfloat

Version 0.3

11 Jan 13:14
Compare
Choose a tag to compare
  • Add basic Hashes support: hget, hmget, hgetall, hset, hmset, hdel
  • Add expire and expireAt calls
  • Add memStats support

Version 0.2

08 Jan 21:26
Compare
Choose a tag to compare
  • Rework Redis -> RedisClient and make thread-safe
  • Update SocketOptions -> SocketConfig

Version 0.1

13 Apr 15:03
Compare
Choose a tag to compare

Initial release