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 Sep 19:50
· 1460 commits to master since this release

Changes:

  • Dropped following Redis method -- Redis.multi(), Redis.exec(), Redis.discard()
  • Redis.multi_exec hack'ish property removed
  • Redis.multi_exec() method added
  • High-level commands implemented:
    • generic commands (tests);
    • transactions commands (api stabilization).
  • Backward incompatibilities:
    • Following sorted set commands' API changed:
      zcount, zrangebyscore, zremrangebyscore, zrevrangebyscore;
    • set string command' API changed;