josiahcarlson / redis-in-action

Example code from the book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect argument in Listing 6.28 The leave_chat() function

opened this issue · comments

In leave_chat function, I think the argument to pass in zremrangebyscore should be oldest[0][1].

PR merged, bug fixed.