# File lib/redis.rb, line 900
def
lpop
(
key
)
synchronize
do
|
client
|
client
.
call
[
:lpop
,
key
]
end
end