Predis v0.6.3 Release Notes

Release Date: 2011-01-01 // over 13 years ago
    • 🆕 New commands available in the Redis v2.2 profile (dev):

      • Strings: SETRANGE, GETRANGE, SETBIT, GETBIT
      • Lists : BRPOPLPUSH
    • The abstraction for MULTI/EXEC transactions has been dramatically improved by providing support for check-and-set (CAS) operations when using Redis >= 2.2. Aborted transactions can also be optionally replayed in automatic up to a user-defined number of times, after which a Predis\AbortedMultiExec exception is thrown.