Predis v0.6.4 Release Notes

Release Date: 2011-02-12 // about 13 years ago
    • 🐎 Various performance improvements (15% ~ 25%) especially when dealing with long multibulk replies or when using clustered connections.

    • ➕ Added the on_retry option to Predis\MultiExecBlock that can be used to specify an external callback (or any callable object) that gets invoked whenever a transaction is aborted by the server.

    • ➕ Added inline (p)subscribtion via options when initializing an instance of Predis\PubSubContext.