Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Incremental release

Compare
Choose a tag to compare
@popravich popravich released this 22 Jul 17:53
· 1213 commits to master since this release

NEW:

  • Add hmset_dict command
    (see #130);
  • Add RedisConnection.address property;
  • RedisPool minsize/maxsize must not be None;
  • Implement close()/wait_closed()/closed interface 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;