Append a value to a string stored at key.
await redis.append(key, "Hello"); // returns 5
The key to get.
The value to append.
How many characters were added to the string.
Was this page helpful?