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

Incremental Release

Choose a tag to compare

@popravich popravich released this 26 Oct 07:39
· 1174 commits to master since this release

NEW:

  • Allow multiple keys in EXISTS command (see #156 and #157);

FIX:

  • Close RedisPool when connection to Redis failed (see #136);
  • Add simple INFO command argument validation (see #140);
  • Remove invalid uses of next()

MISC:

  • Update devel.rst docs; update Pub/Sub Channel docs (cross-refs);
  • Update MANIFEST.in to include docs, examples and tests in source bundle;