-
Notifications
You must be signed in to change notification settings - Fork 24.6k
BLPOP and BRPOP with COUNT #766
Copy link
Copy link
Closed
Labels
state-approvedstate-proposed-featurestate:help-wantedNo member is currently implementing this changeNo member is currently implementing this changestate:needs-codingthe solution is trivial, some coding (or additional coding) is neededthe solution is trivial, some coding (or additional coding) is needed
Milestone
Metadata
Metadata
Assignees
Labels
state-approvedstate-proposed-featurestate:help-wantedNo member is currently implementing this changeNo member is currently implementing this changestate:needs-codingthe solution is trivial, some coding (or additional coding) is neededthe solution is trivial, some coding (or additional coding) is needed
In currently, LPOP and RPOP can only pop 1 element from the list. which is not effective. Suggest to allow pop more elements, like LRANGE, to accept a range between start and end index.