From f8aea2bbe3c2633a4fbd2b4af46f3ecc43159f33 Mon Sep 17 00:00:00 2001 From: Christos Trochalakis Date: Tue, 16 Feb 2021 20:48:23 +0200 Subject: [PATCH] Update lib/resque/data_store.rb --- lib/resque/data_store.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resque/data_store.rb b/lib/resque/data_store.rb index 88c2cbfad..dfca673c8 100644 --- a/lib/resque/data_store.rb +++ b/lib/resque/data_store.rb @@ -122,7 +122,7 @@ def push_to_queue(queue,encoded_item) end end - # MLPOP key [key ..] + # MLPOP key [key ...] # # LPOP the first available element by probing each key # in the specified order.