Skip to content

replace pubSub()with pubSubLoop() in redis example#4

Merged
igorw merged 1 commit intomasterfrom
unknown repository
Aug 24, 2014
Merged

replace pubSub()with pubSubLoop() in redis example#4
igorw merged 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Aug 21, 2014

as per this change in predis:

predis/predis@8533dbd

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.

as per this change in predis:

predis/predis@8533dbd

> 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.
igorw added a commit that referenced this pull request Aug 24, 2014
replace pubSub()with pubSubLoop() in redis example
@igorw igorw merged commit 5b60578 into igorw:master Aug 24, 2014
@igorw
Copy link
Copy Markdown
Owner

igorw commented Aug 24, 2014

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant