Method: Redis::Commands::Hashes#hvals
- Defined in:
- lib/redis/commands/hashes.rb
#hvals(key) ⇒ Array<String>
Get all the values in a hash.
202 203 204 |
# File 'lib/redis/commands/hashes.rb', line 202 def hvals(key) send_command([:hvals, key]) end |