pending commands rename

34 views
Skip to first unread message

Moses Nakamura

unread,
Mar 8, 2017, 10:14:57 AM3/8/17
to Redis DB
Howdy,
I help maintain a redis client alongside clients for other protocols, so I'm not a redis expert, but sometimes need to understand what's happening in the protocol.

Based on an issue someone filed with our project, looks like at some point in time the "pending-commands" property was renamed to "link-pending-commands".

What's the history on that?  How do clients normally handle this?  Is there somewhere I can look for a list of all protocol changes?
Best,
Moses

Jan-Erik Rediger

unread,
Mar 8, 2017, 12:21:03 PM3/8/17
to redi...@googlegroups.com
It was changed here:
https://github.com/antirez/redis/commit/1029276c0#diff-45b8aaf53e1ac2b9134c1e0ad96a0e03R2537

Not much history on that other than it was renamed because the
associated variable was moved as well.
There's no detailed listing of changes for the properties.

In order to handle old and new variants you should probably look for
both and take what's there.

On Wed, Mar 08, 2017 at 07:14:57AM -0800, Moses Nakamura wrote:
> Howdy,
> I help maintain a redis client alongside clients for other protocols, so
> I'm not a redis expert, but sometimes need to understand what's happening
> in the protocol.
>
> Based on an issue <https://github.com/twitter/finagle/pull/591> someone
> filed with our project, looks like at some point in time the
> "pending-commands" property was renamed to "link-pending-commands".
>
> What's the history on that? How do clients normally handle this? Is there
> somewhere I can look for a list of all protocol changes?
> Best,
> Moses
>
> --
> You received this message because you are subscribed to the Google Groups "Redis DB" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
> To post to this group, send email to redi...@googlegroups.com.
> Visit this group at https://groups.google.com/group/redis-db.
> For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages