- Normalize all redis op methods to lowercase for consistency
- Add
expires
support to:incr
,incrby
,incrbyfloat
- Allow
null
values onset
as a convenience fordel
- Add incr support:
incr
,incrby
,incrbyfloat
- Add hincr support:
hincr
,hincrby
,hincrbyfloat
- Add basic Hashes support:
hget
,hmget
,hgetall
,hset
,hmset
,hdel
- Add
expire
andexpireAt
calls - Add
memStats
support
- Rework
Redis
->RedisClient
and make thread-safe - Update
SocketOptions
->SocketConfig
- Initial release