mirror of
https://github.com/predis/predis.git
synced 2026-08-21 03:42:57 +00:00
8533dbdb0b
Client::pubSub() still works like usual by returning a new pub/sub context, but it is now considered an alias of Client::pubSubLoop(). This change is necessary in preparation for the next major version of Predis where Client::pubSub() will be used for the new PUBSUB command introduced in Redis 2.8.