This repository was archived by the owner on Feb 21, 2023. It is now read-only.
Incremental release
NEW:
- Add
hmset_dictcommand
(see #130); - Add
RedisConnection.addressproperty; - RedisPool
minsize/maxsizemust not beNone; - Implement
close()/wait_closed()/closedinterface for pool
(see #128);
FIX:
- Add test for
hstrlen; - Test fixes
MISC:
- Enable Redis 3.2.0 on Travis;
- Add spell checking when building docs
(see #132); - Documentation updated;