Mappend
Bun

method

RedisClient.append

key: KeyLike,
value: KeyLike
): Promise<number>;

Append a value to a key

@param key

The key to append to

@param value

The value to append

@returns

Promise that resolves with the length of the string after the append operation

Referenced types

type KeyLike = string | ArrayBufferView | Blob