class Redis
def rpop(key)
-
(String)
-
Parameters:
-
key
(String
) --
def rpop(key) synchronize do |client| client.call [:rpop, key] end end
(String)
-
key
(String
)
--
def rpop(key) synchronize do |client| client.call [:rpop, key] end end