redis.set("key", "Hello World") assert redis.getrange("key", 0, 4) == "Hello"
Return a substring of value at the specified key.
Was this page helpful?