- `LSET` and `LINDEX` ([19]) - Start helpers module for common use cases ([19])
Bug-Fixes
- Fix bug when using `PUBSUB` locally ([19])
0.7.0
Added
- Partial support for pubsub channels ([18])
0.6.0
Breaking
- Removed `set` and `get` ([17])
Added
- Redis function `EXPIRE` (`P*` versions and `PERSIST` as well) ([17]) - Redis function `TTL` ([17]) - Redis function `FLUSHALL` with implementation defined synchrony ([17])
0.5.0
Changed
- Started renaming `set` to `set_value` and `get` to `get_value` ([15])