mirror of
https://github.com/predis/predis.git
synced 2026-08-26 05:49:53 +00:00
7b01bc0644
Starting with 2.6, Redis uses a slightly different format for the payload returned by MONITOR for each command. Predis can now adapt to this difference and returns a new `client` field in the payload object. This new field is always defined but is set to NULL when connected to Redis < 2.6. Please note that Redis 2.6 now does not echo the `MONITOR` command as the first payload when opening a new MONITOR context.