Predis v0.7.1 Release Notes

Release Date: 2011-12-27 // over 12 years ago
    • ๐Ÿ—„ The PEAR channel on PearHub has been deprecated in favour of pear.nrk.io.

    • ๐Ÿ›  Miscellaneous minor fixes.

    • โž• Added transparent support for master / slave replication configurations where write operations are performed on the master server and read operations are routed to one of the slaves. Please refer to ISSUE #21 for a bit of history and more details about replication support in Predis.

    • The profile client option now accepts a callable object used to initialize a new instance of Predis\Profiles\IServerProfile.

    • ๐Ÿ”ฆ Exposed a method for MULTI / EXEC contexts that adds the ability to execute instances of Redis commands against transaction objects.