methodRedisClient.appendappend(key: KeyLike,value: KeyLike): Promise<number>;Append a value to a key@param keyThe key to append to@param valueThe value to append@returnsPromise that resolves with the length of the string after the append operationReferenced typestype KeyLike = string | ArrayBufferView | Blob