Predis v0.6.2 Release Notes

Release Date: 2010-11-28 // over 13 years ago
    • Minor internal improvements and clean ups.

    • ๐Ÿ†• New commands available in the Redis v2.2 profile (dev):

      • Strings: STRLEN
      • Lists : LINSERT, RPUSHX, LPUSHX
      • ZSets : ZREVRANGEBYSCORE
      • Misc. : PERSIST
    • WATCH also accepts a single array parameter with the keys that should be monitored during a transaction.

    • ๐Ÿ‘Œ Improved the behaviour of Predis\MultiExecBlock in certain corner cases.

    • ๐Ÿ‘Œ Improved parameters checking for the SORT command.

    • ๐Ÿ›  FIX: the STORE parameter for the SORT command didn't work correctly when using 0 as the target key (ISSUE #13).

    • ๐Ÿ›  FIX: the methods for UNWATCH and DISCARD do not break anymore method chaining with Predis\MultiExecBlock.