class Redis

def substr(key, start, stop)

def substr(key, start, stop)
  @client.call(:substr, key, start, stop)
end