Libraries
»
fflags
(0.6.0)
»
Index
»
FFlags
»
RedisClient
»
#all
Method: FFlags::RedisClient#all
Defined in:
lib/fflags/redis_client.rb
#
all
(key) ⇒
Object
11 12 13
# File 'lib/fflags/redis_client.rb', line 11
def
all
(
key
)
client
.
hgetall
(
key
)
end