const substring = await redis.getrange("key", 2, 4);
Return a substring of value at the specified key.
Was this page helpful?