Get the value of a key.
Parameters:
Returns:
190 191 192
# File 'lib/redis/commands/strings.rb', line 190 def get(key) send_command([:get, key]) end