module Redis::Commands::Strings

def get(key)

Returns:
  • (String) -

Parameters:
  • key (String) --
def get(key)
  send_command([:get, key])
end