Method: Redis::HashKey#hget
- Defined in:
- lib/redis/hash_key.rb
#hget(field) ⇒ Object Also known as: get, []
Redis: HGET
22 23 24 |
# File 'lib/redis/hash_key.rb', line 22 def hget(field) unmarshal redis.hget(key, field), [:marshal_keys][field] end |