Releases: novant-io/redis
Releases · novant-io/redis
Version 0.5
Version 0.4
- Allow
null
values onset
as a convenience fordel
- Add incr support:
incr
,incrby
,incrbyfloat
- Add hincr support:
hincr
,hincrby
,hincrbyfloat
Version 0.3
- Add basic Hashes support:
hget
,hmget
,hgetall
,hset
,hmset
,hdel
- Add
expire
andexpireAt
calls - Add
memStats
support
Version 0.2
- Rework
Redis
->RedisClient
and make thread-safe - Update
SocketOptions
->SocketConfig
Version 0.1
Initial release