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