1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

getting ready for a beta release :)

This commit is contained in:
Leibale
2023-11-09 19:12:29 -05:00
parent a5a4cb45ea
commit 2d8c0f0b79
12 changed files with 192 additions and 197 deletions

View File

@@ -14,7 +14,7 @@ type QueryRawReply = TuplesReply<[
metadata: Metadata
]>;
type QueryParam = null | RedisArgument | number | boolean | QueryParams | Array<QueryParam>;
type QueryParam = null | string | number | boolean | QueryParams | Array<QueryParam>;
type QueryParams = {
[key: string]: QueryParam;