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