methodRedisClient.rpushrpush(key: KeyLike,value: KeyLike,...rest: KeyLike[]): Promise<number>;Append one or multiple values to a list@param keyThe list key@param valueThe value to append@returnsPromise that resolves with the length of the list after the push operationReferenced typestype KeyLike = string | ArrayBufferView | Blob