await redis.append(key, "Hello"); // returns 5
Append a value to a string stored at key.
Was this page helpful?