@upstash/redis 0.0.0-ci.e730ad54-20220901 → 0.0.0-ci.e9ff702fe7d2dd2495b4383b5432fe9b93f5a6e7-20250729064656

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (419) hide show
  1. package/README.md +36 -23
  2. package/chunk-IRVZXPJO.mjs +4490 -0
  3. package/cloudflare.d.mts +55 -0
  4. package/cloudflare.d.ts +55 -0
  5. package/cloudflare.js +4592 -0
  6. package/cloudflare.mjs +93 -0
  7. package/fastly.d.mts +48 -0
  8. package/fastly.d.ts +48 -0
  9. package/fastly.js +4565 -0
  10. package/fastly.mjs +66 -0
  11. package/nodejs.d.mts +73 -0
  12. package/nodejs.d.ts +73 -0
  13. package/nodejs.js +4612 -0
  14. package/nodejs.mjs +113 -0
  15. package/package.json +1 -63
  16. package/zmscore-CgRD7oFR.d.mts +4051 -0
  17. package/zmscore-CgRD7oFR.d.ts +4051 -0
  18. package/.releaserc +0 -14
  19. package/esm/deps/deno.land/x/base64@v0.2.1/base.js +0 -100
  20. package/esm/deps/deno.land/x/base64@v0.2.1/base64url.js +0 -9
  21. package/esm/deps/deno.land/x/sha1@v1.0.3/deps.js +0 -1
  22. package/esm/deps/deno.land/x/sha1@v1.0.3/mod.js +0 -191
  23. package/esm/deps/denopkg.com/chiefbiiko/std-encoding@v1.0.0/mod.js +0 -50
  24. package/esm/package.json +0 -3
  25. package/esm/pkg/commands/append.js +0 -9
  26. package/esm/pkg/commands/bitcount.js +0 -16
  27. package/esm/pkg/commands/bitop.js +0 -9
  28. package/esm/pkg/commands/bitpos.js +0 -9
  29. package/esm/pkg/commands/command.js +0 -57
  30. package/esm/pkg/commands/dbsize.js +0 -9
  31. package/esm/pkg/commands/decr.js +0 -9
  32. package/esm/pkg/commands/decrby.js +0 -9
  33. package/esm/pkg/commands/del.js +0 -9
  34. package/esm/pkg/commands/echo.js +0 -9
  35. package/esm/pkg/commands/eval.js +0 -9
  36. package/esm/pkg/commands/evalsha.js +0 -9
  37. package/esm/pkg/commands/exists.js +0 -9
  38. package/esm/pkg/commands/expire.js +0 -9
  39. package/esm/pkg/commands/expireat.js +0 -9
  40. package/esm/pkg/commands/flushall.js +0 -13
  41. package/esm/pkg/commands/flushdb.js +0 -13
  42. package/esm/pkg/commands/get.js +0 -9
  43. package/esm/pkg/commands/getbit.js +0 -9
  44. package/esm/pkg/commands/getrange.js +0 -9
  45. package/esm/pkg/commands/getset.js +0 -9
  46. package/esm/pkg/commands/hdel.js +0 -9
  47. package/esm/pkg/commands/hexists.js +0 -9
  48. package/esm/pkg/commands/hget.js +0 -9
  49. package/esm/pkg/commands/hgetall.js +0 -33
  50. package/esm/pkg/commands/hincrby.js +0 -9
  51. package/esm/pkg/commands/hincrbyfloat.js +0 -9
  52. package/esm/pkg/commands/hkeys.js +0 -9
  53. package/esm/pkg/commands/hlen.js +0 -9
  54. package/esm/pkg/commands/hmget.js +0 -35
  55. package/esm/pkg/commands/hmset.js +0 -13
  56. package/esm/pkg/commands/hscan.js +0 -16
  57. package/esm/pkg/commands/hset.js +0 -13
  58. package/esm/pkg/commands/hsetnx.js +0 -9
  59. package/esm/pkg/commands/hstrlen.js +0 -9
  60. package/esm/pkg/commands/hvals.js +0 -9
  61. package/esm/pkg/commands/incr.js +0 -9
  62. package/esm/pkg/commands/incrby.js +0 -9
  63. package/esm/pkg/commands/incrbyfloat.js +0 -9
  64. package/esm/pkg/commands/keys.js +0 -9
  65. package/esm/pkg/commands/lindex.js +0 -6
  66. package/esm/pkg/commands/linsert.js +0 -6
  67. package/esm/pkg/commands/llen.js +0 -9
  68. package/esm/pkg/commands/lpop.js +0 -9
  69. package/esm/pkg/commands/lpos.js +0 -19
  70. package/esm/pkg/commands/lpush.js +0 -9
  71. package/esm/pkg/commands/lpushx.js +0 -9
  72. package/esm/pkg/commands/lrange.js +0 -6
  73. package/esm/pkg/commands/lrem.js +0 -6
  74. package/esm/pkg/commands/lset.js +0 -6
  75. package/esm/pkg/commands/ltrim.js +0 -6
  76. package/esm/pkg/commands/mget.js +0 -9
  77. package/esm/pkg/commands/mod.js +0 -115
  78. package/esm/pkg/commands/mset.js +0 -12
  79. package/esm/pkg/commands/msetnx.js +0 -9
  80. package/esm/pkg/commands/persist.js +0 -9
  81. package/esm/pkg/commands/pexpire.js +0 -9
  82. package/esm/pkg/commands/pexpireat.js +0 -9
  83. package/esm/pkg/commands/ping.js +0 -13
  84. package/esm/pkg/commands/psetex.js +0 -9
  85. package/esm/pkg/commands/pttl.js +0 -9
  86. package/esm/pkg/commands/publish.js +0 -9
  87. package/esm/pkg/commands/randomkey.js +0 -9
  88. package/esm/pkg/commands/rename.js +0 -9
  89. package/esm/pkg/commands/renamenx.js +0 -9
  90. package/esm/pkg/commands/rpop.js +0 -9
  91. package/esm/pkg/commands/rpush.js +0 -9
  92. package/esm/pkg/commands/rpushx.js +0 -9
  93. package/esm/pkg/commands/sadd.js +0 -9
  94. package/esm/pkg/commands/scan.js +0 -19
  95. package/esm/pkg/commands/scard.js +0 -9
  96. package/esm/pkg/commands/script_exists.js +0 -12
  97. package/esm/pkg/commands/script_flush.js +0 -16
  98. package/esm/pkg/commands/script_load.js +0 -9
  99. package/esm/pkg/commands/sdiff.js +0 -9
  100. package/esm/pkg/commands/sdiffstore.js +0 -9
  101. package/esm/pkg/commands/set.js +0 -36
  102. package/esm/pkg/commands/setbit.js +0 -9
  103. package/esm/pkg/commands/setex.js +0 -9
  104. package/esm/pkg/commands/setnx.js +0 -9
  105. package/esm/pkg/commands/setrange.js +0 -9
  106. package/esm/pkg/commands/sinter.js +0 -9
  107. package/esm/pkg/commands/sinterstore.js +0 -9
  108. package/esm/pkg/commands/sismember.js +0 -9
  109. package/esm/pkg/commands/smembers.js +0 -9
  110. package/esm/pkg/commands/smove.js +0 -9
  111. package/esm/pkg/commands/spop.js +0 -13
  112. package/esm/pkg/commands/srandmember.js +0 -13
  113. package/esm/pkg/commands/srem.js +0 -9
  114. package/esm/pkg/commands/sscan.js +0 -16
  115. package/esm/pkg/commands/strlen.js +0 -9
  116. package/esm/pkg/commands/sunion.js +0 -9
  117. package/esm/pkg/commands/sunionstore.js +0 -9
  118. package/esm/pkg/commands/time.js +0 -9
  119. package/esm/pkg/commands/touch.js +0 -9
  120. package/esm/pkg/commands/ttl.js +0 -9
  121. package/esm/pkg/commands/type.js +0 -9
  122. package/esm/pkg/commands/unlink.js +0 -9
  123. package/esm/pkg/commands/zadd.js +0 -26
  124. package/esm/pkg/commands/zcard.js +0 -9
  125. package/esm/pkg/commands/zcount.js +0 -9
  126. package/esm/pkg/commands/zincrby.js +0 -9
  127. package/esm/pkg/commands/zinterstore.js +0 -27
  128. package/esm/pkg/commands/zlexcount.js +0 -9
  129. package/esm/pkg/commands/zmscore.js +0 -11
  130. package/esm/pkg/commands/zpopmax.js +0 -13
  131. package/esm/pkg/commands/zpopmin.js +0 -13
  132. package/esm/pkg/commands/zrange.js +0 -26
  133. package/esm/pkg/commands/zrank.js +0 -9
  134. package/esm/pkg/commands/zrem.js +0 -9
  135. package/esm/pkg/commands/zremrangebylex.js +0 -9
  136. package/esm/pkg/commands/zremrangebyrank.js +0 -9
  137. package/esm/pkg/commands/zremrangebyscore.js +0 -9
  138. package/esm/pkg/commands/zrevrank.js +0 -9
  139. package/esm/pkg/commands/zscan.js +0 -16
  140. package/esm/pkg/commands/zscore.js +0 -9
  141. package/esm/pkg/commands/zunionstore.js +0 -27
  142. package/esm/pkg/error.js +0 -9
  143. package/esm/pkg/http.js +0 -77
  144. package/esm/pkg/pipeline.js +0 -1144
  145. package/esm/pkg/redis.js +0 -1102
  146. package/esm/pkg/script.js +0 -77
  147. package/esm/pkg/types.js +0 -1
  148. package/esm/pkg/util.js +0 -31
  149. package/esm/platforms/cloudflare.js +0 -62
  150. package/esm/platforms/fastly.js +0 -40
  151. package/esm/platforms/node_with_fetch.js +0 -60
  152. package/esm/platforms/nodejs.js +0 -59
  153. package/script/deps/deno.land/x/base64@v0.2.1/base.js +0 -104
  154. package/script/deps/deno.land/x/base64@v0.2.1/base64url.js +0 -13
  155. package/script/deps/deno.land/x/sha1@v1.0.3/deps.js +0 -6
  156. package/script/deps/deno.land/x/sha1@v1.0.3/mod.js +0 -196
  157. package/script/deps/denopkg.com/chiefbiiko/std-encoding@v1.0.0/mod.js +0 -55
  158. package/script/package.json +0 -3
  159. package/script/pkg/commands/append.js +0 -13
  160. package/script/pkg/commands/bitcount.js +0 -20
  161. package/script/pkg/commands/bitop.js +0 -13
  162. package/script/pkg/commands/bitpos.js +0 -13
  163. package/script/pkg/commands/command.js +0 -61
  164. package/script/pkg/commands/dbsize.js +0 -13
  165. package/script/pkg/commands/decr.js +0 -13
  166. package/script/pkg/commands/decrby.js +0 -13
  167. package/script/pkg/commands/del.js +0 -13
  168. package/script/pkg/commands/echo.js +0 -13
  169. package/script/pkg/commands/eval.js +0 -13
  170. package/script/pkg/commands/evalsha.js +0 -13
  171. package/script/pkg/commands/exists.js +0 -13
  172. package/script/pkg/commands/expire.js +0 -13
  173. package/script/pkg/commands/expireat.js +0 -13
  174. package/script/pkg/commands/flushall.js +0 -17
  175. package/script/pkg/commands/flushdb.js +0 -17
  176. package/script/pkg/commands/get.js +0 -13
  177. package/script/pkg/commands/getbit.js +0 -13
  178. package/script/pkg/commands/getrange.js +0 -13
  179. package/script/pkg/commands/getset.js +0 -13
  180. package/script/pkg/commands/hdel.js +0 -13
  181. package/script/pkg/commands/hexists.js +0 -13
  182. package/script/pkg/commands/hget.js +0 -13
  183. package/script/pkg/commands/hgetall.js +0 -37
  184. package/script/pkg/commands/hincrby.js +0 -13
  185. package/script/pkg/commands/hincrbyfloat.js +0 -13
  186. package/script/pkg/commands/hkeys.js +0 -13
  187. package/script/pkg/commands/hlen.js +0 -13
  188. package/script/pkg/commands/hmget.js +0 -39
  189. package/script/pkg/commands/hmset.js +0 -17
  190. package/script/pkg/commands/hscan.js +0 -20
  191. package/script/pkg/commands/hset.js +0 -17
  192. package/script/pkg/commands/hsetnx.js +0 -13
  193. package/script/pkg/commands/hstrlen.js +0 -13
  194. package/script/pkg/commands/hvals.js +0 -13
  195. package/script/pkg/commands/incr.js +0 -13
  196. package/script/pkg/commands/incrby.js +0 -13
  197. package/script/pkg/commands/incrbyfloat.js +0 -13
  198. package/script/pkg/commands/keys.js +0 -13
  199. package/script/pkg/commands/lindex.js +0 -10
  200. package/script/pkg/commands/linsert.js +0 -10
  201. package/script/pkg/commands/llen.js +0 -13
  202. package/script/pkg/commands/lpop.js +0 -13
  203. package/script/pkg/commands/lpos.js +0 -23
  204. package/script/pkg/commands/lpush.js +0 -13
  205. package/script/pkg/commands/lpushx.js +0 -13
  206. package/script/pkg/commands/lrange.js +0 -10
  207. package/script/pkg/commands/lrem.js +0 -10
  208. package/script/pkg/commands/lset.js +0 -10
  209. package/script/pkg/commands/ltrim.js +0 -10
  210. package/script/pkg/commands/mget.js +0 -13
  211. package/script/pkg/commands/mod.js +0 -131
  212. package/script/pkg/commands/mset.js +0 -16
  213. package/script/pkg/commands/msetnx.js +0 -13
  214. package/script/pkg/commands/persist.js +0 -13
  215. package/script/pkg/commands/pexpire.js +0 -13
  216. package/script/pkg/commands/pexpireat.js +0 -13
  217. package/script/pkg/commands/ping.js +0 -17
  218. package/script/pkg/commands/psetex.js +0 -13
  219. package/script/pkg/commands/pttl.js +0 -13
  220. package/script/pkg/commands/publish.js +0 -13
  221. package/script/pkg/commands/randomkey.js +0 -13
  222. package/script/pkg/commands/rename.js +0 -13
  223. package/script/pkg/commands/renamenx.js +0 -13
  224. package/script/pkg/commands/rpop.js +0 -13
  225. package/script/pkg/commands/rpush.js +0 -13
  226. package/script/pkg/commands/rpushx.js +0 -13
  227. package/script/pkg/commands/sadd.js +0 -13
  228. package/script/pkg/commands/scan.js +0 -23
  229. package/script/pkg/commands/scard.js +0 -13
  230. package/script/pkg/commands/script_exists.js +0 -16
  231. package/script/pkg/commands/script_flush.js +0 -20
  232. package/script/pkg/commands/script_load.js +0 -13
  233. package/script/pkg/commands/sdiff.js +0 -13
  234. package/script/pkg/commands/sdiffstore.js +0 -13
  235. package/script/pkg/commands/set.js +0 -40
  236. package/script/pkg/commands/setbit.js +0 -13
  237. package/script/pkg/commands/setex.js +0 -13
  238. package/script/pkg/commands/setnx.js +0 -13
  239. package/script/pkg/commands/setrange.js +0 -13
  240. package/script/pkg/commands/sinter.js +0 -13
  241. package/script/pkg/commands/sinterstore.js +0 -13
  242. package/script/pkg/commands/sismember.js +0 -13
  243. package/script/pkg/commands/smembers.js +0 -13
  244. package/script/pkg/commands/smove.js +0 -13
  245. package/script/pkg/commands/spop.js +0 -17
  246. package/script/pkg/commands/srandmember.js +0 -17
  247. package/script/pkg/commands/srem.js +0 -13
  248. package/script/pkg/commands/sscan.js +0 -20
  249. package/script/pkg/commands/strlen.js +0 -13
  250. package/script/pkg/commands/sunion.js +0 -13
  251. package/script/pkg/commands/sunionstore.js +0 -13
  252. package/script/pkg/commands/time.js +0 -13
  253. package/script/pkg/commands/touch.js +0 -13
  254. package/script/pkg/commands/ttl.js +0 -13
  255. package/script/pkg/commands/type.js +0 -13
  256. package/script/pkg/commands/unlink.js +0 -13
  257. package/script/pkg/commands/zadd.js +0 -30
  258. package/script/pkg/commands/zcard.js +0 -13
  259. package/script/pkg/commands/zcount.js +0 -13
  260. package/script/pkg/commands/zincrby.js +0 -13
  261. package/script/pkg/commands/zinterstore.js +0 -31
  262. package/script/pkg/commands/zlexcount.js +0 -13
  263. package/script/pkg/commands/zmscore.js +0 -15
  264. package/script/pkg/commands/zpopmax.js +0 -17
  265. package/script/pkg/commands/zpopmin.js +0 -17
  266. package/script/pkg/commands/zrange.js +0 -30
  267. package/script/pkg/commands/zrank.js +0 -13
  268. package/script/pkg/commands/zrem.js +0 -13
  269. package/script/pkg/commands/zremrangebylex.js +0 -13
  270. package/script/pkg/commands/zremrangebyrank.js +0 -13
  271. package/script/pkg/commands/zremrangebyscore.js +0 -13
  272. package/script/pkg/commands/zrevrank.js +0 -13
  273. package/script/pkg/commands/zscan.js +0 -20
  274. package/script/pkg/commands/zscore.js +0 -13
  275. package/script/pkg/commands/zunionstore.js +0 -31
  276. package/script/pkg/error.js +0 -13
  277. package/script/pkg/http.js +0 -81
  278. package/script/pkg/pipeline.js +0 -1148
  279. package/script/pkg/redis.js +0 -1106
  280. package/script/pkg/script.js +0 -81
  281. package/script/pkg/types.js +0 -2
  282. package/script/pkg/util.js +0 -35
  283. package/script/platforms/cloudflare.js +0 -89
  284. package/script/platforms/fastly.js +0 -67
  285. package/script/platforms/node_with_fetch.js +0 -87
  286. package/script/platforms/nodejs.js +0 -86
  287. package/types/deps/deno.land/x/base64@v0.2.1/base.d.ts +0 -5
  288. package/types/deps/deno.land/x/base64@v0.2.1/base64url.d.ts +0 -1
  289. package/types/deps/deno.land/x/sha1@v1.0.3/deps.d.ts +0 -1
  290. package/types/deps/deno.land/x/sha1@v1.0.3/mod.d.ts +0 -26
  291. package/types/deps/denopkg.com/chiefbiiko/std-encoding@v1.0.0/mod.d.ts +0 -3
  292. package/types/pkg/commands/append.d.ts +0 -7
  293. package/types/pkg/commands/bitcount.d.ts +0 -8
  294. package/types/pkg/commands/bitop.d.ts +0 -12
  295. package/types/pkg/commands/bitpos.d.ts +0 -7
  296. package/types/pkg/commands/command.d.ts +0 -37
  297. package/types/pkg/commands/dbsize.d.ts +0 -7
  298. package/types/pkg/commands/decr.d.ts +0 -7
  299. package/types/pkg/commands/decrby.d.ts +0 -7
  300. package/types/pkg/commands/del.d.ts +0 -7
  301. package/types/pkg/commands/echo.d.ts +0 -7
  302. package/types/pkg/commands/eval.d.ts +0 -7
  303. package/types/pkg/commands/evalsha.d.ts +0 -7
  304. package/types/pkg/commands/exists.d.ts +0 -7
  305. package/types/pkg/commands/expire.d.ts +0 -7
  306. package/types/pkg/commands/expireat.d.ts +0 -7
  307. package/types/pkg/commands/flushall.d.ts +0 -9
  308. package/types/pkg/commands/flushdb.d.ts +0 -9
  309. package/types/pkg/commands/get.d.ts +0 -7
  310. package/types/pkg/commands/getbit.d.ts +0 -7
  311. package/types/pkg/commands/getrange.d.ts +0 -7
  312. package/types/pkg/commands/getset.d.ts +0 -7
  313. package/types/pkg/commands/hdel.d.ts +0 -7
  314. package/types/pkg/commands/hexists.d.ts +0 -7
  315. package/types/pkg/commands/hget.d.ts +0 -7
  316. package/types/pkg/commands/hgetall.d.ts +0 -7
  317. package/types/pkg/commands/hincrby.d.ts +0 -7
  318. package/types/pkg/commands/hincrbyfloat.d.ts +0 -7
  319. package/types/pkg/commands/hkeys.d.ts +0 -7
  320. package/types/pkg/commands/hlen.d.ts +0 -7
  321. package/types/pkg/commands/hmget.d.ts +0 -15
  322. package/types/pkg/commands/hmset.d.ts +0 -9
  323. package/types/pkg/commands/hscan.d.ts +0 -24
  324. package/types/pkg/commands/hset.d.ts +0 -9
  325. package/types/pkg/commands/hsetnx.d.ts +0 -7
  326. package/types/pkg/commands/hstrlen.d.ts +0 -7
  327. package/types/pkg/commands/hvals.d.ts +0 -7
  328. package/types/pkg/commands/incr.d.ts +0 -7
  329. package/types/pkg/commands/incrby.d.ts +0 -7
  330. package/types/pkg/commands/incrbyfloat.d.ts +0 -7
  331. package/types/pkg/commands/keys.d.ts +0 -7
  332. package/types/pkg/commands/lindex.d.ts +0 -4
  333. package/types/pkg/commands/linsert.d.ts +0 -9
  334. package/types/pkg/commands/llen.d.ts +0 -7
  335. package/types/pkg/commands/lpop.d.ts +0 -7
  336. package/types/pkg/commands/lpos.d.ts +0 -15
  337. package/types/pkg/commands/lpush.d.ts +0 -7
  338. package/types/pkg/commands/lpushx.d.ts +0 -7
  339. package/types/pkg/commands/lrange.d.ts +0 -4
  340. package/types/pkg/commands/lrem.d.ts +0 -4
  341. package/types/pkg/commands/lset.d.ts +0 -4
  342. package/types/pkg/commands/ltrim.d.ts +0 -4
  343. package/types/pkg/commands/mget.d.ts +0 -7
  344. package/types/pkg/commands/mod.d.ts +0 -115
  345. package/types/pkg/commands/mset.d.ts +0 -9
  346. package/types/pkg/commands/msetnx.d.ts +0 -9
  347. package/types/pkg/commands/persist.d.ts +0 -7
  348. package/types/pkg/commands/pexpire.d.ts +0 -7
  349. package/types/pkg/commands/pexpireat.d.ts +0 -7
  350. package/types/pkg/commands/ping.d.ts +0 -7
  351. package/types/pkg/commands/psetex.d.ts +0 -7
  352. package/types/pkg/commands/pttl.d.ts +0 -7
  353. package/types/pkg/commands/publish.d.ts +0 -7
  354. package/types/pkg/commands/randomkey.d.ts +0 -7
  355. package/types/pkg/commands/rename.d.ts +0 -7
  356. package/types/pkg/commands/renamenx.d.ts +0 -7
  357. package/types/pkg/commands/rpop.d.ts +0 -7
  358. package/types/pkg/commands/rpush.d.ts +0 -7
  359. package/types/pkg/commands/rpushx.d.ts +0 -7
  360. package/types/pkg/commands/sadd.d.ts +0 -7
  361. package/types/pkg/commands/scan.d.ts +0 -18
  362. package/types/pkg/commands/scard.d.ts +0 -7
  363. package/types/pkg/commands/script_exists.d.ts +0 -7
  364. package/types/pkg/commands/script_flush.d.ts +0 -14
  365. package/types/pkg/commands/script_load.d.ts +0 -7
  366. package/types/pkg/commands/sdiff.d.ts +0 -7
  367. package/types/pkg/commands/sdiffstore.d.ts +0 -7
  368. package/types/pkg/commands/set.d.ts +0 -55
  369. package/types/pkg/commands/setbit.d.ts +0 -7
  370. package/types/pkg/commands/setex.d.ts +0 -7
  371. package/types/pkg/commands/setnx.d.ts +0 -7
  372. package/types/pkg/commands/setrange.d.ts +0 -7
  373. package/types/pkg/commands/sinter.d.ts +0 -7
  374. package/types/pkg/commands/sinterstore.d.ts +0 -7
  375. package/types/pkg/commands/sismember.d.ts +0 -7
  376. package/types/pkg/commands/smembers.d.ts +0 -7
  377. package/types/pkg/commands/smove.d.ts +0 -7
  378. package/types/pkg/commands/spop.d.ts +0 -7
  379. package/types/pkg/commands/srandmember.d.ts +0 -7
  380. package/types/pkg/commands/srem.d.ts +0 -7
  381. package/types/pkg/commands/sscan.d.ts +0 -24
  382. package/types/pkg/commands/strlen.d.ts +0 -7
  383. package/types/pkg/commands/sunion.d.ts +0 -7
  384. package/types/pkg/commands/sunionstore.d.ts +0 -7
  385. package/types/pkg/commands/time.d.ts +0 -7
  386. package/types/pkg/commands/touch.d.ts +0 -7
  387. package/types/pkg/commands/ttl.d.ts +0 -7
  388. package/types/pkg/commands/type.d.ts +0 -8
  389. package/types/pkg/commands/unlink.d.ts +0 -7
  390. package/types/pkg/commands/zadd.d.ts +0 -35
  391. package/types/pkg/commands/zcard.d.ts +0 -7
  392. package/types/pkg/commands/zcount.d.ts +0 -7
  393. package/types/pkg/commands/zincrby.d.ts +0 -7
  394. package/types/pkg/commands/zinterstore.d.ts +0 -30
  395. package/types/pkg/commands/zlexcount.d.ts +0 -7
  396. package/types/pkg/commands/zmscore.d.ts +0 -7
  397. package/types/pkg/commands/zpopmax.d.ts +0 -7
  398. package/types/pkg/commands/zpopmin.d.ts +0 -7
  399. package/types/pkg/commands/zrange.d.ts +0 -42
  400. package/types/pkg/commands/zrank.d.ts +0 -7
  401. package/types/pkg/commands/zrem.d.ts +0 -7
  402. package/types/pkg/commands/zremrangebylex.d.ts +0 -7
  403. package/types/pkg/commands/zremrangebyrank.d.ts +0 -7
  404. package/types/pkg/commands/zremrangebyscore.d.ts +0 -7
  405. package/types/pkg/commands/zrevrank.d.ts +0 -7
  406. package/types/pkg/commands/zscan.d.ts +0 -24
  407. package/types/pkg/commands/zscore.d.ts +0 -7
  408. package/types/pkg/commands/zunionstore.d.ts +0 -30
  409. package/types/pkg/error.d.ts +0 -6
  410. package/types/pkg/http.d.ts +0 -54
  411. package/types/pkg/pipeline.d.ts +0 -552
  412. package/types/pkg/redis.d.ts +0 -534
  413. package/types/pkg/script.d.ts +0 -42
  414. package/types/pkg/types.d.ts +0 -1
  415. package/types/pkg/util.d.ts +0 -1
  416. package/types/platforms/cloudflare.d.ts +0 -42
  417. package/types/platforms/fastly.d.ts +0 -45
  418. package/types/platforms/node_with_fetch.d.ts +0 -82
  419. package/types/platforms/nodejs.d.ts +0 -81
@@ -0,0 +1,4051 @@
1
+ type CommandArgs<TCommand extends new (..._args: any) => any> = ConstructorParameters<TCommand>[0];
2
+ type Telemetry = {
3
+ /**
4
+ * Upstash-Telemetry-Sdk
5
+ * @example @upstash/redis@v1.1.1
6
+ */
7
+ sdk?: string;
8
+ /**
9
+ * Upstash-Telemetry-Platform
10
+ * @example cloudflare
11
+ */
12
+ platform?: string;
13
+ /**
14
+ * Upstash-Telemetry-Runtime
15
+ * @example node@v18
16
+ */
17
+ runtime?: string;
18
+ };
19
+ type RedisOptions = {
20
+ /**
21
+ * Automatically try to deserialize the returned data from upstash using `JSON.deserialize`
22
+ *
23
+ * @default true
24
+ */
25
+ automaticDeserialization?: boolean;
26
+ latencyLogging?: boolean;
27
+ enableTelemetry?: boolean;
28
+ enableAutoPipelining?: boolean;
29
+ readYourWrites?: boolean;
30
+ };
31
+
32
+ type CacheSetting = "default" | "force-cache" | "no-cache" | "no-store" | "only-if-cached" | "reload";
33
+ type UpstashRequest = {
34
+ path?: string[];
35
+ /**
36
+ * Request body will be serialized to json
37
+ */
38
+ body?: unknown;
39
+ /**
40
+ * Additional headers for the request
41
+ */
42
+ headers?: Record<string, string>;
43
+ upstashSyncToken?: string;
44
+ /**
45
+ * Callback for handling streaming messages
46
+ */
47
+ onMessage?: (data: string) => void;
48
+ /**
49
+ * Whether this request expects a streaming response
50
+ */
51
+ isStreaming?: boolean;
52
+ /**
53
+ * Abort signal for the request
54
+ */
55
+ signal?: AbortSignal;
56
+ };
57
+ type UpstashResponse<TResult> = {
58
+ result?: TResult;
59
+ error?: string;
60
+ };
61
+ interface Requester {
62
+ /**
63
+ * When this flag is enabled, any subsequent commands issued by this client are guaranteed to observe the effects of all earlier writes submitted by the same client.
64
+ */
65
+ readYourWrites?: boolean;
66
+ /**
67
+ * This token is used to ensure that the client is in sync with the server. On each request, we send this token in the header, and the server will return a new token.
68
+ */
69
+ upstashSyncToken?: string;
70
+ request: <TResult = unknown>(req: UpstashRequest) => Promise<UpstashResponse<TResult>>;
71
+ }
72
+ type RetryConfig = false | {
73
+ /**
74
+ * The number of retries to attempt before giving up.
75
+ *
76
+ * @default 5
77
+ */
78
+ retries?: number;
79
+ /**
80
+ * A backoff function receives the current retry cound and returns a number in milliseconds to wait before retrying.
81
+ *
82
+ * @default
83
+ * ```ts
84
+ * Math.exp(retryCount) * 50
85
+ * ```
86
+ */
87
+ backoff?: (retryCount: number) => number;
88
+ };
89
+ type Options$1 = {
90
+ backend?: string;
91
+ };
92
+ type RequesterConfig = {
93
+ /**
94
+ * Configure the retry behaviour in case of network errors
95
+ */
96
+ retry?: RetryConfig;
97
+ /**
98
+ * Due to the nature of dynamic and custom data, it is possible to write data to redis that is not
99
+ * valid json and will therefore cause errors when deserializing. This used to happen very
100
+ * frequently with non-utf8 data, such as emojis.
101
+ *
102
+ * By default we will therefore encode the data as base64 on the server, before sending it to the
103
+ * client. The client will then decode the base64 data and parse it as utf8.
104
+ *
105
+ * For very large entries, this can add a few milliseconds, so if you are sure that your data is
106
+ * valid utf8, you can disable this behaviour by setting this option to false.
107
+ *
108
+ * Here's what the response body looks like:
109
+ *
110
+ * ```json
111
+ * {
112
+ * result?: "base64-encoded",
113
+ * error?: string
114
+ * }
115
+ * ```
116
+ *
117
+ * @default "base64"
118
+ */
119
+ responseEncoding?: false | "base64";
120
+ /**
121
+ * Configure the cache behaviour
122
+ * @default "no-store"
123
+ */
124
+ cache?: CacheSetting;
125
+ };
126
+ type HttpClientConfig = {
127
+ headers?: Record<string, string>;
128
+ baseUrl: string;
129
+ options?: Options$1;
130
+ retry?: RetryConfig;
131
+ agent?: any;
132
+ signal?: AbortSignal | (() => AbortSignal);
133
+ keepAlive?: boolean;
134
+ /**
135
+ * When this flag is enabled, any subsequent commands issued by this client are guaranteed to observe the effects of all earlier writes submitted by the same client.
136
+ */
137
+ readYourWrites?: boolean;
138
+ } & RequesterConfig;
139
+
140
+ type Serialize = (data: unknown) => string | number | boolean;
141
+ type Deserialize<TResult, TData> = (result: TResult) => TData;
142
+ type CommandOptions<TResult, TData> = {
143
+ /**
144
+ * Custom deserializer
145
+ */
146
+ deserialize?: (result: TResult) => TData;
147
+ /**
148
+ * Automatically try to deserialize the returned data from upstash using `JSON.deserialize`
149
+ *
150
+ * @default true
151
+ */
152
+ automaticDeserialization?: boolean;
153
+ latencyLogging?: boolean;
154
+ /**
155
+ * Additional headers to be sent with the request
156
+ */
157
+ headers?: Record<string, string>;
158
+ /**
159
+ * Path to append to the URL
160
+ */
161
+ path?: string[];
162
+ /**
163
+ * Options for streaming requests, mainly used for subscribe, monitor commands
164
+ **/
165
+ streamOptions?: {
166
+ /**
167
+ * Callback to be called when a message is received
168
+ */
169
+ onMessage?: (data: string) => void;
170
+ /**
171
+ * Whether the request is streaming
172
+ */
173
+ isStreaming?: boolean;
174
+ /**
175
+ * Signal to abort the request
176
+ */
177
+ signal?: AbortSignal;
178
+ };
179
+ };
180
+ /**
181
+ * Command offers default (de)serialization and the exec method to all commands.
182
+ *
183
+ * TData represents what the user will enter or receive,
184
+ * TResult is the raw data returned from upstash, which may need to be transformed or parsed.
185
+ */
186
+ declare class Command<TResult, TData> {
187
+ readonly command: (string | number | boolean)[];
188
+ readonly serialize: Serialize;
189
+ readonly deserialize: Deserialize<TResult, TData>;
190
+ protected readonly headers?: Record<string, string>;
191
+ protected readonly path?: string[];
192
+ protected readonly onMessage?: (data: string) => void;
193
+ protected readonly isStreaming: boolean;
194
+ protected readonly signal?: AbortSignal;
195
+ /**
196
+ * Create a new command instance.
197
+ *
198
+ * You can define a custom `deserialize` function. By default we try to deserialize as json.
199
+ */
200
+ constructor(command: (string | boolean | number | unknown)[], opts?: CommandOptions<TResult, TData>);
201
+ /**
202
+ * Execute the command using a client.
203
+ */
204
+ exec(client: Requester): Promise<TData>;
205
+ }
206
+
207
+ type ZUnionStoreCommandOptions = {
208
+ aggregate?: "sum" | "min" | "max";
209
+ } & ({
210
+ weight: number;
211
+ weights?: never;
212
+ } | {
213
+ weight?: never;
214
+ weights: number[];
215
+ } | {
216
+ weight?: never;
217
+ weights?: never;
218
+ });
219
+ /**
220
+ * @see https://redis.io/commands/zunionstore
221
+ */
222
+ declare class ZUnionStoreCommand extends Command<number, number> {
223
+ constructor(cmd: [destination: string, numKeys: 1, key: string, opts?: ZUnionStoreCommandOptions], cmdOpts?: CommandOptions<number, number>);
224
+ constructor(cmd: [destination: string, numKeys: number, keys: string[], opts?: ZUnionStoreCommandOptions], cmdOpts?: CommandOptions<number, number>);
225
+ }
226
+
227
+ type ZUnionCommandOptions = {
228
+ withScores?: boolean;
229
+ aggregate?: "sum" | "min" | "max";
230
+ } & ({
231
+ weight: number;
232
+ weights?: never;
233
+ } | {
234
+ weight?: never;
235
+ weights: number[];
236
+ } | {
237
+ weight?: never;
238
+ weights?: never;
239
+ });
240
+ /**
241
+ * @see https://redis.io/commands/zunion
242
+ */
243
+ declare class ZUnionCommand<TData extends unknown[]> extends Command<string[], TData> {
244
+ constructor(cmd: [numKeys: 1, key: string, opts?: ZUnionCommandOptions], cmdOpts?: CommandOptions<string[], TData>);
245
+ constructor(cmd: [numKeys: number, keys: string[], opts?: ZUnionCommandOptions], cmdOpts?: CommandOptions<string[], TData>);
246
+ }
247
+
248
+ type ZInterStoreCommandOptions = {
249
+ aggregate?: "sum" | "min" | "max";
250
+ } & ({
251
+ weight: number;
252
+ weights?: never;
253
+ } | {
254
+ weight?: never;
255
+ weights: number[];
256
+ } | {
257
+ weight?: never;
258
+ weights?: never;
259
+ });
260
+ /**
261
+ * @see https://redis.io/commands/zInterstore
262
+ */
263
+ declare class ZInterStoreCommand extends Command<number, number> {
264
+ constructor(cmd: [destination: string, numKeys: 1, key: string, opts?: ZInterStoreCommandOptions], cmdOpts?: CommandOptions<number, number>);
265
+ constructor(cmd: [destination: string, numKeys: number, keys: string[], opts?: ZInterStoreCommandOptions], cmdOpts?: CommandOptions<number, number>);
266
+ }
267
+
268
+ type Type = "string" | "list" | "set" | "zset" | "hash" | "none";
269
+ /**
270
+ * @see https://redis.io/commands/type
271
+ */
272
+ declare class TypeCommand extends Command<Type, Type> {
273
+ constructor(cmd: [key: string], opts?: CommandOptions<Type, Type>);
274
+ }
275
+
276
+ type ScriptFlushCommandOptions = {
277
+ sync: true;
278
+ async?: never;
279
+ } | {
280
+ sync?: never;
281
+ async: true;
282
+ };
283
+ /**
284
+ * @see https://redis.io/commands/script-flush
285
+ */
286
+ declare class ScriptFlushCommand extends Command<"OK", "OK"> {
287
+ constructor([opts]: [opts?: ScriptFlushCommandOptions], cmdOpts?: CommandOptions<"OK", "OK">);
288
+ }
289
+
290
+ type GeoAddCommandOptions = {
291
+ nx?: boolean;
292
+ xx?: never;
293
+ } | ({
294
+ nx?: never;
295
+ xx?: boolean;
296
+ } & {
297
+ ch?: boolean;
298
+ });
299
+ type GeoMember<TMemberType> = {
300
+ latitude: number;
301
+ longitude: number;
302
+ member: TMemberType;
303
+ };
304
+ /**
305
+ * @see https://redis.io/commands/geoadd
306
+ */
307
+ declare class GeoAddCommand<TMemberType = string> extends Command<number | null, number | null> {
308
+ constructor([key, arg1, ...arg2]: [
309
+ string,
310
+ GeoMember<TMemberType> | GeoAddCommandOptions,
311
+ ...GeoMember<TMemberType>[]
312
+ ], opts?: CommandOptions<number | null, number | null>);
313
+ }
314
+
315
+ type ExpireOption = "NX" | "nx" | "XX" | "xx" | "GT" | "gt" | "LT" | "lt";
316
+ declare class ExpireCommand extends Command<"0" | "1", 0 | 1> {
317
+ constructor(cmd: [key: string, seconds: number, option?: ExpireOption], opts?: CommandOptions<"0" | "1", 0 | 1>);
318
+ }
319
+
320
+ /**
321
+ * @see https://redis.io/commands/append
322
+ */
323
+ declare class AppendCommand extends Command<number, number> {
324
+ constructor(cmd: [key: string, value: string], opts?: CommandOptions<number, number>);
325
+ }
326
+
327
+ /**
328
+ * @see https://redis.io/commands/bitcount
329
+ */
330
+ declare class BitCountCommand extends Command<number, number> {
331
+ constructor(cmd: [key: string, start?: never, end?: never], opts?: CommandOptions<number, number>);
332
+ constructor(cmd: [key: string, start: number, end: number], opts?: CommandOptions<number, number>);
333
+ }
334
+
335
+ type SubCommandArgs<TRest extends unknown[] = []> = [
336
+ encoding: string,
337
+ offset: number | string,
338
+ ...rest: TRest
339
+ ];
340
+ /**
341
+ * @see https://redis.io/commands/bitfield
342
+ */
343
+ declare class BitFieldCommand<T = Promise<number[]>> {
344
+ private client;
345
+ private opts?;
346
+ private execOperation;
347
+ private command;
348
+ constructor(args: [key: string], client: Requester, opts?: CommandOptions<number[], number[]> | undefined, execOperation?: (command: Command<number[], number[]>) => T);
349
+ private chain;
350
+ get(...args: SubCommandArgs): this;
351
+ set(...args: SubCommandArgs<[value: number]>): this;
352
+ incrby(...args: SubCommandArgs<[increment: number]>): this;
353
+ overflow(overflow: "WRAP" | "SAT" | "FAIL"): this;
354
+ exec(): T;
355
+ }
356
+
357
+ /**
358
+ * @see https://redis.io/commands/bitop
359
+ */
360
+ declare class BitOpCommand extends Command<number, number> {
361
+ constructor(cmd: [op: "and" | "or" | "xor", destinationKey: string, ...sourceKeys: string[]], opts?: CommandOptions<number, number>);
362
+ constructor(cmd: [op: "not", destinationKey: string, sourceKey: string], opts?: CommandOptions<number, number>);
363
+ }
364
+
365
+ /**
366
+ * @see https://redis.io/commands/bitpos
367
+ */
368
+ declare class BitPosCommand extends Command<number, number> {
369
+ constructor(cmd: [key: string, bit: 0 | 1, start?: number, end?: number], opts?: CommandOptions<number, number>);
370
+ }
371
+
372
+ /**
373
+ * @see https://redis.io/commands/copy
374
+ */
375
+ declare class CopyCommand extends Command<number, "COPIED" | "NOT_COPIED"> {
376
+ constructor([key, destinationKey, opts]: [key: string, destinationKey: string, opts?: {
377
+ replace: boolean;
378
+ }], commandOptions?: CommandOptions<number, "COPIED" | "NOT_COPIED">);
379
+ }
380
+
381
+ /**
382
+ * @see https://redis.io/commands/dbsize
383
+ */
384
+ declare class DBSizeCommand extends Command<number, number> {
385
+ constructor(opts?: CommandOptions<number, number>);
386
+ }
387
+
388
+ /**
389
+ * @see https://redis.io/commands/decr
390
+ */
391
+ declare class DecrCommand extends Command<number, number> {
392
+ constructor(cmd: [key: string], opts?: CommandOptions<number, number>);
393
+ }
394
+
395
+ /**
396
+ * @see https://redis.io/commands/decrby
397
+ */
398
+ declare class DecrByCommand extends Command<number, number> {
399
+ constructor(cmd: [key: string, decrement: number], opts?: CommandOptions<number, number>);
400
+ }
401
+
402
+ /**
403
+ * @see https://redis.io/commands/del
404
+ */
405
+ declare class DelCommand extends Command<number, number> {
406
+ constructor(cmd: [...keys: string[]], opts?: CommandOptions<number, number>);
407
+ }
408
+
409
+ /**
410
+ * @see https://redis.io/commands/echo
411
+ */
412
+ declare class EchoCommand extends Command<string, string> {
413
+ constructor(cmd: [message: string], opts?: CommandOptions<string, string>);
414
+ }
415
+
416
+ /**
417
+ * @see https://redis.io/commands/eval_ro
418
+ */
419
+ declare class EvalROCommand<TArgs extends unknown[], TData> extends Command<unknown, TData> {
420
+ constructor([script, keys, args]: [script: string, keys: string[], args: TArgs], opts?: CommandOptions<unknown, TData>);
421
+ }
422
+
423
+ /**
424
+ * @see https://redis.io/commands/eval
425
+ */
426
+ declare class EvalCommand<TArgs extends unknown[], TData> extends Command<unknown, TData> {
427
+ constructor([script, keys, args]: [script: string, keys: string[], args: TArgs], opts?: CommandOptions<unknown, TData>);
428
+ }
429
+
430
+ /**
431
+ * @see https://redis.io/commands/evalsha_ro
432
+ */
433
+ declare class EvalshaROCommand<TArgs extends unknown[], TData> extends Command<unknown, TData> {
434
+ constructor([sha, keys, args]: [sha: string, keys: string[], args?: TArgs], opts?: CommandOptions<unknown, TData>);
435
+ }
436
+
437
+ /**
438
+ * @see https://redis.io/commands/evalsha
439
+ */
440
+ declare class EvalshaCommand<TArgs extends unknown[], TData> extends Command<unknown, TData> {
441
+ constructor([sha, keys, args]: [sha: string, keys: string[], args?: TArgs], opts?: CommandOptions<unknown, TData>);
442
+ }
443
+
444
+ /**
445
+ * @see https://redis.io/commands/exists
446
+ */
447
+ declare class ExistsCommand extends Command<number, number> {
448
+ constructor(cmd: [...keys: string[]], opts?: CommandOptions<number, number>);
449
+ }
450
+
451
+ /**
452
+ * @see https://redis.io/commands/expireat
453
+ */
454
+ declare class ExpireAtCommand extends Command<"0" | "1", 0 | 1> {
455
+ constructor(cmd: [key: string, unix: number, option?: ExpireOption], opts?: CommandOptions<"0" | "1", 0 | 1>);
456
+ }
457
+
458
+ /**
459
+ * @see https://redis.io/commands/flushall
460
+ */
461
+ declare class FlushAllCommand extends Command<"OK", "OK"> {
462
+ constructor(args?: [{
463
+ async?: boolean;
464
+ }], opts?: CommandOptions<"OK", "OK">);
465
+ }
466
+
467
+ /**
468
+ * @see https://redis.io/commands/flushdb
469
+ */
470
+ declare class FlushDBCommand extends Command<"OK", "OK"> {
471
+ constructor([opts]: [opts?: {
472
+ async?: boolean;
473
+ }], cmdOpts?: CommandOptions<"OK", "OK">);
474
+ }
475
+
476
+ /**
477
+ * @see https://redis.io/commands/geodist
478
+ */
479
+ declare class GeoDistCommand<TMemberType = string> extends Command<number | null, number | null> {
480
+ constructor([key, member1, member2, unit]: [
481
+ key: string,
482
+ member1: TMemberType,
483
+ member2: TMemberType,
484
+ unit?: "M" | "KM" | "FT" | "MI"
485
+ ], opts?: CommandOptions<number | null, number | null>);
486
+ }
487
+
488
+ /**
489
+ * @see https://redis.io/commands/geohash
490
+ */
491
+ declare class GeoHashCommand<TMember = string> extends Command<(string | null)[], (string | null)[]> {
492
+ constructor(cmd: [string, ...TMember[]], opts?: CommandOptions<(string | null)[], (string | null)[]>);
493
+ }
494
+
495
+ type Coordinates = {
496
+ lng: number;
497
+ lat: number;
498
+ };
499
+ /**
500
+ * @see https://redis.io/commands/geopos
501
+ */
502
+ declare class GeoPosCommand<TMember = string> extends Command<(string | null)[][], Coordinates[]> {
503
+ constructor(cmd: [string, ...(TMember[] | TMember[])], opts?: CommandOptions<(string | null)[][], Coordinates[]>);
504
+ }
505
+
506
+ type RadiusOptions$1 = "M" | "KM" | "FT" | "MI";
507
+ type CenterPoint$1<TMemberType> = {
508
+ type: "FROMMEMBER" | "frommember";
509
+ member: TMemberType;
510
+ } | {
511
+ type: "FROMLONLAT" | "fromlonlat";
512
+ coordinate: {
513
+ lon: number;
514
+ lat: number;
515
+ };
516
+ };
517
+ type Shape$1 = {
518
+ type: "BYRADIUS" | "byradius";
519
+ radius: number;
520
+ radiusType: RadiusOptions$1;
521
+ } | {
522
+ type: "BYBOX" | "bybox";
523
+ rect: {
524
+ width: number;
525
+ height: number;
526
+ };
527
+ rectType: RadiusOptions$1;
528
+ };
529
+ type GeoSearchCommandOptions$1 = {
530
+ count?: {
531
+ limit: number;
532
+ any?: boolean;
533
+ };
534
+ withCoord?: boolean;
535
+ withDist?: boolean;
536
+ withHash?: boolean;
537
+ };
538
+ type OptionMappings = {
539
+ withHash: "hash";
540
+ withCoord: "coord";
541
+ withDist: "dist";
542
+ };
543
+ type GeoSearchOptions<TOptions> = {
544
+ [K in keyof TOptions as K extends keyof OptionMappings ? OptionMappings[K] : never]: K extends "withHash" ? string : K extends "withCoord" ? {
545
+ long: number;
546
+ lat: number;
547
+ } : K extends "withDist" ? number : never;
548
+ };
549
+ type GeoSearchResponse<TOptions, TMemberType> = ({
550
+ member: TMemberType;
551
+ } & GeoSearchOptions<TOptions>)[];
552
+ /**
553
+ * @see https://redis.io/commands/geosearch
554
+ */
555
+ declare class GeoSearchCommand<TMemberType = string, TOptions extends GeoSearchCommandOptions$1 = GeoSearchCommandOptions$1> extends Command<any[] | any[][], GeoSearchResponse<TOptions, TMemberType>> {
556
+ constructor([key, centerPoint, shape, order, opts]: [
557
+ key: string,
558
+ centerPoint: CenterPoint$1<TMemberType>,
559
+ shape: Shape$1,
560
+ order: "ASC" | "DESC" | "asc" | "desc",
561
+ opts?: TOptions
562
+ ], commandOptions?: CommandOptions<any[] | any[][], GeoSearchResponse<TOptions, TMemberType>>);
563
+ }
564
+
565
+ type RadiusOptions = "M" | "KM" | "FT" | "MI";
566
+ type CenterPoint<TMemberType> = {
567
+ type: "FROMMEMBER" | "frommember";
568
+ member: TMemberType;
569
+ } | {
570
+ type: "FROMLONLAT" | "fromlonlat";
571
+ coordinate: {
572
+ lon: number;
573
+ lat: number;
574
+ };
575
+ };
576
+ type Shape = {
577
+ type: "BYRADIUS" | "byradius";
578
+ radius: number;
579
+ radiusType: RadiusOptions;
580
+ } | {
581
+ type: "BYBOX" | "bybox";
582
+ rect: {
583
+ width: number;
584
+ height: number;
585
+ };
586
+ rectType: RadiusOptions;
587
+ };
588
+ type GeoSearchCommandOptions = {
589
+ count?: {
590
+ limit: number;
591
+ any?: boolean;
592
+ };
593
+ storeDist?: boolean;
594
+ };
595
+ /**
596
+ * @see https://redis.io/commands/geosearchstore
597
+ */
598
+ declare class GeoSearchStoreCommand<TMemberType = string, TOptions extends GeoSearchCommandOptions = GeoSearchCommandOptions> extends Command<any[] | any[][], number> {
599
+ constructor([destination, key, centerPoint, shape, order, opts]: [
600
+ destination: string,
601
+ key: string,
602
+ centerPoint: CenterPoint<TMemberType>,
603
+ shape: Shape,
604
+ order: "ASC" | "DESC" | "asc" | "desc",
605
+ opts?: TOptions
606
+ ], commandOptions?: CommandOptions<any[] | any[][], number>);
607
+ }
608
+
609
+ /**
610
+ * @see https://redis.io/commands/get
611
+ */
612
+ declare class GetCommand<TData = string> extends Command<unknown | null, TData | null> {
613
+ constructor(cmd: [key: string], opts?: CommandOptions<unknown | null, TData | null>);
614
+ }
615
+
616
+ /**
617
+ * @see https://redis.io/commands/getbit
618
+ */
619
+ declare class GetBitCommand extends Command<"0" | "1", 0 | 1> {
620
+ constructor(cmd: [key: string, offset: number], opts?: CommandOptions<"0" | "1", 0 | 1>);
621
+ }
622
+
623
+ /**
624
+ * @see https://redis.io/commands/getdel
625
+ */
626
+ declare class GetDelCommand<TData = string> extends Command<unknown | null, TData | null> {
627
+ constructor(cmd: [key: string], opts?: CommandOptions<unknown | null, TData | null>);
628
+ }
629
+
630
+ type GetExCommandOptions = {
631
+ ex: number;
632
+ px?: never;
633
+ exat?: never;
634
+ pxat?: never;
635
+ persist?: never;
636
+ } | {
637
+ ex?: never;
638
+ px: number;
639
+ exat?: never;
640
+ pxat?: never;
641
+ persist?: never;
642
+ } | {
643
+ ex?: never;
644
+ px?: never;
645
+ exat: number;
646
+ pxat?: never;
647
+ persist?: never;
648
+ } | {
649
+ ex?: never;
650
+ px?: never;
651
+ exat?: never;
652
+ pxat: number;
653
+ persist?: never;
654
+ } | {
655
+ ex?: never;
656
+ px?: never;
657
+ exat?: never;
658
+ pxat?: never;
659
+ persist: true;
660
+ } | {
661
+ ex?: never;
662
+ px?: never;
663
+ exat?: never;
664
+ pxat?: never;
665
+ persist?: never;
666
+ };
667
+ /**
668
+ * @see https://redis.io/commands/getex
669
+ */
670
+ declare class GetExCommand<TData = string> extends Command<unknown | null, TData | null> {
671
+ constructor([key, opts]: [key: string, opts?: GetExCommandOptions], cmdOpts?: CommandOptions<unknown | null, TData | null>);
672
+ }
673
+
674
+ /**
675
+ * @see https://redis.io/commands/getrange
676
+ */
677
+ declare class GetRangeCommand extends Command<string, string> {
678
+ constructor(cmd: [key: string, start: number, end: number], opts?: CommandOptions<string, string>);
679
+ }
680
+
681
+ /**
682
+ * @see https://redis.io/commands/getset
683
+ */
684
+ declare class GetSetCommand<TData = string> extends Command<unknown | null, TData | null> {
685
+ constructor(cmd: [key: string, value: TData], opts?: CommandOptions<unknown | null, TData | null>);
686
+ }
687
+
688
+ /**
689
+ * @see https://redis.io/commands/hdel
690
+ */
691
+ declare class HDelCommand extends Command<"0" | "1", 0 | 1> {
692
+ constructor(cmd: [key: string, ...fields: string[]], opts?: CommandOptions<"0" | "1", 0 | 1>);
693
+ }
694
+
695
+ /**
696
+ * @see https://redis.io/commands/hexists
697
+ */
698
+ declare class HExistsCommand extends Command<number, number> {
699
+ constructor(cmd: [key: string, field: string], opts?: CommandOptions<number, number>);
700
+ }
701
+
702
+ declare class HExpireCommand extends Command<(-2 | 0 | 1 | 2)[], (-2 | 0 | 1 | 2)[]> {
703
+ constructor(cmd: [
704
+ key: string,
705
+ fields: (string | number) | (string | number)[],
706
+ seconds: number,
707
+ option?: ExpireOption
708
+ ], opts?: CommandOptions<(-2 | 0 | 1 | 2)[], (-2 | 0 | 1 | 2)[]>);
709
+ }
710
+
711
+ declare class HExpireAtCommand extends Command<(-2 | 0 | 1 | 2)[], (-2 | 0 | 1 | 2)[]> {
712
+ constructor(cmd: [
713
+ key: string,
714
+ fields: (string | number) | (string | number)[],
715
+ timestamp: number,
716
+ option?: ExpireOption
717
+ ], opts?: CommandOptions<(-2 | 0 | 1 | 2)[], (-2 | 0 | 1 | 2)[]>);
718
+ }
719
+
720
+ declare class HExpireTimeCommand extends Command<number[], number[]> {
721
+ constructor(cmd: [key: string, fields: (string | number) | (string | number)[]], opts?: CommandOptions<number[], number[]>);
722
+ }
723
+
724
+ declare class HPersistCommand extends Command<(-2 | -1 | 1)[], (-2 | -1 | 1)[]> {
725
+ constructor(cmd: [key: string, fields: (string | number) | (string | number)[]], opts?: CommandOptions<(-2 | -1 | 1)[], (-2 | -1 | 1)[]>);
726
+ }
727
+
728
+ declare class HPExpireCommand extends Command<(-2 | 0 | 1 | 2)[], (-2 | 0 | 1 | 2)[]> {
729
+ constructor(cmd: [
730
+ key: string,
731
+ fields: (string | number) | (string | number)[],
732
+ milliseconds: number,
733
+ option?: ExpireOption
734
+ ], opts?: CommandOptions<(-2 | 0 | 1 | 2)[], (-2 | 0 | 1 | 2)[]>);
735
+ }
736
+
737
+ declare class HPExpireAtCommand extends Command<(-2 | 0 | 1 | 2)[], (-2 | 0 | 1 | 2)[]> {
738
+ constructor(cmd: [
739
+ key: string,
740
+ fields: (string | number) | (string | number)[],
741
+ timestamp: number,
742
+ option?: ExpireOption
743
+ ], opts?: CommandOptions<(-2 | 0 | 1 | 2)[], (-2 | 0 | 1 | 2)[]>);
744
+ }
745
+
746
+ declare class HPExpireTimeCommand extends Command<number[], number[]> {
747
+ constructor(cmd: [key: string, fields: (string | number) | (string | number)[]], opts?: CommandOptions<number[], number[]>);
748
+ }
749
+
750
+ declare class HPTtlCommand extends Command<number[], number[]> {
751
+ constructor(cmd: [key: string, fields: (string | number) | (string | number)[]], opts?: CommandOptions<number[], number[]>);
752
+ }
753
+
754
+ /**
755
+ * @see https://redis.io/commands/hget
756
+ */
757
+ declare class HGetCommand<TData> extends Command<unknown | null, TData | null> {
758
+ constructor(cmd: [key: string, field: string], opts?: CommandOptions<unknown | null, TData | null>);
759
+ }
760
+
761
+ /**
762
+ * @see https://redis.io/commands/hgetall
763
+ */
764
+ declare class HGetAllCommand<TData extends Record<string, unknown>> extends Command<unknown | null, TData | null> {
765
+ constructor(cmd: [key: string], opts?: CommandOptions<unknown | null, TData | null>);
766
+ }
767
+
768
+ /**
769
+ * @see https://redis.io/commands/hincrby
770
+ */
771
+ declare class HIncrByCommand extends Command<number, number> {
772
+ constructor(cmd: [key: string, field: string, increment: number], opts?: CommandOptions<number, number>);
773
+ }
774
+
775
+ /**
776
+ * @see https://redis.io/commands/hincrbyfloat
777
+ */
778
+ declare class HIncrByFloatCommand extends Command<number, number> {
779
+ constructor(cmd: [key: string, field: string, increment: number], opts?: CommandOptions<number, number>);
780
+ }
781
+
782
+ /**
783
+ * @see https://redis.io/commands/hkeys
784
+ */
785
+ declare class HKeysCommand extends Command<string[], string[]> {
786
+ constructor([key]: [key: string], opts?: CommandOptions<string[], string[]>);
787
+ }
788
+
789
+ /**
790
+ * @see https://redis.io/commands/hlen
791
+ */
792
+ declare class HLenCommand extends Command<number, number> {
793
+ constructor(cmd: [key: string], opts?: CommandOptions<number, number>);
794
+ }
795
+
796
+ /**
797
+ * hmget returns an object of all requested fields from a hash
798
+ * The field values are returned as an object like this:
799
+ * ```ts
800
+ * {[fieldName: string]: T | null}
801
+ * ```
802
+ *
803
+ * In case the hash does not exist or all fields are empty `null` is returned
804
+ *
805
+ * @see https://redis.io/commands/hmget
806
+ */
807
+ declare class HMGetCommand<TData extends Record<string, unknown>> extends Command<(string | null)[], TData | null> {
808
+ constructor([key, ...fields]: [key: string, ...fields: string[]], opts?: CommandOptions<(string | null)[], TData | null>);
809
+ }
810
+
811
+ /**
812
+ * @see https://redis.io/commands/hmset
813
+ */
814
+ declare class HMSetCommand<TData> extends Command<"OK", "OK"> {
815
+ constructor([key, kv]: [key: string, kv: Record<string, TData>], opts?: CommandOptions<"OK", "OK">);
816
+ }
817
+
818
+ /**
819
+ * @see https://redis.io/commands/hrandfield
820
+ */
821
+ declare class HRandFieldCommand<TData extends string | string[] | Record<string, unknown>> extends Command<string | string[], TData> {
822
+ constructor(cmd: [key: string], opts?: CommandOptions<string, string>);
823
+ constructor(cmd: [key: string, count: number], opts?: CommandOptions<string[], string[]>);
824
+ constructor(cmd: [key: string, count: number, withValues: boolean], opts?: CommandOptions<string[], Partial<TData>>);
825
+ }
826
+
827
+ type ScanCommandOptionsStandard = {
828
+ match?: string;
829
+ count?: number;
830
+ type?: string;
831
+ withType?: false;
832
+ };
833
+ type ScanCommandOptionsWithType = {
834
+ match?: string;
835
+ count?: number;
836
+ /**
837
+ * Includes types of each key in the result
838
+ *
839
+ * @example
840
+ * ```typescript
841
+ * await redis.scan("0", { withType: true })
842
+ * // ["0", [{ key: "key1", type: "string" }, { key: "key2", type: "list" }]]
843
+ * ```
844
+ */
845
+ withType: true;
846
+ };
847
+ type ScanCommandOptions = ScanCommandOptionsStandard | ScanCommandOptionsWithType;
848
+ type ScanResultStandard = [string, string[]];
849
+ type ScanResultWithType = [string, {
850
+ key: string;
851
+ type: string;
852
+ }[]];
853
+ /**
854
+ * @see https://redis.io/commands/scan
855
+ */
856
+ declare class ScanCommand<TData = ScanResultStandard> extends Command<[string, string[]], TData> {
857
+ constructor([cursor, opts]: [cursor: string | number, opts?: ScanCommandOptions], cmdOpts?: CommandOptions<[string, string[]], TData>);
858
+ }
859
+
860
+ /**
861
+ * @see https://redis.io/commands/hscan
862
+ */
863
+ declare class HScanCommand extends Command<[
864
+ string,
865
+ (string | number)[]
866
+ ], [
867
+ string,
868
+ (string | number)[]
869
+ ]> {
870
+ constructor([key, cursor, cmdOpts]: [key: string, cursor: string | number, cmdOpts?: ScanCommandOptions], opts?: CommandOptions<[string, (string | number)[]], [string, (string | number)[]]>);
871
+ }
872
+
873
+ /**
874
+ * @see https://redis.io/commands/hset
875
+ */
876
+ declare class HSetCommand<TData> extends Command<number, number> {
877
+ constructor([key, kv]: [key: string, kv: Record<string, TData>], opts?: CommandOptions<number, number>);
878
+ }
879
+
880
+ /**
881
+ * @see https://redis.io/commands/hsetnx
882
+ */
883
+ declare class HSetNXCommand<TData> extends Command<"0" | "1", 0 | 1> {
884
+ constructor(cmd: [key: string, field: string, value: TData], opts?: CommandOptions<"0" | "1", 0 | 1>);
885
+ }
886
+
887
+ /**
888
+ * @see https://redis.io/commands/hstrlen
889
+ */
890
+ declare class HStrLenCommand extends Command<number, number> {
891
+ constructor(cmd: [key: string, field: string], opts?: CommandOptions<number, number>);
892
+ }
893
+
894
+ declare class HTtlCommand extends Command<number[], number[]> {
895
+ constructor(cmd: [key: string, fields: (string | number) | (string | number)[]], opts?: CommandOptions<number[], number[]>);
896
+ }
897
+
898
+ /**
899
+ * @see https://redis.io/commands/hvals
900
+ */
901
+ declare class HValsCommand<TData extends unknown[]> extends Command<unknown[], TData> {
902
+ constructor(cmd: [key: string], opts?: CommandOptions<unknown[], TData>);
903
+ }
904
+
905
+ /**
906
+ * @see https://redis.io/commands/incr
907
+ */
908
+ declare class IncrCommand extends Command<number, number> {
909
+ constructor(cmd: [key: string], opts?: CommandOptions<number, number>);
910
+ }
911
+
912
+ /**
913
+ * @see https://redis.io/commands/incrby
914
+ */
915
+ declare class IncrByCommand extends Command<number, number> {
916
+ constructor(cmd: [key: string, value: number], opts?: CommandOptions<number, number>);
917
+ }
918
+
919
+ /**
920
+ * @see https://redis.io/commands/incrbyfloat
921
+ */
922
+ declare class IncrByFloatCommand extends Command<number, number> {
923
+ constructor(cmd: [key: string, value: number], opts?: CommandOptions<number, number>);
924
+ }
925
+
926
+ /**
927
+ * @see https://redis.io/commands/json.arrappend
928
+ */
929
+ declare class JsonArrAppendCommand<TData extends unknown[]> extends Command<(null | string)[], (null | number)[]> {
930
+ constructor(cmd: [key: string, path: string, ...values: TData], opts?: CommandOptions<(null | string)[], (null | number)[]>);
931
+ }
932
+
933
+ /**
934
+ * @see https://redis.io/commands/json.arrindex
935
+ */
936
+ declare class JsonArrIndexCommand<TValue> extends Command<(null | string)[], (null | number)[]> {
937
+ constructor(cmd: [key: string, path: string, value: TValue, start?: number, stop?: number], opts?: CommandOptions<(null | string)[], (null | number)[]>);
938
+ }
939
+
940
+ /**
941
+ * @see https://redis.io/commands/json.arrinsert
942
+ */
943
+ declare class JsonArrInsertCommand<TData extends unknown[]> extends Command<(null | string)[], (null | number)[]> {
944
+ constructor(cmd: [key: string, path: string, index: number, ...values: TData], opts?: CommandOptions<(null | string)[], (null | number)[]>);
945
+ }
946
+
947
+ /**
948
+ * @see https://redis.io/commands/json.arrlen
949
+ */
950
+ declare class JsonArrLenCommand extends Command<(null | string)[], (null | number)[]> {
951
+ constructor(cmd: [key: string, path?: string], opts?: CommandOptions<(null | string)[], (null | number)[]>);
952
+ }
953
+
954
+ /**
955
+ * @see https://redis.io/commands/json.arrpop
956
+ */
957
+ declare class JsonArrPopCommand<TData> extends Command<(null | string)[], (TData | null)[]> {
958
+ constructor(cmd: [key: string, path?: string, index?: number], opts?: CommandOptions<(null | string)[], (TData | null)[]>);
959
+ }
960
+
961
+ /**
962
+ * @see https://redis.io/commands/json.arrtrim
963
+ */
964
+ declare class JsonArrTrimCommand extends Command<(null | string)[], (null | number)[]> {
965
+ constructor(cmd: [key: string, path?: string, start?: number, stop?: number], opts?: CommandOptions<(null | string)[], (null | number)[]>);
966
+ }
967
+
968
+ /**
969
+ * @see https://redis.io/commands/json.clear
970
+ */
971
+ declare class JsonClearCommand extends Command<number, number> {
972
+ constructor(cmd: [key: string, path?: string], opts?: CommandOptions<number, number>);
973
+ }
974
+
975
+ /**
976
+ * @see https://redis.io/commands/json.del
977
+ */
978
+ declare class JsonDelCommand extends Command<number, number> {
979
+ constructor(cmd: [key: string, path?: string], opts?: CommandOptions<number, number>);
980
+ }
981
+
982
+ /**
983
+ * @see https://redis.io/commands/json.forget
984
+ */
985
+ declare class JsonForgetCommand extends Command<number, number> {
986
+ constructor(cmd: [key: string, path?: string], opts?: CommandOptions<number, number>);
987
+ }
988
+
989
+ /**
990
+ * @see https://redis.io/commands/json.get
991
+ */
992
+ declare class JsonGetCommand<TData extends (unknown | Record<string, unknown>) | (unknown | Record<string, unknown>)[]> extends Command<TData | null, TData | null> {
993
+ constructor(cmd: [
994
+ key: string,
995
+ opts?: {
996
+ indent?: string;
997
+ newline?: string;
998
+ space?: string;
999
+ },
1000
+ ...path: string[]
1001
+ ] | [key: string, ...path: string[]], opts?: CommandOptions<TData | null, TData | null>);
1002
+ }
1003
+
1004
+ /**
1005
+ * @see https://redis.io/commands/json.merge
1006
+ */
1007
+ declare class JsonMergeCommand<TData extends string | number | Record<string, unknown> | Array<unknown>> extends Command<"OK" | null, "OK" | null> {
1008
+ constructor(cmd: [key: string, path: string, value: TData], opts?: CommandOptions<"OK" | null, "OK" | null>);
1009
+ }
1010
+
1011
+ /**
1012
+ * @see https://redis.io/commands/json.mget
1013
+ */
1014
+ declare class JsonMGetCommand<TData = unknown[]> extends Command<TData, TData> {
1015
+ constructor(cmd: [keys: string[], path: string], opts?: CommandOptions<TData, TData>);
1016
+ }
1017
+
1018
+ /**
1019
+ * @see https://redis.io/commands/json.mset
1020
+ */
1021
+ declare class JsonMSetCommand<TData extends number | string | boolean | Record<string, unknown> | (number | string | boolean | Record<string, unknown>)[]> extends Command<"OK" | null, "OK" | null> {
1022
+ constructor(cmd: {
1023
+ key: string;
1024
+ path: string;
1025
+ value: TData;
1026
+ }[], opts?: CommandOptions<"OK" | null, "OK" | null>);
1027
+ }
1028
+
1029
+ /**
1030
+ * @see https://redis.io/commands/json.numincrby
1031
+ */
1032
+ declare class JsonNumIncrByCommand extends Command<(null | string)[], (null | number)[]> {
1033
+ constructor(cmd: [key: string, path: string, value: number], opts?: CommandOptions<(null | string)[], (null | number)[]>);
1034
+ }
1035
+
1036
+ /**
1037
+ * @see https://redis.io/commands/json.nummultby
1038
+ */
1039
+ declare class JsonNumMultByCommand extends Command<(null | string)[], (null | number)[]> {
1040
+ constructor(cmd: [key: string, path: string, value: number], opts?: CommandOptions<(null | string)[], (null | number)[]>);
1041
+ }
1042
+
1043
+ /**
1044
+ * @see https://redis.io/commands/json.objkeys
1045
+ */
1046
+ declare class JsonObjKeysCommand extends Command<(string[] | null)[], (string[] | null)[]> {
1047
+ constructor(cmd: [key: string, path?: string], opts?: CommandOptions<(string[] | null)[], (string[] | null)[]>);
1048
+ }
1049
+
1050
+ /**
1051
+ * @see https://redis.io/commands/json.objlen
1052
+ */
1053
+ declare class JsonObjLenCommand extends Command<(number | null)[], (number | null)[]> {
1054
+ constructor(cmd: [key: string, path?: string], opts?: CommandOptions<(number | null)[], (number | null)[]>);
1055
+ }
1056
+
1057
+ /**
1058
+ * @see https://redis.io/commands/json.resp
1059
+ */
1060
+ declare class JsonRespCommand<TData extends unknown[]> extends Command<TData, TData> {
1061
+ constructor(cmd: [key: string, path?: string], opts?: CommandOptions<TData, TData>);
1062
+ }
1063
+
1064
+ /**
1065
+ * @see https://redis.io/commands/json.set
1066
+ */
1067
+ declare class JsonSetCommand<TData extends number | string | boolean | Record<string, unknown> | (number | string | boolean | Record<string, unknown>)[]> extends Command<"OK" | null, "OK" | null> {
1068
+ constructor(cmd: [
1069
+ key: string,
1070
+ path: string,
1071
+ value: TData,
1072
+ opts?: {
1073
+ nx: true;
1074
+ xx?: never;
1075
+ } | {
1076
+ nx?: never;
1077
+ xx: true;
1078
+ }
1079
+ ], opts?: CommandOptions<"OK" | null, "OK" | null>);
1080
+ }
1081
+
1082
+ /**
1083
+ * @see https://redis.io/commands/json.strappend
1084
+ */
1085
+ declare class JsonStrAppendCommand extends Command<(null | string)[], (null | number)[]> {
1086
+ constructor(cmd: [key: string, path: string, value: string], opts?: CommandOptions<(null | string)[], (null | number)[]>);
1087
+ }
1088
+
1089
+ /**
1090
+ * @see https://redis.io/commands/json.strlen
1091
+ */
1092
+ declare class JsonStrLenCommand extends Command<(number | null)[], (number | null)[]> {
1093
+ constructor(cmd: [key: string, path?: string], opts?: CommandOptions<(number | null)[], (number | null)[]>);
1094
+ }
1095
+
1096
+ /**
1097
+ * @see https://redis.io/commands/json.toggle
1098
+ */
1099
+ declare class JsonToggleCommand extends Command<number[], number[]> {
1100
+ constructor(cmd: [key: string, path: string], opts?: CommandOptions<number[], number[]>);
1101
+ }
1102
+
1103
+ /**
1104
+ * @see https://redis.io/commands/json.type
1105
+ */
1106
+ declare class JsonTypeCommand extends Command<string[], string[]> {
1107
+ constructor(cmd: [key: string, path?: string], opts?: CommandOptions<string[], string[]>);
1108
+ }
1109
+
1110
+ /**
1111
+ * @see https://redis.io/commands/keys
1112
+ */
1113
+ declare class KeysCommand extends Command<string[], string[]> {
1114
+ constructor(cmd: [pattern: string], opts?: CommandOptions<string[], string[]>);
1115
+ }
1116
+
1117
+ declare class LIndexCommand<TData = string> extends Command<unknown | null, TData | null> {
1118
+ constructor(cmd: [key: string, index: number], opts?: CommandOptions<unknown | null, TData | null>);
1119
+ }
1120
+
1121
+ declare class LInsertCommand<TData = string> extends Command<number, number> {
1122
+ constructor(cmd: [key: string, direction: "before" | "after", pivot: TData, value: TData], opts?: CommandOptions<number, number>);
1123
+ }
1124
+
1125
+ /**
1126
+ * @see https://redis.io/commands/llen
1127
+ */
1128
+ declare class LLenCommand extends Command<number, number> {
1129
+ constructor(cmd: [key: string], opts?: CommandOptions<number, number>);
1130
+ }
1131
+
1132
+ /**
1133
+ * @see https://redis.io/commands/lmove
1134
+ */
1135
+ declare class LMoveCommand<TData = string> extends Command<TData, TData> {
1136
+ constructor(cmd: [
1137
+ source: string,
1138
+ destination: string,
1139
+ whereFrom: "left" | "right",
1140
+ whereTo: "left" | "right"
1141
+ ], opts?: CommandOptions<TData, TData>);
1142
+ }
1143
+
1144
+ /**
1145
+ * @see https://redis.io/commands/lpop
1146
+ */
1147
+ declare class LPopCommand<TData = string> extends Command<unknown | null, TData | null> {
1148
+ constructor(cmd: [key: string, count?: number], opts?: CommandOptions<unknown | null, TData | null>);
1149
+ }
1150
+
1151
+ /**
1152
+ * @see https://redis.io/commands/lpush
1153
+ */
1154
+ declare class LPushCommand<TData = string> extends Command<number, number> {
1155
+ constructor(cmd: [key: string, ...elements: TData[]], opts?: CommandOptions<number, number>);
1156
+ }
1157
+
1158
+ /**
1159
+ * @see https://redis.io/commands/lpushx
1160
+ */
1161
+ declare class LPushXCommand<TData> extends Command<number, number> {
1162
+ constructor(cmd: [key: string, ...elements: TData[]], opts?: CommandOptions<number, number>);
1163
+ }
1164
+
1165
+ declare class LRangeCommand<TData = string> extends Command<unknown[], TData[]> {
1166
+ constructor(cmd: [key: string, start: number, end: number], opts?: CommandOptions<unknown[], TData[]>);
1167
+ }
1168
+
1169
+ declare class LRemCommand<TData> extends Command<number, number> {
1170
+ constructor(cmd: [key: string, count: number, value: TData], opts?: CommandOptions<number, number>);
1171
+ }
1172
+
1173
+ declare class LSetCommand<TData = string> extends Command<"OK", "OK"> {
1174
+ constructor(cmd: [key: string, index: number, data: TData], opts?: CommandOptions<"OK", "OK">);
1175
+ }
1176
+
1177
+ declare class LTrimCommand extends Command<"OK", "OK"> {
1178
+ constructor(cmd: [key: string, start: number, end: number], opts?: CommandOptions<"OK", "OK">);
1179
+ }
1180
+
1181
+ /**
1182
+ * @see https://redis.io/commands/mget
1183
+ */
1184
+ declare class MGetCommand<TData extends unknown[]> extends Command<(string | null)[], TData> {
1185
+ constructor(cmd: [string[]] | [...string[]], opts?: CommandOptions<(string | null)[], TData>);
1186
+ }
1187
+
1188
+ /**
1189
+ * @see https://redis.io/commands/mset
1190
+ */
1191
+ declare class MSetCommand<TData> extends Command<"OK", "OK"> {
1192
+ constructor([kv]: [kv: Record<string, TData>], opts?: CommandOptions<"OK", "OK">);
1193
+ }
1194
+
1195
+ /**
1196
+ * @see https://redis.io/commands/msetnx
1197
+ */
1198
+ declare class MSetNXCommand<TData = string> extends Command<number, number> {
1199
+ constructor([kv]: [kv: Record<string, TData>], opts?: CommandOptions<number, number>);
1200
+ }
1201
+
1202
+ /**
1203
+ * @see https://redis.io/commands/persist
1204
+ */
1205
+ declare class PersistCommand extends Command<"0" | "1", 0 | 1> {
1206
+ constructor(cmd: [key: string], opts?: CommandOptions<"0" | "1", 0 | 1>);
1207
+ }
1208
+
1209
+ /**
1210
+ * @see https://redis.io/commands/pexpire
1211
+ */
1212
+ declare class PExpireCommand extends Command<"0" | "1", 0 | 1> {
1213
+ constructor(cmd: [key: string, milliseconds: number, option?: ExpireOption], opts?: CommandOptions<"0" | "1", 0 | 1>);
1214
+ }
1215
+
1216
+ /**
1217
+ * @see https://redis.io/commands/pexpireat
1218
+ */
1219
+ declare class PExpireAtCommand extends Command<"0" | "1", 0 | 1> {
1220
+ constructor(cmd: [key: string, unix: number, option?: ExpireOption], opts?: CommandOptions<"0" | "1", 0 | 1>);
1221
+ }
1222
+
1223
+ /**
1224
+ * @see https://redis.io/commands/ping
1225
+ */
1226
+ declare class PingCommand extends Command<string | "PONG", string | "PONG"> {
1227
+ constructor(cmd?: [message?: string], opts?: CommandOptions<string | "PONG", string | "PONG">);
1228
+ }
1229
+
1230
+ /**
1231
+ * @see https://redis.io/commands/psetex
1232
+ */
1233
+ declare class PSetEXCommand<TData = string> extends Command<string, string> {
1234
+ constructor(cmd: [key: string, ttl: number, value: TData], opts?: CommandOptions<string, string>);
1235
+ }
1236
+
1237
+ /**
1238
+ * @see https://redis.io/commands/pttl
1239
+ */
1240
+ declare class PTtlCommand extends Command<number, number> {
1241
+ constructor(cmd: [key: string], opts?: CommandOptions<number, number>);
1242
+ }
1243
+
1244
+ /**
1245
+ * @see https://redis.io/commands/publish
1246
+ */
1247
+ declare class PublishCommand<TMessage = unknown> extends Command<number, number> {
1248
+ constructor(cmd: [channel: string, message: TMessage], opts?: CommandOptions<number, number>);
1249
+ }
1250
+
1251
+ /**
1252
+ * @see https://redis.io/commands/randomkey
1253
+ */
1254
+ declare class RandomKeyCommand extends Command<string | null, string | null> {
1255
+ constructor(opts?: CommandOptions<string | null, string | null>);
1256
+ }
1257
+
1258
+ /**
1259
+ * @see https://redis.io/commands/rename
1260
+ */
1261
+ declare class RenameCommand extends Command<"OK", "OK"> {
1262
+ constructor(cmd: [source: string, destination: string], opts?: CommandOptions<"OK", "OK">);
1263
+ }
1264
+
1265
+ /**
1266
+ * @see https://redis.io/commands/renamenx
1267
+ */
1268
+ declare class RenameNXCommand extends Command<"0" | "1", 0 | 1> {
1269
+ constructor(cmd: [source: string, destination: string], opts?: CommandOptions<"0" | "1", 0 | 1>);
1270
+ }
1271
+
1272
+ /**
1273
+ * @see https://redis.io/commands/rpop
1274
+ */
1275
+ declare class RPopCommand<TData extends unknown | unknown[] = string> extends Command<unknown | null, TData | null> {
1276
+ constructor(cmd: [key: string, count?: number], opts?: CommandOptions<unknown | null, TData | null>);
1277
+ }
1278
+
1279
+ /**
1280
+ * @see https://redis.io/commands/rpush
1281
+ */
1282
+ declare class RPushCommand<TData = string> extends Command<number, number> {
1283
+ constructor(cmd: [key: string, ...elements: TData[]], opts?: CommandOptions<number, number>);
1284
+ }
1285
+
1286
+ /**
1287
+ * @see https://redis.io/commands/rpushx
1288
+ */
1289
+ declare class RPushXCommand<TData = string> extends Command<number, number> {
1290
+ constructor(cmd: [key: string, ...elements: TData[]], opts?: CommandOptions<number, number>);
1291
+ }
1292
+
1293
+ /**
1294
+ * @see https://redis.io/commands/sadd
1295
+ */
1296
+ declare class SAddCommand<TData = string> extends Command<number, number> {
1297
+ constructor(cmd: [key: string, member: TData, ...members: TData[]], opts?: CommandOptions<number, number>);
1298
+ }
1299
+
1300
+ /**
1301
+ * @see https://redis.io/commands/scard
1302
+ */
1303
+ declare class SCardCommand extends Command<number, number> {
1304
+ constructor(cmd: [key: string], opts?: CommandOptions<number, number>);
1305
+ }
1306
+
1307
+ /**
1308
+ * @see https://redis.io/commands/script-exists
1309
+ */
1310
+ declare class ScriptExistsCommand<T extends string[]> extends Command<string[], number[]> {
1311
+ constructor(hashes: T, opts?: CommandOptions<string[], number[]>);
1312
+ }
1313
+
1314
+ /**
1315
+ * @see https://redis.io/commands/script-load
1316
+ */
1317
+ declare class ScriptLoadCommand extends Command<string, string> {
1318
+ constructor(args: [script: string], opts?: CommandOptions<string, string>);
1319
+ }
1320
+
1321
+ /**
1322
+ * @see https://redis.io/commands/sdiff
1323
+ */
1324
+ declare class SDiffCommand<TData> extends Command<unknown[], TData[]> {
1325
+ constructor(cmd: [key: string, ...keys: string[]], opts?: CommandOptions<unknown[], TData[]>);
1326
+ }
1327
+
1328
+ /**
1329
+ * @see https://redis.io/commands/sdiffstore
1330
+ */
1331
+ declare class SDiffStoreCommand extends Command<number, number> {
1332
+ constructor(cmd: [destination: string, ...keys: string[]], opts?: CommandOptions<number, number>);
1333
+ }
1334
+
1335
+ type SetCommandOptions = {
1336
+ get?: boolean;
1337
+ } & ({
1338
+ ex: number;
1339
+ px?: never;
1340
+ exat?: never;
1341
+ pxat?: never;
1342
+ keepTtl?: never;
1343
+ } | {
1344
+ ex?: never;
1345
+ px: number;
1346
+ exat?: never;
1347
+ pxat?: never;
1348
+ keepTtl?: never;
1349
+ } | {
1350
+ ex?: never;
1351
+ px?: never;
1352
+ exat: number;
1353
+ pxat?: never;
1354
+ keepTtl?: never;
1355
+ } | {
1356
+ ex?: never;
1357
+ px?: never;
1358
+ exat?: never;
1359
+ pxat: number;
1360
+ keepTtl?: never;
1361
+ } | {
1362
+ ex?: never;
1363
+ px?: never;
1364
+ exat?: never;
1365
+ pxat?: never;
1366
+ keepTtl: true;
1367
+ } | {
1368
+ ex?: never;
1369
+ px?: never;
1370
+ exat?: never;
1371
+ pxat?: never;
1372
+ keepTtl?: never;
1373
+ }) & ({
1374
+ nx: true;
1375
+ xx?: never;
1376
+ } | {
1377
+ xx: true;
1378
+ nx?: never;
1379
+ } | {
1380
+ xx?: never;
1381
+ nx?: never;
1382
+ });
1383
+ /**
1384
+ * @see https://redis.io/commands/set
1385
+ */
1386
+ declare class SetCommand<TData, TResult = TData | "OK" | null> extends Command<TResult, TData | "OK" | null> {
1387
+ constructor([key, value, opts]: [key: string, value: TData, opts?: SetCommandOptions], cmdOpts?: CommandOptions<TResult, TData>);
1388
+ }
1389
+
1390
+ /**
1391
+ * @see https://redis.io/commands/setbit
1392
+ */
1393
+ declare class SetBitCommand extends Command<"0" | "1", 0 | 1> {
1394
+ constructor(cmd: [key: string, offset: number, value: 0 | 1], opts?: CommandOptions<"0" | "1", 0 | 1>);
1395
+ }
1396
+
1397
+ /**
1398
+ * @see https://redis.io/commands/setex
1399
+ */
1400
+ declare class SetExCommand<TData = string> extends Command<"OK", "OK"> {
1401
+ constructor(cmd: [key: string, ttl: number, value: TData], opts?: CommandOptions<"OK", "OK">);
1402
+ }
1403
+
1404
+ /**
1405
+ * @see https://redis.io/commands/setnx
1406
+ */
1407
+ declare class SetNxCommand<TData = string> extends Command<number, number> {
1408
+ constructor(cmd: [key: string, value: TData], opts?: CommandOptions<number, number>);
1409
+ }
1410
+
1411
+ /**
1412
+ * @see https://redis.io/commands/setrange
1413
+ */
1414
+ declare class SetRangeCommand extends Command<number, number> {
1415
+ constructor(cmd: [key: string, offset: number, value: string], opts?: CommandOptions<number, number>);
1416
+ }
1417
+
1418
+ /**
1419
+ * @see https://redis.io/commands/sinter
1420
+ */
1421
+ declare class SInterCommand<TData = string> extends Command<unknown[], TData[]> {
1422
+ constructor(cmd: [key: string, ...keys: string[]], opts?: CommandOptions<unknown[], TData[]>);
1423
+ }
1424
+
1425
+ /**
1426
+ * @see https://redis.io/commands/sinterstore
1427
+ */
1428
+ declare class SInterStoreCommand extends Command<number, number> {
1429
+ constructor(cmd: [destination: string, key: string, ...keys: string[]], opts?: CommandOptions<number, number>);
1430
+ }
1431
+
1432
+ /**
1433
+ * @see https://redis.io/commands/sismember
1434
+ */
1435
+ declare class SIsMemberCommand<TData = string> extends Command<"0" | "1", 0 | 1> {
1436
+ constructor(cmd: [key: string, member: TData], opts?: CommandOptions<"0" | "1", 0 | 1>);
1437
+ }
1438
+
1439
+ /**
1440
+ * @see https://redis.io/commands/smembers
1441
+ */
1442
+ declare class SMembersCommand<TData extends unknown[] = string[]> extends Command<unknown[], TData> {
1443
+ constructor(cmd: [key: string], opts?: CommandOptions<unknown[], TData>);
1444
+ }
1445
+
1446
+ /**
1447
+ * @see https://redis.io/commands/smismember
1448
+ */
1449
+ declare class SMIsMemberCommand<TMembers extends unknown[]> extends Command<("0" | "1")[], (0 | 1)[]> {
1450
+ constructor(cmd: [key: string, members: TMembers], opts?: CommandOptions<("0" | "1")[], (0 | 1)[]>);
1451
+ }
1452
+
1453
+ /**
1454
+ * @see https://redis.io/commands/smove
1455
+ */
1456
+ declare class SMoveCommand<TData> extends Command<"0" | "1", 0 | 1> {
1457
+ constructor(cmd: [source: string, destination: string, member: TData], opts?: CommandOptions<"0" | "1", 0 | 1>);
1458
+ }
1459
+
1460
+ /**
1461
+ * @see https://redis.io/commands/spop
1462
+ */
1463
+ declare class SPopCommand<TData> extends Command<string | string[] | null, TData | null> {
1464
+ constructor([key, count]: [key: string, count?: number], opts?: CommandOptions<string | string[] | null, TData | null>);
1465
+ }
1466
+
1467
+ /**
1468
+ * @see https://redis.io/commands/srandmember
1469
+ */
1470
+ declare class SRandMemberCommand<TData> extends Command<string | null, TData | null> {
1471
+ constructor([key, count]: [key: string, count?: number], opts?: CommandOptions<string | null, TData | null>);
1472
+ }
1473
+
1474
+ /**
1475
+ * @see https://redis.io/commands/srem
1476
+ */
1477
+ declare class SRemCommand<TData = string> extends Command<number, number> {
1478
+ constructor(cmd: [key: string, ...members: TData[]], opts?: CommandOptions<number, number>);
1479
+ }
1480
+
1481
+ /**
1482
+ * @see https://redis.io/commands/sscan
1483
+ */
1484
+ declare class SScanCommand extends Command<[
1485
+ string,
1486
+ (string | number)[]
1487
+ ], [
1488
+ string,
1489
+ (string | number)[]
1490
+ ]> {
1491
+ constructor([key, cursor, opts]: [key: string, cursor: string | number, opts?: ScanCommandOptions], cmdOpts?: CommandOptions<[string, (string | number)[]], [string, (string | number)[]]>);
1492
+ }
1493
+
1494
+ /**
1495
+ * @see https://redis.io/commands/strlen
1496
+ */
1497
+ declare class StrLenCommand extends Command<number, number> {
1498
+ constructor(cmd: [key: string], opts?: CommandOptions<number, number>);
1499
+ }
1500
+
1501
+ /**
1502
+ * @see https://redis.io/commands/sunion
1503
+ */
1504
+ declare class SUnionCommand<TData> extends Command<string[], TData[]> {
1505
+ constructor(cmd: [key: string, ...keys: string[]], opts?: CommandOptions<string[], TData[]>);
1506
+ }
1507
+
1508
+ /**
1509
+ * @see https://redis.io/commands/sunionstore
1510
+ */
1511
+ declare class SUnionStoreCommand extends Command<number, number> {
1512
+ constructor(cmd: [destination: string, key: string, ...keys: string[]], opts?: CommandOptions<number, number>);
1513
+ }
1514
+
1515
+ /**
1516
+ * @see https://redis.io/commands/time
1517
+ */
1518
+ declare class TimeCommand extends Command<[number, number], [number, number]> {
1519
+ constructor(opts?: CommandOptions<[number, number], [number, number]>);
1520
+ }
1521
+
1522
+ /**
1523
+ * @see https://redis.io/commands/touch
1524
+ */
1525
+ declare class TouchCommand extends Command<number, number> {
1526
+ constructor(cmd: [...keys: string[]], opts?: CommandOptions<number, number>);
1527
+ }
1528
+
1529
+ /**
1530
+ * @see https://redis.io/commands/ttl
1531
+ */
1532
+ declare class TtlCommand extends Command<number, number> {
1533
+ constructor(cmd: [key: string], opts?: CommandOptions<number, number>);
1534
+ }
1535
+
1536
+ /**
1537
+ * @see https://redis.io/commands/unlink
1538
+ */
1539
+ declare class UnlinkCommand extends Command<number, number> {
1540
+ constructor(cmd: [...keys: string[]], opts?: CommandOptions<number, number>);
1541
+ }
1542
+
1543
+ type XAddCommandOptions = {
1544
+ nomkStream?: boolean;
1545
+ trim?: ({
1546
+ type: "MAXLEN" | "maxlen";
1547
+ threshold: number;
1548
+ } | {
1549
+ type: "MINID" | "minid";
1550
+ threshold: string;
1551
+ }) & ({
1552
+ comparison: "~";
1553
+ limit?: number;
1554
+ } | {
1555
+ comparison: "=";
1556
+ limit?: never;
1557
+ });
1558
+ };
1559
+ /**
1560
+ * @see https://redis.io/commands/xadd
1561
+ */
1562
+ declare class XAddCommand extends Command<string, string> {
1563
+ constructor([key, id, entries, opts]: [
1564
+ key: string,
1565
+ id: "*" | string,
1566
+ entries: Record<string, unknown>,
1567
+ opts?: XAddCommandOptions
1568
+ ], commandOptions?: CommandOptions<string, string>);
1569
+ }
1570
+
1571
+ declare class XRangeCommand<TData extends Record<string, Record<string, unknown>>> extends Command<string[][], TData> {
1572
+ constructor([key, start, end, count]: [key: string, start: string, end: string, count?: number], opts?: CommandOptions<unknown[], TData[]>);
1573
+ }
1574
+
1575
+ type XReadCommandOptions = [
1576
+ key: string | string[],
1577
+ id: string | string[],
1578
+ options?: {
1579
+ count?: number;
1580
+ /**
1581
+ * @deprecated block is not yet supported in Upstash Redis
1582
+ */
1583
+ blockMS?: number;
1584
+ }
1585
+ ];
1586
+ type XReadOptions = XReadCommandOptions extends [infer K, infer I, ...any[]] ? K extends string ? I extends string ? [
1587
+ key: string,
1588
+ id: string,
1589
+ options?: {
1590
+ count?: number;
1591
+ /**
1592
+ * @deprecated block is not yet supported in Upstash Redis
1593
+ */
1594
+ blockMS?: number;
1595
+ }
1596
+ ] : never : K extends string[] ? I extends string[] ? [
1597
+ key: string[],
1598
+ id: string[],
1599
+ options?: {
1600
+ count?: number;
1601
+ /**
1602
+ * @deprecated block is not yet supported in Upstash Redis
1603
+ */
1604
+ blockMS?: number;
1605
+ }
1606
+ ] : never : never : never;
1607
+ /**
1608
+ * @see https://redis.io/commands/xread
1609
+ */
1610
+ declare class XReadCommand extends Command<number, unknown[]> {
1611
+ constructor([key, id, options]: XReadOptions, opts?: CommandOptions<number, unknown[]>);
1612
+ }
1613
+
1614
+ type Options = {
1615
+ count?: number;
1616
+ /**
1617
+ * @deprecated block is not yet supported in Upstash Redis
1618
+ */
1619
+ blockMS?: number;
1620
+ NOACK?: boolean;
1621
+ };
1622
+ type XReadGroupCommandOptions = [
1623
+ group: string,
1624
+ consumer: string,
1625
+ key: string | string[],
1626
+ id: string | string[],
1627
+ options?: Options
1628
+ ];
1629
+ type XReadGroupOptions = XReadGroupCommandOptions extends [
1630
+ string,
1631
+ string,
1632
+ infer TKey,
1633
+ infer TId,
1634
+ ...any[]
1635
+ ] ? TKey extends string ? TId extends string ? [group: string, consumer: string, key: string, id: string, options?: Options] : never : TKey extends string[] ? TId extends string[] ? [group: string, consumer: string, key: string[], id: string[], options?: Options] : never : never : never;
1636
+ /**
1637
+ * @see https://redis.io/commands/xreadgroup
1638
+ */
1639
+ declare class XReadGroupCommand extends Command<number, unknown[]> {
1640
+ constructor([group, consumer, key, id, options]: XReadGroupOptions, opts?: CommandOptions<number, unknown[]>);
1641
+ }
1642
+
1643
+ type NXAndXXOptions = {
1644
+ nx: true;
1645
+ xx?: never;
1646
+ } | {
1647
+ nx?: never;
1648
+ xx: true;
1649
+ } | {
1650
+ nx?: never;
1651
+ xx?: never;
1652
+ };
1653
+ type LTAndGTOptions = {
1654
+ lt: true;
1655
+ gt?: never;
1656
+ } | {
1657
+ lt?: never;
1658
+ gt: true;
1659
+ } | {
1660
+ lt?: never;
1661
+ gt?: never;
1662
+ };
1663
+ type ZAddCommandOptions = NXAndXXOptions & LTAndGTOptions & {
1664
+ ch?: true;
1665
+ } & {
1666
+ incr?: true;
1667
+ };
1668
+ type Arg2<TData> = ScoreMember<TData> | ZAddCommandOptions;
1669
+ type ScoreMember<TData> = {
1670
+ score: number;
1671
+ member: TData;
1672
+ };
1673
+ /**
1674
+ * @see https://redis.io/commands/zadd
1675
+ */
1676
+ declare class ZAddCommand<TData = string> extends Command<number | null, number | null> {
1677
+ constructor([key, arg1, ...arg2]: [string, Arg2<TData>, ...ScoreMember<TData>[]], opts?: CommandOptions<number | null, number | null>);
1678
+ }
1679
+
1680
+ /**
1681
+ * @see https://redis.io/commands/zcard
1682
+ */
1683
+ declare class ZCardCommand extends Command<number, number> {
1684
+ constructor(cmd: [key: string], opts?: CommandOptions<number, number>);
1685
+ }
1686
+
1687
+ /**
1688
+ * @see https://redis.io/commands/zcount
1689
+ */
1690
+ declare class ZCountCommand extends Command<number, number> {
1691
+ constructor(cmd: [key: string, min: number | string, max: number | string], opts?: CommandOptions<number, number>);
1692
+ }
1693
+
1694
+ /**
1695
+ * @see https://redis.io/commands/zincrby
1696
+ */
1697
+ declare class ZIncrByCommand<TData> extends Command<number, number> {
1698
+ constructor(cmd: [key: string, increment: number, member: TData], opts?: CommandOptions<number, number>);
1699
+ }
1700
+
1701
+ /**
1702
+ * @see https://redis.io/commands/zlexcount
1703
+ */
1704
+ declare class ZLexCountCommand extends Command<number, number> {
1705
+ constructor(cmd: [key: string, min: string, max: string], opts?: CommandOptions<number, number>);
1706
+ }
1707
+
1708
+ /**
1709
+ * @see https://redis.io/commands/zpopmax
1710
+ */
1711
+ declare class ZPopMaxCommand<TData> extends Command<string[], TData[]> {
1712
+ constructor([key, count]: [key: string, count?: number], opts?: CommandOptions<string[], TData[]>);
1713
+ }
1714
+
1715
+ /**
1716
+ * @see https://redis.io/commands/zpopmin
1717
+ */
1718
+ declare class ZPopMinCommand<TData> extends Command<string[], TData[]> {
1719
+ constructor([key, count]: [key: string, count?: number], opts?: CommandOptions<string[], TData[]>);
1720
+ }
1721
+
1722
+ type ZRangeCommandOptions = {
1723
+ withScores?: boolean;
1724
+ rev?: boolean;
1725
+ } & ({
1726
+ byScore: true;
1727
+ byLex?: never;
1728
+ } | {
1729
+ byScore?: never;
1730
+ byLex: true;
1731
+ } | {
1732
+ byScore?: never;
1733
+ byLex?: never;
1734
+ }) & ({
1735
+ offset: number;
1736
+ count: number;
1737
+ } | {
1738
+ offset?: never;
1739
+ count?: never;
1740
+ });
1741
+ /**
1742
+ * @see https://redis.io/commands/zrange
1743
+ */
1744
+ declare class ZRangeCommand<TData extends unknown[]> extends Command<string[], TData> {
1745
+ constructor(cmd: [key: string, min: number, max: number, opts?: ZRangeCommandOptions], cmdOpts?: CommandOptions<string[], TData>);
1746
+ constructor(cmd: [
1747
+ key: string,
1748
+ min: `(${string}` | `[${string}` | "-" | "+",
1749
+ max: `(${string}` | `[${string}` | "-" | "+",
1750
+ opts: {
1751
+ byLex: true;
1752
+ } & ZRangeCommandOptions
1753
+ ], cmdOpts?: CommandOptions<string[], TData>);
1754
+ constructor(cmd: [
1755
+ key: string,
1756
+ min: number | `(${number}` | "-inf" | "+inf",
1757
+ max: number | `(${number}` | "-inf" | "+inf",
1758
+ opts: {
1759
+ byScore: true;
1760
+ } & ZRangeCommandOptions
1761
+ ], cmdOpts?: CommandOptions<string[], TData>);
1762
+ }
1763
+
1764
+ /**
1765
+ * @see https://redis.io/commands/zrank
1766
+ */
1767
+ declare class ZRankCommand<TData> extends Command<number | null, number | null> {
1768
+ constructor(cmd: [key: string, member: TData], opts?: CommandOptions<number | null, number | null>);
1769
+ }
1770
+
1771
+ /**
1772
+ * @see https://redis.io/commands/zrem
1773
+ */
1774
+ declare class ZRemCommand<TData = string> extends Command<number, number> {
1775
+ constructor(cmd: [key: string, ...members: TData[]], opts?: CommandOptions<number, number>);
1776
+ }
1777
+
1778
+ /**
1779
+ * @see https://redis.io/commands/zremrangebylex
1780
+ */
1781
+ declare class ZRemRangeByLexCommand extends Command<number, number> {
1782
+ constructor(cmd: [key: string, min: string, max: string], opts?: CommandOptions<number, number>);
1783
+ }
1784
+
1785
+ /**
1786
+ * @see https://redis.io/commands/zremrangebyrank
1787
+ */
1788
+ declare class ZRemRangeByRankCommand extends Command<number, number> {
1789
+ constructor(cmd: [key: string, start: number, stop: number], opts?: CommandOptions<number, number>);
1790
+ }
1791
+
1792
+ /**
1793
+ * @see https://redis.io/commands/zremrangebyscore
1794
+ */
1795
+ declare class ZRemRangeByScoreCommand extends Command<number, number> {
1796
+ constructor(cmd: [key: string, min: number, max: number], opts?: CommandOptions<number, number>);
1797
+ }
1798
+
1799
+ /**
1800
+ * @see https://redis.io/commands/zrevrank
1801
+ */
1802
+ declare class ZRevRankCommand<TData> extends Command<number | null, number | null> {
1803
+ constructor(cmd: [key: string, member: TData], opts?: CommandOptions<number | null, number | null>);
1804
+ }
1805
+
1806
+ /**
1807
+ * @see https://redis.io/commands/zscan
1808
+ */
1809
+ declare class ZScanCommand extends Command<[
1810
+ string,
1811
+ (string | number)[]
1812
+ ], [
1813
+ string,
1814
+ (string | number)[]
1815
+ ]> {
1816
+ constructor([key, cursor, opts]: [key: string, cursor: string | number, opts?: ScanCommandOptions], cmdOpts?: CommandOptions<[string, (string | number)[]], [string, (string | number)[]]>);
1817
+ }
1818
+
1819
+ /**
1820
+ * @see https://redis.io/commands/zscore
1821
+ */
1822
+ declare class ZScoreCommand<TData> extends Command<string | null, number | null> {
1823
+ constructor(cmd: [key: string, member: TData], opts?: CommandOptions<string | null, number | null>);
1824
+ }
1825
+
1826
+ type BaseMessageData<TMessage> = {
1827
+ channel: string;
1828
+ message: TMessage;
1829
+ };
1830
+ type PatternMessageData<TMessage> = BaseMessageData<TMessage> & {
1831
+ pattern: string;
1832
+ };
1833
+ type SubscriptionCountEvent = number;
1834
+ type MessageEventMap<TMessage> = {
1835
+ message: BaseMessageData<TMessage>;
1836
+ subscribe: SubscriptionCountEvent;
1837
+ unsubscribe: SubscriptionCountEvent;
1838
+ pmessage: PatternMessageData<TMessage>;
1839
+ psubscribe: SubscriptionCountEvent;
1840
+ punsubscribe: SubscriptionCountEvent;
1841
+ error: Error;
1842
+ [key: `message:${string}`]: BaseMessageData<TMessage>;
1843
+ [key: `pmessage:${string}`]: PatternMessageData<TMessage>;
1844
+ };
1845
+ type EventType = keyof MessageEventMap<any>;
1846
+ type Listener<TMessage, T extends EventType> = (event: MessageEventMap<TMessage>[T]) => void;
1847
+ declare class Subscriber<TMessage = any> extends EventTarget {
1848
+ private subscriptions;
1849
+ private client;
1850
+ private listeners;
1851
+ constructor(client: Requester, channels: string[], isPattern?: boolean);
1852
+ private subscribeToChannel;
1853
+ private subscribeToPattern;
1854
+ private handleMessage;
1855
+ private dispatchToListeners;
1856
+ on<T extends keyof MessageEventMap<TMessage>>(type: T, listener: Listener<TMessage, T>): void;
1857
+ removeAllListeners(): void;
1858
+ unsubscribe(channels?: string[]): Promise<void>;
1859
+ getSubscribedChannels(): string[];
1860
+ }
1861
+
1862
+ type InferResponseData<T extends unknown[]> = {
1863
+ [K in keyof T]: T[K] extends Command<any, infer TData> ? TData : unknown;
1864
+ };
1865
+ interface ExecMethod<TCommands extends Command<any, any>[]> {
1866
+ /**
1867
+ * Send the pipeline request to upstash.
1868
+ *
1869
+ * Returns an array with the results of all pipelined commands.
1870
+ *
1871
+ * If all commands are statically chained from start to finish, types are inferred. You can still define a return type manually if necessary though:
1872
+ * ```ts
1873
+ * const p = redis.pipeline()
1874
+ * p.get("key")
1875
+ * const result = p.exec<[{ greeting: string }]>()
1876
+ * ```
1877
+ *
1878
+ * If one of the commands get an error, the whole pipeline fails. Alternatively, you can set the keepErrors option to true in order to get the errors individually.
1879
+ *
1880
+ * If keepErrors is set to true, a list of objects is returned where each object corresponds to a command and is of type: `{ result: unknown, error?: string }`.
1881
+ *
1882
+ * ```ts
1883
+ * const p = redis.pipeline()
1884
+ * p.get("key")
1885
+ *
1886
+ * const result = await p.exec({ keepErrors: true });
1887
+ * const getResult = result[0].result
1888
+ * const getError = result[0].error
1889
+ * ```
1890
+ */
1891
+ <TCommandResults extends unknown[] = [] extends TCommands ? unknown[] : InferResponseData<TCommands>>(): Promise<TCommandResults>;
1892
+ <TCommandResults extends unknown[] = [] extends TCommands ? unknown[] : InferResponseData<TCommands>>(options: {
1893
+ keepErrors: true;
1894
+ }): Promise<{
1895
+ [K in keyof TCommandResults]: UpstashResponse<TCommandResults[K]>;
1896
+ }>;
1897
+ }
1898
+ /**
1899
+ * Upstash REST API supports command pipelining to send multiple commands in
1900
+ * batch, instead of sending each command one by one and waiting for a response.
1901
+ * When using pipelines, several commands are sent using a single HTTP request,
1902
+ * and a single JSON array response is returned. Each item in the response array
1903
+ * corresponds to the command in the same order within the pipeline.
1904
+ *
1905
+ * **NOTE:**
1906
+ *
1907
+ * Execution of the pipeline is not atomic. Even though each command in
1908
+ * the pipeline will be executed in order, commands sent by other clients can
1909
+ * interleave with the pipeline.
1910
+ *
1911
+ * **Examples:**
1912
+ *
1913
+ * ```ts
1914
+ * const p = redis.pipeline() // or redis.multi()
1915
+ * p.set("key","value")
1916
+ * p.get("key")
1917
+ * const res = await p.exec()
1918
+ * ```
1919
+ *
1920
+ * You can also chain commands together
1921
+ * ```ts
1922
+ * const p = redis.pipeline()
1923
+ * const res = await p.set("key","value").get("key").exec()
1924
+ * ```
1925
+ *
1926
+ * Return types are inferred if all commands are chained, but you can still
1927
+ * override the response type manually:
1928
+ * ```ts
1929
+ * redis.pipeline()
1930
+ * .set("key", { greeting: "hello"})
1931
+ * .get("key")
1932
+ * .exec<["OK", { greeting: string } ]>()
1933
+ *
1934
+ * ```
1935
+ */
1936
+ declare class Pipeline<TCommands extends Command<any, any>[] = []> {
1937
+ private client;
1938
+ private commands;
1939
+ private commandOptions?;
1940
+ private multiExec;
1941
+ constructor(opts: {
1942
+ client: Requester;
1943
+ commandOptions?: CommandOptions<any, any>;
1944
+ multiExec?: boolean;
1945
+ });
1946
+ exec: ExecMethod<TCommands>;
1947
+ /**
1948
+ * Returns the length of pipeline before the execution
1949
+ */
1950
+ length(): number;
1951
+ /**
1952
+ * Pushes a command into the pipeline and returns a chainable instance of the
1953
+ * pipeline
1954
+ */
1955
+ private chain;
1956
+ /**
1957
+ * @see https://redis.io/commands/append
1958
+ */
1959
+ append: (key: string, value: string) => Pipeline<[...TCommands, Command<any, number>]>;
1960
+ /**
1961
+ * @see https://redis.io/commands/bitcount
1962
+ */
1963
+ bitcount: (key: string, start: number, end: number) => Pipeline<[...TCommands, Command<any, number>]>;
1964
+ /**
1965
+ * Returns an instance that can be used to execute `BITFIELD` commands on one key.
1966
+ *
1967
+ * @example
1968
+ * ```typescript
1969
+ * redis.set("mykey", 0);
1970
+ * const result = await redis.pipeline()
1971
+ * .bitfield("mykey")
1972
+ * .set("u4", 0, 16)
1973
+ * .incr("u4", "#1", 1)
1974
+ * .exec();
1975
+ * console.log(result); // [[0, 1]]
1976
+ * ```
1977
+ *
1978
+ * @see https://redis.io/commands/bitfield
1979
+ */
1980
+ bitfield: (key: string) => BitFieldCommand<Pipeline<[...TCommands, Command<any, number[]>]>>;
1981
+ /**
1982
+ * @see https://redis.io/commands/bitop
1983
+ */
1984
+ bitop: {
1985
+ (op: "and" | "or" | "xor", destinationKey: string, sourceKey: string, ...sourceKeys: string[]): Pipeline<[...TCommands, BitOpCommand]>;
1986
+ (op: "not", destinationKey: string, sourceKey: string): Pipeline<[...TCommands, BitOpCommand]>;
1987
+ };
1988
+ /**
1989
+ * @see https://redis.io/commands/bitpos
1990
+ */
1991
+ bitpos: (key: string, bit: 0 | 1, start?: number | undefined, end?: number | undefined) => Pipeline<[...TCommands, Command<any, number>]>;
1992
+ /**
1993
+ * @see https://redis.io/commands/copy
1994
+ */
1995
+ copy: (key: string, destinationKey: string, opts?: {
1996
+ replace: boolean;
1997
+ } | undefined) => Pipeline<[...TCommands, Command<any, "COPIED" | "NOT_COPIED">]>;
1998
+ /**
1999
+ * @see https://redis.io/commands/zdiffstore
2000
+ */
2001
+ zdiffstore: (destination: string, numkeys: number, ...keys: string[]) => Pipeline<[...TCommands, Command<any, number>]>;
2002
+ /**
2003
+ * @see https://redis.io/commands/dbsize
2004
+ */
2005
+ dbsize: () => Pipeline<[...TCommands, Command<any, number>]>;
2006
+ /**
2007
+ * @see https://redis.io/commands/decr
2008
+ */
2009
+ decr: (key: string) => Pipeline<[...TCommands, Command<any, number>]>;
2010
+ /**
2011
+ * @see https://redis.io/commands/decrby
2012
+ */
2013
+ decrby: (key: string, decrement: number) => Pipeline<[...TCommands, Command<any, number>]>;
2014
+ /**
2015
+ * @see https://redis.io/commands/del
2016
+ */
2017
+ del: (...args: CommandArgs<typeof DelCommand>) => Pipeline<[...TCommands, Command<any, number>]>;
2018
+ /**
2019
+ * @see https://redis.io/commands/echo
2020
+ */
2021
+ echo: (message: string) => Pipeline<[...TCommands, Command<any, string>]>;
2022
+ /**
2023
+ * @see https://redis.io/commands/eval_ro
2024
+ */
2025
+ evalRo: <TArgs extends unknown[], TData = unknown>(script: string, keys: string[], args: TArgs) => Pipeline<[...TCommands, Command<any, TData>]>;
2026
+ /**
2027
+ * @see https://redis.io/commands/eval
2028
+ */
2029
+ eval: <TArgs extends unknown[], TData = unknown>(script: string, keys: string[], args: TArgs) => Pipeline<[...TCommands, Command<any, TData>]>;
2030
+ /**
2031
+ * @see https://redis.io/commands/evalsha_ro
2032
+ */
2033
+ evalshaRo: <TArgs extends unknown[], TData = unknown>(sha1: string, keys: string[], args: TArgs) => Pipeline<[...TCommands, Command<any, TData>]>;
2034
+ /**
2035
+ * @see https://redis.io/commands/evalsha
2036
+ */
2037
+ evalsha: <TArgs extends unknown[], TData = unknown>(sha1: string, keys: string[], args: TArgs) => Pipeline<[...TCommands, Command<any, TData>]>;
2038
+ /**
2039
+ * @see https://redis.io/commands/exists
2040
+ */
2041
+ exists: (...args: CommandArgs<typeof ExistsCommand>) => Pipeline<[...TCommands, Command<any, number>]>;
2042
+ /**
2043
+ * @see https://redis.io/commands/expire
2044
+ */
2045
+ expire: (key: string, seconds: number, option?: ExpireOption | undefined) => Pipeline<[...TCommands, Command<any, 0 | 1>]>;
2046
+ /**
2047
+ * @see https://redis.io/commands/expireat
2048
+ */
2049
+ expireat: (key: string, unix: number, option?: ExpireOption | undefined) => Pipeline<[...TCommands, Command<any, 0 | 1>]>;
2050
+ /**
2051
+ * @see https://redis.io/commands/flushall
2052
+ */
2053
+ flushall: (args?: CommandArgs<typeof FlushAllCommand>) => Pipeline<[...TCommands, Command<any, "OK">]>;
2054
+ /**
2055
+ * @see https://redis.io/commands/flushdb
2056
+ */
2057
+ flushdb: (opts?: {
2058
+ async?: boolean;
2059
+ } | undefined) => Pipeline<[...TCommands, Command<any, "OK">]>;
2060
+ /**
2061
+ * @see https://redis.io/commands/geoadd
2062
+ */
2063
+ geoadd: <TData>(args_0: string, args_1: GeoAddCommandOptions | GeoMember<TData>, ...args_2: GeoMember<TData>[]) => Pipeline<[...TCommands, Command<any, number | null>]>;
2064
+ /**
2065
+ * @see https://redis.io/commands/geodist
2066
+ */
2067
+ geodist: <TData>(key: string, member1: TData, member2: TData, unit?: "M" | "KM" | "FT" | "MI" | undefined) => Pipeline<[...TCommands, Command<any, number | null>]>;
2068
+ /**
2069
+ * @see https://redis.io/commands/geopos
2070
+ */
2071
+ geopos: <TData>(args_0: string, ...args_1: TData[]) => Pipeline<[...TCommands, Command<any, {
2072
+ lng: number;
2073
+ lat: number;
2074
+ }[]>]>;
2075
+ /**
2076
+ * @see https://redis.io/commands/geohash
2077
+ */
2078
+ geohash: <TData>(args_0: string, ...args_1: TData[]) => Pipeline<[...TCommands, Command<any, (string | null)[]>]>;
2079
+ /**
2080
+ * @see https://redis.io/commands/geosearch
2081
+ */
2082
+ geosearch: <TData>(key: string, centerPoint: {
2083
+ type: "FROMLONLAT" | "fromlonlat";
2084
+ coordinate: {
2085
+ lon: number;
2086
+ lat: number;
2087
+ };
2088
+ } | {
2089
+ type: "FROMMEMBER" | "frommember";
2090
+ member: TData;
2091
+ }, shape: {
2092
+ type: "BYRADIUS" | "byradius";
2093
+ radius: number;
2094
+ radiusType: "M" | "KM" | "FT" | "MI";
2095
+ } | {
2096
+ type: "BYBOX" | "bybox";
2097
+ rect: {
2098
+ width: number;
2099
+ height: number;
2100
+ };
2101
+ rectType: "M" | "KM" | "FT" | "MI";
2102
+ }, order: "ASC" | "DESC" | "asc" | "desc", opts?: {
2103
+ count?: {
2104
+ limit: number;
2105
+ any?: boolean;
2106
+ };
2107
+ withCoord?: boolean;
2108
+ withDist?: boolean;
2109
+ withHash?: boolean;
2110
+ } | undefined) => Pipeline<[...TCommands, Command<any, ({
2111
+ member: TData;
2112
+ } & {
2113
+ coord?: {
2114
+ long: number;
2115
+ lat: number;
2116
+ } | undefined;
2117
+ dist?: number | undefined;
2118
+ hash?: string | undefined;
2119
+ })[]>]>;
2120
+ /**
2121
+ * @see https://redis.io/commands/geosearchstore
2122
+ */
2123
+ geosearchstore: <TData>(destination: string, key: string, centerPoint: {
2124
+ type: "FROMLONLAT" | "fromlonlat";
2125
+ coordinate: {
2126
+ lon: number;
2127
+ lat: number;
2128
+ };
2129
+ } | {
2130
+ type: "FROMMEMBER" | "frommember";
2131
+ member: TData;
2132
+ }, shape: {
2133
+ type: "BYRADIUS" | "byradius";
2134
+ radius: number;
2135
+ radiusType: "M" | "KM" | "FT" | "MI";
2136
+ } | {
2137
+ type: "BYBOX" | "bybox";
2138
+ rect: {
2139
+ width: number;
2140
+ height: number;
2141
+ };
2142
+ rectType: "M" | "KM" | "FT" | "MI";
2143
+ }, order: "ASC" | "DESC" | "asc" | "desc", opts?: {
2144
+ count?: {
2145
+ limit: number;
2146
+ any?: boolean;
2147
+ };
2148
+ storeDist?: boolean;
2149
+ } | undefined) => Pipeline<[...TCommands, Command<any, number>]>;
2150
+ /**
2151
+ * @see https://redis.io/commands/get
2152
+ */
2153
+ get: <TData>(key: string) => Pipeline<[...TCommands, Command<any, TData | null>]>;
2154
+ /**
2155
+ * @see https://redis.io/commands/getbit
2156
+ */
2157
+ getbit: (key: string, offset: number) => Pipeline<[...TCommands, Command<any, 0 | 1>]>;
2158
+ /**
2159
+ * @see https://redis.io/commands/getdel
2160
+ */
2161
+ getdel: <TData>(key: string) => Pipeline<[...TCommands, Command<any, TData | null>]>;
2162
+ /**
2163
+ * @see https://redis.io/commands/getex
2164
+ */
2165
+ getex: <TData>(key: string, opts?: ({
2166
+ ex: number;
2167
+ px?: never;
2168
+ exat?: never;
2169
+ pxat?: never;
2170
+ persist?: never;
2171
+ } | {
2172
+ ex?: never;
2173
+ px: number;
2174
+ exat?: never;
2175
+ pxat?: never;
2176
+ persist?: never;
2177
+ } | {
2178
+ ex?: never;
2179
+ px?: never;
2180
+ exat: number;
2181
+ pxat?: never;
2182
+ persist?: never;
2183
+ } | {
2184
+ ex?: never;
2185
+ px?: never;
2186
+ exat?: never;
2187
+ pxat: number;
2188
+ persist?: never;
2189
+ } | {
2190
+ ex?: never;
2191
+ px?: never;
2192
+ exat?: never;
2193
+ pxat?: never;
2194
+ persist: true;
2195
+ } | {
2196
+ ex?: never;
2197
+ px?: never;
2198
+ exat?: never;
2199
+ pxat?: never;
2200
+ persist?: never;
2201
+ }) | undefined) => Pipeline<[...TCommands, Command<any, TData | null>]>;
2202
+ /**
2203
+ * @see https://redis.io/commands/getrange
2204
+ */
2205
+ getrange: (key: string, start: number, end: number) => Pipeline<[...TCommands, Command<any, string>]>;
2206
+ /**
2207
+ * @see https://redis.io/commands/getset
2208
+ */
2209
+ getset: <TData>(key: string, value: TData) => Pipeline<[...TCommands, Command<any, TData | null>]>;
2210
+ /**
2211
+ * @see https://redis.io/commands/hdel
2212
+ */
2213
+ hdel: (key: string, ...fields: string[]) => Pipeline<[...TCommands, Command<any, 0 | 1>]>;
2214
+ /**
2215
+ * @see https://redis.io/commands/hexists
2216
+ */
2217
+ hexists: (key: string, field: string) => Pipeline<[...TCommands, Command<any, number>]>;
2218
+ /**
2219
+ * @see https://redis.io/commands/hexpire
2220
+ */
2221
+ hexpire: (key: string, fields: string | number | (string | number)[], seconds: number, option?: ExpireOption | undefined) => Pipeline<[...TCommands, Command<any, (0 | 1 | 2 | -2)[]>]>;
2222
+ /**
2223
+ * @see https://redis.io/commands/hexpireat
2224
+ */
2225
+ hexpireat: (key: string, fields: string | number | (string | number)[], timestamp: number, option?: ExpireOption | undefined) => Pipeline<[...TCommands, Command<any, (0 | 1 | 2 | -2)[]>]>;
2226
+ /**
2227
+ * @see https://redis.io/commands/hexpiretime
2228
+ */
2229
+ hexpiretime: (key: string, fields: string | number | (string | number)[]) => Pipeline<[...TCommands, Command<any, number[]>]>;
2230
+ /**
2231
+ * @see https://redis.io/commands/httl
2232
+ */
2233
+ httl: (key: string, fields: string | number | (string | number)[]) => Pipeline<[...TCommands, Command<any, number[]>]>;
2234
+ /**
2235
+ * @see https://redis.io/commands/hpexpire
2236
+ */
2237
+ hpexpire: (key: string, fields: string | number | (string | number)[], milliseconds: number, option?: ExpireOption | undefined) => Pipeline<[...TCommands, Command<any, (0 | 1 | 2 | -2)[]>]>;
2238
+ /**
2239
+ * @see https://redis.io/commands/hpexpireat
2240
+ */
2241
+ hpexpireat: (key: string, fields: string | number | (string | number)[], timestamp: number, option?: ExpireOption | undefined) => Pipeline<[...TCommands, Command<any, (0 | 1 | 2 | -2)[]>]>;
2242
+ /**
2243
+ * @see https://redis.io/commands/hpexpiretime
2244
+ */
2245
+ hpexpiretime: (key: string, fields: string | number | (string | number)[]) => Pipeline<[...TCommands, Command<any, number[]>]>;
2246
+ /**
2247
+ * @see https://redis.io/commands/hpttl
2248
+ */
2249
+ hpttl: (key: string, fields: string | number | (string | number)[]) => Pipeline<[...TCommands, Command<any, number[]>]>;
2250
+ /**
2251
+ * @see https://redis.io/commands/hpersist
2252
+ */
2253
+ hpersist: (key: string, fields: string | number | (string | number)[]) => Pipeline<[...TCommands, Command<any, (1 | -2 | -1)[]>]>;
2254
+ /**
2255
+ * @see https://redis.io/commands/hget
2256
+ */
2257
+ hget: <TData>(key: string, field: string) => Pipeline<[...TCommands, Command<any, TData | null>]>;
2258
+ /**
2259
+ * @see https://redis.io/commands/hgetall
2260
+ */
2261
+ hgetall: <TData extends Record<string, unknown>>(key: string) => Pipeline<[...TCommands, Command<any, TData | null>]>;
2262
+ /**
2263
+ * @see https://redis.io/commands/hincrby
2264
+ */
2265
+ hincrby: (key: string, field: string, increment: number) => Pipeline<[...TCommands, Command<any, number>]>;
2266
+ /**
2267
+ * @see https://redis.io/commands/hincrbyfloat
2268
+ */
2269
+ hincrbyfloat: (key: string, field: string, increment: number) => Pipeline<[...TCommands, Command<any, number>]>;
2270
+ /**
2271
+ * @see https://redis.io/commands/hkeys
2272
+ */
2273
+ hkeys: (key: string) => Pipeline<[...TCommands, Command<any, string[]>]>;
2274
+ /**
2275
+ * @see https://redis.io/commands/hlen
2276
+ */
2277
+ hlen: (key: string) => Pipeline<[...TCommands, Command<any, number>]>;
2278
+ /**
2279
+ * @see https://redis.io/commands/hmget
2280
+ */
2281
+ hmget: <TData extends Record<string, unknown>>(key: string, ...fields: string[]) => Pipeline<[...TCommands, Command<any, TData | null>]>;
2282
+ /**
2283
+ * @see https://redis.io/commands/hmset
2284
+ */
2285
+ hmset: <TData>(key: string, kv: Record<string, TData>) => Pipeline<[...TCommands, Command<any, "OK">]>;
2286
+ /**
2287
+ * @see https://redis.io/commands/hrandfield
2288
+ */
2289
+ hrandfield: <TData extends string | string[] | Record<string, unknown>>(key: string, count?: number, withValues?: boolean) => Pipeline<[...TCommands, Command<any, TData>]>;
2290
+ /**
2291
+ * @see https://redis.io/commands/hscan
2292
+ */
2293
+ hscan: (key: string, cursor: string | number, cmdOpts?: ScanCommandOptions | undefined) => Pipeline<[...TCommands, Command<any, [string, (string | number)[]]>]>;
2294
+ /**
2295
+ * @see https://redis.io/commands/hset
2296
+ */
2297
+ hset: <TData>(key: string, kv: Record<string, TData>) => Pipeline<[...TCommands, Command<any, number>]>;
2298
+ /**
2299
+ * @see https://redis.io/commands/hsetnx
2300
+ */
2301
+ hsetnx: <TData>(key: string, field: string, value: TData) => Pipeline<[...TCommands, Command<any, 0 | 1>]>;
2302
+ /**
2303
+ * @see https://redis.io/commands/hstrlen
2304
+ */
2305
+ hstrlen: (key: string, field: string) => Pipeline<[...TCommands, Command<any, number>]>;
2306
+ /**
2307
+ * @see https://redis.io/commands/hvals
2308
+ */
2309
+ hvals: (key: string) => Pipeline<[...TCommands, Command<any, any>]>;
2310
+ /**
2311
+ * @see https://redis.io/commands/incr
2312
+ */
2313
+ incr: (key: string) => Pipeline<[...TCommands, Command<any, number>]>;
2314
+ /**
2315
+ * @see https://redis.io/commands/incrby
2316
+ */
2317
+ incrby: (key: string, value: number) => Pipeline<[...TCommands, Command<any, number>]>;
2318
+ /**
2319
+ * @see https://redis.io/commands/incrbyfloat
2320
+ */
2321
+ incrbyfloat: (key: string, value: number) => Pipeline<[...TCommands, Command<any, number>]>;
2322
+ /**
2323
+ * @see https://redis.io/commands/keys
2324
+ */
2325
+ keys: (pattern: string) => Pipeline<[...TCommands, Command<any, string[]>]>;
2326
+ /**
2327
+ * @see https://redis.io/commands/lindex
2328
+ */
2329
+ lindex: (key: string, index: number) => Pipeline<[...TCommands, Command<any, any>]>;
2330
+ /**
2331
+ * @see https://redis.io/commands/linsert
2332
+ */
2333
+ linsert: <TData>(key: string, direction: "before" | "after", pivot: TData, value: TData) => Pipeline<[...TCommands, Command<any, number>]>;
2334
+ /**
2335
+ * @see https://redis.io/commands/llen
2336
+ */
2337
+ llen: (key: string) => Pipeline<[...TCommands, Command<any, number>]>;
2338
+ /**
2339
+ * @see https://redis.io/commands/lmove
2340
+ */
2341
+ lmove: <TData = string>(source: string, destination: string, whereFrom: "left" | "right", whereTo: "left" | "right") => Pipeline<[...TCommands, Command<any, TData>]>;
2342
+ /**
2343
+ * @see https://redis.io/commands/lpop
2344
+ */
2345
+ lpop: <TData>(key: string, count?: number | undefined) => Pipeline<[...TCommands, Command<any, TData | null>]>;
2346
+ /**
2347
+ * @see https://redis.io/commands/lmpop
2348
+ */
2349
+ lmpop: <TData>(numkeys: number, keys: string[], args_2: "LEFT" | "RIGHT", count?: number | undefined) => Pipeline<[...TCommands, Command<any, [string, TData[]] | null>]>;
2350
+ /**
2351
+ * @see https://redis.io/commands/lpos
2352
+ */
2353
+ lpos: <TData>(key: string, element: unknown, opts?: {
2354
+ rank?: number;
2355
+ count?: number;
2356
+ maxLen?: number;
2357
+ } | undefined) => Pipeline<[...TCommands, Command<any, TData>]>;
2358
+ /**
2359
+ * @see https://redis.io/commands/lpush
2360
+ */
2361
+ lpush: <TData>(key: string, ...elements: TData[]) => Pipeline<[...TCommands, Command<any, number>]>;
2362
+ /**
2363
+ * @see https://redis.io/commands/lpushx
2364
+ */
2365
+ lpushx: <TData>(key: string, ...elements: TData[]) => Pipeline<[...TCommands, Command<any, number>]>;
2366
+ /**
2367
+ * @see https://redis.io/commands/lrange
2368
+ */
2369
+ lrange: <TResult = string>(key: string, start: number, end: number) => Pipeline<[...TCommands, Command<any, TResult[]>]>;
2370
+ /**
2371
+ * @see https://redis.io/commands/lrem
2372
+ */
2373
+ lrem: <TData>(key: string, count: number, value: TData) => Pipeline<[...TCommands, Command<any, number>]>;
2374
+ /**
2375
+ * @see https://redis.io/commands/lset
2376
+ */
2377
+ lset: <TData>(key: string, index: number, value: TData) => Pipeline<[...TCommands, Command<any, "OK">]>;
2378
+ /**
2379
+ * @see https://redis.io/commands/ltrim
2380
+ */
2381
+ ltrim: (key: string, start: number, end: number) => Pipeline<[...TCommands, Command<any, "OK">]>;
2382
+ /**
2383
+ * @see https://redis.io/commands/mget
2384
+ */
2385
+ mget: <TData extends unknown[]>(...args: CommandArgs<typeof MGetCommand>) => Pipeline<[...TCommands, Command<any, TData>]>;
2386
+ /**
2387
+ * @see https://redis.io/commands/mset
2388
+ */
2389
+ mset: <TData>(kv: Record<string, TData>) => Pipeline<[...TCommands, Command<any, "OK">]>;
2390
+ /**
2391
+ * @see https://redis.io/commands/msetnx
2392
+ */
2393
+ msetnx: <TData>(kv: Record<string, TData>) => Pipeline<[...TCommands, Command<any, number>]>;
2394
+ /**
2395
+ * @see https://redis.io/commands/persist
2396
+ */
2397
+ persist: (key: string) => Pipeline<[...TCommands, Command<any, 0 | 1>]>;
2398
+ /**
2399
+ * @see https://redis.io/commands/pexpire
2400
+ */
2401
+ pexpire: (key: string, milliseconds: number, option?: ExpireOption | undefined) => Pipeline<[...TCommands, Command<any, 0 | 1>]>;
2402
+ /**
2403
+ * @see https://redis.io/commands/pexpireat
2404
+ */
2405
+ pexpireat: (key: string, unix: number, option?: ExpireOption | undefined) => Pipeline<[...TCommands, Command<any, 0 | 1>]>;
2406
+ /**
2407
+ * @see https://redis.io/commands/pfadd
2408
+ */
2409
+ pfadd: (args_0: string, ...args_1: unknown[]) => Pipeline<[...TCommands, Command<any, number>]>;
2410
+ /**
2411
+ * @see https://redis.io/commands/pfcount
2412
+ */
2413
+ pfcount: (args_0: string, ...args_1: string[]) => Pipeline<[...TCommands, Command<any, number>]>;
2414
+ /**
2415
+ * @see https://redis.io/commands/pfmerge
2416
+ */
2417
+ pfmerge: (destination_key: string, ...args_1: string[]) => Pipeline<[...TCommands, Command<any, "OK">]>;
2418
+ /**
2419
+ * @see https://redis.io/commands/ping
2420
+ */
2421
+ ping: (args?: CommandArgs<typeof PingCommand>) => Pipeline<[...TCommands, Command<any, string>]>;
2422
+ /**
2423
+ * @see https://redis.io/commands/psetex
2424
+ */
2425
+ psetex: <TData>(key: string, ttl: number, value: TData) => Pipeline<[...TCommands, Command<any, string>]>;
2426
+ /**
2427
+ * @see https://redis.io/commands/pttl
2428
+ */
2429
+ pttl: (key: string) => Pipeline<[...TCommands, Command<any, number>]>;
2430
+ /**
2431
+ * @see https://redis.io/commands/publish
2432
+ */
2433
+ publish: (channel: string, message: unknown) => Pipeline<[...TCommands, Command<any, number>]>;
2434
+ /**
2435
+ * @see https://redis.io/commands/randomkey
2436
+ */
2437
+ randomkey: () => Pipeline<[...TCommands, Command<any, string | null>]>;
2438
+ /**
2439
+ * @see https://redis.io/commands/rename
2440
+ */
2441
+ rename: (source: string, destination: string) => Pipeline<[...TCommands, Command<any, "OK">]>;
2442
+ /**
2443
+ * @see https://redis.io/commands/renamenx
2444
+ */
2445
+ renamenx: (source: string, destination: string) => Pipeline<[...TCommands, Command<any, 0 | 1>]>;
2446
+ /**
2447
+ * @see https://redis.io/commands/rpop
2448
+ */
2449
+ rpop: <TData = string>(key: string, count?: number | undefined) => Pipeline<[...TCommands, Command<any, TData | null>]>;
2450
+ /**
2451
+ * @see https://redis.io/commands/rpush
2452
+ */
2453
+ rpush: <TData>(key: string, ...elements: TData[]) => Pipeline<[...TCommands, Command<any, number>]>;
2454
+ /**
2455
+ * @see https://redis.io/commands/rpushx
2456
+ */
2457
+ rpushx: <TData>(key: string, ...elements: TData[]) => Pipeline<[...TCommands, Command<any, number>]>;
2458
+ /**
2459
+ * @see https://redis.io/commands/sadd
2460
+ */
2461
+ sadd: <TData>(key: string, member: TData, ...members: TData[]) => Pipeline<[...TCommands, Command<any, number>]>;
2462
+ /**
2463
+ * @see https://redis.io/commands/scan
2464
+ */
2465
+ scan: (cursor: string | number, opts?: ScanCommandOptions | undefined) => Pipeline<[...TCommands, Command<any, any>]>;
2466
+ /**
2467
+ * @see https://redis.io/commands/scard
2468
+ */
2469
+ scard: (key: string) => Pipeline<[...TCommands, Command<any, number>]>;
2470
+ /**
2471
+ * @see https://redis.io/commands/script-exists
2472
+ */
2473
+ scriptExists: (...args: CommandArgs<typeof ScriptExistsCommand>) => Pipeline<[...TCommands, Command<any, number[]>]>;
2474
+ /**
2475
+ * @see https://redis.io/commands/script-flush
2476
+ */
2477
+ scriptFlush: (opts?: ScriptFlushCommandOptions | undefined) => Pipeline<[...TCommands, Command<any, "OK">]>;
2478
+ /**
2479
+ * @see https://redis.io/commands/script-load
2480
+ */
2481
+ scriptLoad: (script: string) => Pipeline<[...TCommands, Command<any, string>]>;
2482
+ sdiff: (key: string, ...keys: string[]) => Pipeline<[...TCommands, Command<any, unknown[]>]>;
2483
+ /**
2484
+ * @see https://redis.io/commands/sdiffstore
2485
+ */
2486
+ sdiffstore: (destination: string, ...keys: string[]) => Pipeline<[...TCommands, Command<any, number>]>;
2487
+ /**
2488
+ * @see https://redis.io/commands/set
2489
+ */
2490
+ set: <TData>(key: string, value: TData, opts?: SetCommandOptions) => Pipeline<[...TCommands, Command<any, "OK" | TData | null>]>;
2491
+ /**
2492
+ * @see https://redis.io/commands/setbit
2493
+ */
2494
+ setbit: (key: string, offset: number, value: 0 | 1) => Pipeline<[...TCommands, Command<any, 0 | 1>]>;
2495
+ /**
2496
+ * @see https://redis.io/commands/setex
2497
+ */
2498
+ setex: <TData>(key: string, ttl: number, value: TData) => Pipeline<[...TCommands, Command<any, "OK">]>;
2499
+ /**
2500
+ * @see https://redis.io/commands/setnx
2501
+ */
2502
+ setnx: <TData>(key: string, value: TData) => Pipeline<[...TCommands, Command<any, number>]>;
2503
+ /**
2504
+ * @see https://redis.io/commands/setrange
2505
+ */
2506
+ setrange: (key: string, offset: number, value: string) => Pipeline<[...TCommands, Command<any, number>]>;
2507
+ /**
2508
+ * @see https://redis.io/commands/sinter
2509
+ */
2510
+ sinter: (key: string, ...keys: string[]) => Pipeline<[...TCommands, Command<any, string[]>]>;
2511
+ /**
2512
+ * @see https://redis.io/commands/sinterstore
2513
+ */
2514
+ sinterstore: (destination: string, key: string, ...keys: string[]) => Pipeline<[...TCommands, Command<any, number>]>;
2515
+ /**
2516
+ * @see https://redis.io/commands/sismember
2517
+ */
2518
+ sismember: <TData>(key: string, member: TData) => Pipeline<[...TCommands, Command<any, 0 | 1>]>;
2519
+ /**
2520
+ * @see https://redis.io/commands/smembers
2521
+ */
2522
+ smembers: <TData extends unknown[] = string[]>(key: string) => Pipeline<[...TCommands, Command<any, TData>]>;
2523
+ /**
2524
+ * @see https://redis.io/commands/smismember
2525
+ */
2526
+ smismember: <TMembers extends unknown[]>(key: string, members: TMembers) => Pipeline<[...TCommands, Command<any, (0 | 1)[]>]>;
2527
+ /**
2528
+ * @see https://redis.io/commands/smove
2529
+ */
2530
+ smove: <TData>(source: string, destination: string, member: TData) => Pipeline<[...TCommands, Command<any, 0 | 1>]>;
2531
+ /**
2532
+ * @see https://redis.io/commands/spop
2533
+ */
2534
+ spop: <TData>(key: string, count?: number | undefined) => Pipeline<[...TCommands, Command<any, TData | null>]>;
2535
+ /**
2536
+ * @see https://redis.io/commands/srandmember
2537
+ */
2538
+ srandmember: <TData>(key: string, count?: number | undefined) => Pipeline<[...TCommands, Command<any, TData | null>]>;
2539
+ /**
2540
+ * @see https://redis.io/commands/srem
2541
+ */
2542
+ srem: <TData>(key: string, ...members: TData[]) => Pipeline<[...TCommands, Command<any, number>]>;
2543
+ /**
2544
+ * @see https://redis.io/commands/sscan
2545
+ */
2546
+ sscan: (key: string, cursor: string | number, opts?: ScanCommandOptions | undefined) => Pipeline<[...TCommands, Command<any, [string, (string | number)[]]>]>;
2547
+ /**
2548
+ * @see https://redis.io/commands/strlen
2549
+ */
2550
+ strlen: (key: string) => Pipeline<[...TCommands, Command<any, number>]>;
2551
+ /**
2552
+ * @see https://redis.io/commands/sunion
2553
+ */
2554
+ sunion: (key: string, ...keys: string[]) => Pipeline<[...TCommands, Command<any, unknown[]>]>;
2555
+ /**
2556
+ * @see https://redis.io/commands/sunionstore
2557
+ */
2558
+ sunionstore: (destination: string, key: string, ...keys: string[]) => Pipeline<[...TCommands, Command<any, number>]>;
2559
+ /**
2560
+ * @see https://redis.io/commands/time
2561
+ */
2562
+ time: () => Pipeline<[...TCommands, Command<any, [number, number]>]>;
2563
+ /**
2564
+ * @see https://redis.io/commands/touch
2565
+ */
2566
+ touch: (...args: CommandArgs<typeof TouchCommand>) => Pipeline<[...TCommands, Command<any, number>]>;
2567
+ /**
2568
+ * @see https://redis.io/commands/ttl
2569
+ */
2570
+ ttl: (key: string) => Pipeline<[...TCommands, Command<any, number>]>;
2571
+ /**
2572
+ * @see https://redis.io/commands/type
2573
+ */
2574
+ type: (key: string) => Pipeline<[...TCommands, Command<any, Type>]>;
2575
+ /**
2576
+ * @see https://redis.io/commands/unlink
2577
+ */
2578
+ unlink: (...args: CommandArgs<typeof UnlinkCommand>) => Pipeline<[...TCommands, Command<any, number>]>;
2579
+ /**
2580
+ * @see https://redis.io/commands/zadd
2581
+ */
2582
+ zadd: <TData>(...args: [key: string, scoreMember: ScoreMember<TData>, ...scoreMemberPairs: ScoreMember<TData>[]] | [key: string, opts: ZAddCommandOptions, ...scoreMemberPairs: [ScoreMember<TData>, ...ScoreMember<TData>[]]]) => Pipeline<[...TCommands, Command<any, number | null>]>;
2583
+ /**
2584
+ * @see https://redis.io/commands/xadd
2585
+ */
2586
+ xadd: (key: string, id: string, entries: Record<string, unknown>, opts?: {
2587
+ nomkStream?: boolean;
2588
+ trim?: ({
2589
+ type: "MAXLEN" | "maxlen";
2590
+ threshold: number;
2591
+ } | {
2592
+ type: "MINID" | "minid";
2593
+ threshold: string;
2594
+ }) & ({
2595
+ comparison: "~";
2596
+ limit?: number;
2597
+ } | {
2598
+ comparison: "=";
2599
+ limit?: never;
2600
+ });
2601
+ } | undefined) => Pipeline<[...TCommands, Command<any, string>]>;
2602
+ /**
2603
+ * @see https://redis.io/commands/xack
2604
+ */
2605
+ xack: (key: string, group: string, id: string | string[]) => Pipeline<[...TCommands, Command<any, number>]>;
2606
+ /**
2607
+ * @see https://redis.io/commands/xdel
2608
+ */
2609
+ xdel: (key: string, ids: string | string[]) => Pipeline<[...TCommands, Command<any, number>]>;
2610
+ /**
2611
+ * @see https://redis.io/commands/xgroup
2612
+ */
2613
+ xgroup: (key: string, opts: {
2614
+ type: "CREATE";
2615
+ group: string;
2616
+ id: `$` | string;
2617
+ options?: {
2618
+ MKSTREAM?: boolean;
2619
+ ENTRIESREAD?: number;
2620
+ };
2621
+ } | {
2622
+ type: "CREATECONSUMER";
2623
+ group: string;
2624
+ consumer: string;
2625
+ } | {
2626
+ type: "DELCONSUMER";
2627
+ group: string;
2628
+ consumer: string;
2629
+ } | {
2630
+ type: "DESTROY";
2631
+ group: string;
2632
+ } | {
2633
+ type: "SETID";
2634
+ group: string;
2635
+ id: `$` | string;
2636
+ options?: {
2637
+ ENTRIESREAD?: number;
2638
+ };
2639
+ }) => Pipeline<[...TCommands, Command<any, never>]>;
2640
+ /**
2641
+ * @see https://redis.io/commands/xread
2642
+ */
2643
+ xread: (...args: CommandArgs<typeof XReadCommand>) => Pipeline<[...TCommands, Command<any, unknown[]>]>;
2644
+ /**
2645
+ * @see https://redis.io/commands/xreadgroup
2646
+ */
2647
+ xreadgroup: (...args: CommandArgs<typeof XReadGroupCommand>) => Pipeline<[...TCommands, Command<any, unknown[]>]>;
2648
+ /**
2649
+ * @see https://redis.io/commands/xinfo
2650
+ */
2651
+ xinfo: (key: string, options: {
2652
+ type: "CONSUMERS";
2653
+ group: string;
2654
+ } | {
2655
+ type: "GROUPS";
2656
+ }) => Pipeline<[...TCommands, Command<any, unknown[]>]>;
2657
+ /**
2658
+ * @see https://redis.io/commands/xlen
2659
+ */
2660
+ xlen: (key: string) => Pipeline<[...TCommands, Command<any, number>]>;
2661
+ /**
2662
+ * @see https://redis.io/commands/xpending
2663
+ */
2664
+ xpending: (key: string, group: string, start: string, end: string, count: number, options?: {
2665
+ idleTime?: number;
2666
+ consumer?: string | string[];
2667
+ } | undefined) => Pipeline<[...TCommands, Command<any, unknown[]>]>;
2668
+ /**
2669
+ * @see https://redis.io/commands/xclaim
2670
+ */
2671
+ xclaim: (key: string, group: string, consumer: string, minIdleTime: number, id: string | string[], options?: {
2672
+ idleMS?: number;
2673
+ timeMS?: number;
2674
+ retryCount?: number;
2675
+ force?: boolean;
2676
+ justId?: boolean;
2677
+ lastId?: number;
2678
+ } | undefined) => Pipeline<[...TCommands, Command<any, unknown[]>]>;
2679
+ /**
2680
+ * @see https://redis.io/commands/xautoclaim
2681
+ */
2682
+ xautoclaim: (key: string, group: string, consumer: string, minIdleTime: number, start: string, options?: {
2683
+ count?: number;
2684
+ justId?: boolean;
2685
+ } | undefined) => Pipeline<[...TCommands, Command<any, unknown[]>]>;
2686
+ /**
2687
+ * @see https://redis.io/commands/xtrim
2688
+ */
2689
+ xtrim: (key: string, options: {
2690
+ strategy: "MAXLEN" | "MINID";
2691
+ exactness?: "~" | "=";
2692
+ threshold: number | string;
2693
+ limit?: number;
2694
+ }) => Pipeline<[...TCommands, Command<any, number>]>;
2695
+ /**
2696
+ * @see https://redis.io/commands/xrange
2697
+ */
2698
+ xrange: (key: string, start: string, end: string, count?: number | undefined) => Pipeline<[...TCommands, Command<any, Record<string, Record<string, unknown>>>]>;
2699
+ /**
2700
+ * @see https://redis.io/commands/xrevrange
2701
+ */
2702
+ xrevrange: (key: string, end: string, start: string, count?: number | undefined) => Pipeline<[...TCommands, Command<any, Record<string, Record<string, unknown>>>]>;
2703
+ /**
2704
+ * @see https://redis.io/commands/zcard
2705
+ */
2706
+ zcard: (key: string) => Pipeline<[...TCommands, Command<any, number>]>;
2707
+ /**
2708
+ * @see https://redis.io/commands/zcount
2709
+ */
2710
+ zcount: (key: string, min: string | number, max: string | number) => Pipeline<[...TCommands, Command<any, number>]>;
2711
+ /**
2712
+ * @see https://redis.io/commands/zincrby
2713
+ */
2714
+ zincrby: <TData>(key: string, increment: number, member: TData) => Pipeline<[...TCommands, Command<any, number>]>;
2715
+ /**
2716
+ * @see https://redis.io/commands/zinterstore
2717
+ */
2718
+ zinterstore: (destination: string, numKeys: number, keys: string[], opts?: ZInterStoreCommandOptions | undefined) => Pipeline<[...TCommands, Command<any, number>]>;
2719
+ /**
2720
+ * @see https://redis.io/commands/zlexcount
2721
+ */
2722
+ zlexcount: (key: string, min: string, max: string) => Pipeline<[...TCommands, Command<any, number>]>;
2723
+ /**
2724
+ * @see https://redis.io/commands/zmscore
2725
+ */
2726
+ zmscore: (key: string, members: unknown[]) => Pipeline<[...TCommands, Command<any, number[] | null>]>;
2727
+ /**
2728
+ * @see https://redis.io/commands/zpopmax
2729
+ */
2730
+ zpopmax: <TData>(key: string, count?: number | undefined) => Pipeline<[...TCommands, Command<any, TData[]>]>;
2731
+ /**
2732
+ * @see https://redis.io/commands/zpopmin
2733
+ */
2734
+ zpopmin: <TData>(key: string, count?: number | undefined) => Pipeline<[...TCommands, Command<any, TData[]>]>;
2735
+ /**
2736
+ * @see https://redis.io/commands/zrange
2737
+ */
2738
+ zrange: <TData extends unknown[]>(...args: [key: string, min: number, max: number, opts?: ZRangeCommandOptions] | [key: string, min: `(${string}` | `[${string}` | "-" | "+", max: `(${string}` | `[${string}` | "-" | "+", opts: {
2739
+ byLex: true;
2740
+ } & ZRangeCommandOptions] | [key: string, min: number | `(${number}` | "-inf" | "+inf", max: number | `(${number}` | "-inf" | "+inf", opts: {
2741
+ byScore: true;
2742
+ } & ZRangeCommandOptions]) => Pipeline<[...TCommands, Command<any, TData>]>;
2743
+ /**
2744
+ * @see https://redis.io/commands/zrank
2745
+ */
2746
+ zrank: <TData>(key: string, member: TData) => Pipeline<[...TCommands, Command<any, number | null>]>;
2747
+ /**
2748
+ * @see https://redis.io/commands/zrem
2749
+ */
2750
+ zrem: <TData>(key: string, ...members: TData[]) => Pipeline<[...TCommands, Command<any, number>]>;
2751
+ /**
2752
+ * @see https://redis.io/commands/zremrangebylex
2753
+ */
2754
+ zremrangebylex: (key: string, min: string, max: string) => Pipeline<[...TCommands, Command<any, number>]>;
2755
+ /**
2756
+ * @see https://redis.io/commands/zremrangebyrank
2757
+ */
2758
+ zremrangebyrank: (key: string, start: number, stop: number) => Pipeline<[...TCommands, Command<any, number>]>;
2759
+ /**
2760
+ * @see https://redis.io/commands/zremrangebyscore
2761
+ */
2762
+ zremrangebyscore: (key: string, min: number, max: number) => Pipeline<[...TCommands, Command<any, number>]>;
2763
+ /**
2764
+ * @see https://redis.io/commands/zrevrank
2765
+ */
2766
+ zrevrank: <TData>(key: string, member: TData) => Pipeline<[...TCommands, Command<any, number | null>]>;
2767
+ /**
2768
+ * @see https://redis.io/commands/zscan
2769
+ */
2770
+ zscan: (key: string, cursor: string | number, opts?: ScanCommandOptions | undefined) => Pipeline<[...TCommands, Command<any, [string, (string | number)[]]>]>;
2771
+ /**
2772
+ * @see https://redis.io/commands/zscore
2773
+ */
2774
+ zscore: <TData>(key: string, member: TData) => Pipeline<[...TCommands, Command<any, number | null>]>;
2775
+ /**
2776
+ * @see https://redis.io/commands/zunionstore
2777
+ */
2778
+ zunionstore: (destination: string, numKeys: number, keys: string[], opts?: ZUnionStoreCommandOptions | undefined) => Pipeline<[...TCommands, Command<any, number>]>;
2779
+ /**
2780
+ * @see https://redis.io/commands/zunion
2781
+ */
2782
+ zunion: (numKeys: number, keys: string[], opts?: ZUnionCommandOptions | undefined) => Pipeline<[...TCommands, Command<any, any>]>;
2783
+ /**
2784
+ * @see https://redis.io/commands/?group=json
2785
+ */
2786
+ get json(): {
2787
+ /**
2788
+ * @see https://redis.io/commands/json.arrappend
2789
+ */
2790
+ arrappend: (key: string, path: string, ...values: unknown[]) => Pipeline<[...TCommands, Command<any, (number | null)[]>]>;
2791
+ /**
2792
+ * @see https://redis.io/commands/json.arrindex
2793
+ */
2794
+ arrindex: (key: string, path: string, value: unknown, start?: number | undefined, stop?: number | undefined) => Pipeline<[...TCommands, Command<any, (number | null)[]>]>;
2795
+ /**
2796
+ * @see https://redis.io/commands/json.arrinsert
2797
+ */
2798
+ arrinsert: (key: string, path: string, index: number, ...values: unknown[]) => Pipeline<[...TCommands, Command<any, (number | null)[]>]>;
2799
+ /**
2800
+ * @see https://redis.io/commands/json.arrlen
2801
+ */
2802
+ arrlen: (key: string, path?: string | undefined) => Pipeline<[...TCommands, Command<any, (number | null)[]>]>;
2803
+ /**
2804
+ * @see https://redis.io/commands/json.arrpop
2805
+ */
2806
+ arrpop: (key: string, path?: string | undefined, index?: number | undefined) => Pipeline<[...TCommands, Command<any, unknown[]>]>;
2807
+ /**
2808
+ * @see https://redis.io/commands/json.arrtrim
2809
+ */
2810
+ arrtrim: (key: string, path?: string | undefined, start?: number | undefined, stop?: number | undefined) => Pipeline<[...TCommands, Command<any, (number | null)[]>]>;
2811
+ /**
2812
+ * @see https://redis.io/commands/json.clear
2813
+ */
2814
+ clear: (key: string, path?: string | undefined) => Pipeline<[...TCommands, Command<any, number>]>;
2815
+ /**
2816
+ * @see https://redis.io/commands/json.del
2817
+ */
2818
+ del: (key: string, path?: string | undefined) => Pipeline<[...TCommands, Command<any, number>]>;
2819
+ /**
2820
+ * @see https://redis.io/commands/json.forget
2821
+ */
2822
+ forget: (key: string, path?: string | undefined) => Pipeline<[...TCommands, Command<any, number>]>;
2823
+ /**
2824
+ * @see https://redis.io/commands/json.get
2825
+ */
2826
+ get: (...args: CommandArgs<typeof JsonGetCommand>) => Pipeline<[...TCommands, Command<any, any>]>;
2827
+ /**
2828
+ * @see https://redis.io/commands/json.merge
2829
+ */
2830
+ merge: (key: string, path: string, value: string | number | unknown[] | Record<string, unknown>) => Pipeline<[...TCommands, Command<any, "OK" | null>]>;
2831
+ /**
2832
+ * @see https://redis.io/commands/json.mget
2833
+ */
2834
+ mget: (keys: string[], path: string) => Pipeline<[...TCommands, Command<any, any>]>;
2835
+ /**
2836
+ * @see https://redis.io/commands/json.mset
2837
+ */
2838
+ mset: (...args: CommandArgs<typeof JsonMSetCommand>) => Pipeline<[...TCommands, Command<any, "OK" | null>]>;
2839
+ /**
2840
+ * @see https://redis.io/commands/json.numincrby
2841
+ */
2842
+ numincrby: (key: string, path: string, value: number) => Pipeline<[...TCommands, Command<any, (number | null)[]>]>;
2843
+ /**
2844
+ * @see https://redis.io/commands/json.nummultby
2845
+ */
2846
+ nummultby: (key: string, path: string, value: number) => Pipeline<[...TCommands, Command<any, (number | null)[]>]>;
2847
+ /**
2848
+ * @see https://redis.io/commands/json.objkeys
2849
+ */
2850
+ objkeys: (key: string, path?: string | undefined) => Pipeline<[...TCommands, Command<any, (string[] | null)[]>]>;
2851
+ /**
2852
+ * @see https://redis.io/commands/json.objlen
2853
+ */
2854
+ objlen: (key: string, path?: string | undefined) => Pipeline<[...TCommands, Command<any, (number | null)[]>]>;
2855
+ /**
2856
+ * @see https://redis.io/commands/json.resp
2857
+ */
2858
+ resp: (key: string, path?: string | undefined) => Pipeline<[...TCommands, Command<any, any>]>;
2859
+ /**
2860
+ * @see https://redis.io/commands/json.set
2861
+ */
2862
+ set: (key: string, path: string, value: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[], opts?: {
2863
+ nx: true;
2864
+ xx?: never;
2865
+ } | {
2866
+ nx?: never;
2867
+ xx: true;
2868
+ } | undefined) => Pipeline<[...TCommands, Command<any, "OK" | null>]>;
2869
+ /**
2870
+ * @see https://redis.io/commands/json.strappend
2871
+ */
2872
+ strappend: (key: string, path: string, value: string) => Pipeline<[...TCommands, Command<any, (number | null)[]>]>;
2873
+ /**
2874
+ * @see https://redis.io/commands/json.strlen
2875
+ */
2876
+ strlen: (key: string, path?: string | undefined) => Pipeline<[...TCommands, Command<any, (number | null)[]>]>;
2877
+ /**
2878
+ * @see https://redis.io/commands/json.toggle
2879
+ */
2880
+ toggle: (key: string, path: string) => Pipeline<[...TCommands, Command<any, number[]>]>;
2881
+ /**
2882
+ * @see https://redis.io/commands/json.type
2883
+ */
2884
+ type: (key: string, path?: string | undefined) => Pipeline<[...TCommands, Command<any, string[]>]>;
2885
+ };
2886
+ }
2887
+
2888
+ /**
2889
+ * Creates a new script.
2890
+ *
2891
+ * Scripts offer the ability to optimistically try to execute a script without having to send the
2892
+ * entire script to the server. If the script is loaded on the server, it tries again by sending
2893
+ * the entire script. Afterwards, the script is cached on the server.
2894
+ *
2895
+ * @example
2896
+ * ```ts
2897
+ * const redis = new Redis({...})
2898
+ *
2899
+ * const script = redis.createScript<string>("return ARGV[1];")
2900
+ * const arg1 = await script.eval([], ["Hello World"])
2901
+ * expect(arg1, "Hello World")
2902
+ * ```
2903
+ */
2904
+ declare class Script<TResult = unknown> {
2905
+ readonly script: string;
2906
+ /**
2907
+ * @deprecated This property is initialized to an empty string and will be set in the init method
2908
+ * asynchronously. Do not use this property immidiately after the constructor.
2909
+ *
2910
+ * This property is only exposed for backwards compatibility and will be removed in the
2911
+ * future major release.
2912
+ */
2913
+ sha1: string;
2914
+ private readonly redis;
2915
+ constructor(redis: Redis, script: string);
2916
+ /**
2917
+ * Initialize the script by computing its SHA-1 hash.
2918
+ */
2919
+ private init;
2920
+ /**
2921
+ * Send an `EVAL` command to redis.
2922
+ */
2923
+ eval(keys: string[], args: string[]): Promise<TResult>;
2924
+ /**
2925
+ * Calculates the sha1 hash of the script and then calls `EVALSHA`.
2926
+ */
2927
+ evalsha(keys: string[], args: string[]): Promise<TResult>;
2928
+ /**
2929
+ * Optimistically try to run `EVALSHA` first.
2930
+ * If the script is not loaded in redis, it will fall back and try again with `EVAL`.
2931
+ *
2932
+ * Following calls will be able to use the cached script
2933
+ */
2934
+ exec(keys: string[], args: string[]): Promise<TResult>;
2935
+ /**
2936
+ * Compute the sha1 hash of the script and return its hex representation.
2937
+ */
2938
+ private digest;
2939
+ }
2940
+
2941
+ /**
2942
+ * Creates a new script.
2943
+ *
2944
+ * Scripts offer the ability to optimistically try to execute a script without having to send the
2945
+ * entire script to the server. If the script is loaded on the server, it tries again by sending
2946
+ * the entire script. Afterwards, the script is cached on the server.
2947
+ *
2948
+ * @example
2949
+ * ```ts
2950
+ * const redis = new Redis({...})
2951
+ *
2952
+ * const script = redis.createScript<string>("return ARGV[1];", { readOnly: true })
2953
+ * const arg1 = await script.evalRo([], ["Hello World"])
2954
+ * expect(arg1, "Hello World")
2955
+ * ```
2956
+ */
2957
+ declare class ScriptRO<TResult = unknown> {
2958
+ readonly script: string;
2959
+ /**
2960
+ * @deprecated This property is initialized to an empty string and will be set in the init method
2961
+ * asynchronously. Do not use this property immidiately after the constructor.
2962
+ *
2963
+ * This property is only exposed for backwards compatibility and will be removed in the
2964
+ * future major release.
2965
+ */
2966
+ sha1: string;
2967
+ private readonly redis;
2968
+ constructor(redis: Redis, script: string);
2969
+ private init;
2970
+ /**
2971
+ * Send an `EVAL_RO` command to redis.
2972
+ */
2973
+ evalRo(keys: string[], args: string[]): Promise<TResult>;
2974
+ /**
2975
+ * Calculates the sha1 hash of the script and then calls `EVALSHA_RO`.
2976
+ */
2977
+ evalshaRo(keys: string[], args: string[]): Promise<TResult>;
2978
+ /**
2979
+ * Optimistically try to run `EVALSHA_RO` first.
2980
+ * If the script is not loaded in redis, it will fall back and try again with `EVAL_RO`.
2981
+ *
2982
+ * Following calls will be able to use the cached script
2983
+ */
2984
+ exec(keys: string[], args: string[]): Promise<TResult>;
2985
+ /**
2986
+ * Compute the sha1 hash of the script and return its hex representation.
2987
+ */
2988
+ private digest;
2989
+ }
2990
+
2991
+ /**
2992
+ * Serverless redis client for upstash.
2993
+ */
2994
+ declare class Redis {
2995
+ protected client: Requester;
2996
+ protected opts?: CommandOptions<any, any>;
2997
+ protected enableTelemetry: boolean;
2998
+ protected enableAutoPipelining: boolean;
2999
+ /**
3000
+ * Create a new redis client
3001
+ *
3002
+ * @example
3003
+ * ```typescript
3004
+ * const redis = new Redis({
3005
+ * url: "<UPSTASH_REDIS_REST_URL>",
3006
+ * token: "<UPSTASH_REDIS_REST_TOKEN>",
3007
+ * });
3008
+ * ```
3009
+ */
3010
+ constructor(client: Requester, opts?: RedisOptions);
3011
+ get readYourWritesSyncToken(): string | undefined;
3012
+ set readYourWritesSyncToken(session: string | undefined);
3013
+ get json(): {
3014
+ /**
3015
+ * @see https://redis.io/commands/json.arrappend
3016
+ */
3017
+ arrappend: (key: string, path: string, ...values: unknown[]) => Promise<(number | null)[]>;
3018
+ /**
3019
+ * @see https://redis.io/commands/json.arrindex
3020
+ */
3021
+ arrindex: (key: string, path: string, value: unknown, start?: number | undefined, stop?: number | undefined) => Promise<(number | null)[]>;
3022
+ /**
3023
+ * @see https://redis.io/commands/json.arrinsert
3024
+ */
3025
+ arrinsert: (key: string, path: string, index: number, ...values: unknown[]) => Promise<(number | null)[]>;
3026
+ /**
3027
+ * @see https://redis.io/commands/json.arrlen
3028
+ */
3029
+ arrlen: (key: string, path?: string | undefined) => Promise<(number | null)[]>;
3030
+ /**
3031
+ * @see https://redis.io/commands/json.arrpop
3032
+ */
3033
+ arrpop: (key: string, path?: string | undefined, index?: number | undefined) => Promise<unknown[]>;
3034
+ /**
3035
+ * @see https://redis.io/commands/json.arrtrim
3036
+ */
3037
+ arrtrim: (key: string, path?: string | undefined, start?: number | undefined, stop?: number | undefined) => Promise<(number | null)[]>;
3038
+ /**
3039
+ * @see https://redis.io/commands/json.clear
3040
+ */
3041
+ clear: (key: string, path?: string | undefined) => Promise<number>;
3042
+ /**
3043
+ * @see https://redis.io/commands/json.del
3044
+ */
3045
+ del: (key: string, path?: string | undefined) => Promise<number>;
3046
+ /**
3047
+ * @see https://redis.io/commands/json.forget
3048
+ */
3049
+ forget: (key: string, path?: string | undefined) => Promise<number>;
3050
+ /**
3051
+ * @see https://redis.io/commands/json.get
3052
+ */
3053
+ get: <TData>(...args: CommandArgs<typeof JsonGetCommand>) => Promise<TData | null>;
3054
+ /**
3055
+ * @see https://redis.io/commands/json.merge
3056
+ */
3057
+ merge: (key: string, path: string, value: string | number | unknown[] | Record<string, unknown>) => Promise<"OK" | null>;
3058
+ /**
3059
+ * @see https://redis.io/commands/json.mget
3060
+ */
3061
+ mget: <TData>(keys: string[], path: string) => Promise<TData>;
3062
+ /**
3063
+ * @see https://redis.io/commands/json.mset
3064
+ */
3065
+ mset: (...args: CommandArgs<typeof JsonMSetCommand>) => Promise<"OK" | null>;
3066
+ /**
3067
+ * @see https://redis.io/commands/json.numincrby
3068
+ */
3069
+ numincrby: (key: string, path: string, value: number) => Promise<(number | null)[]>;
3070
+ /**
3071
+ * @see https://redis.io/commands/json.nummultby
3072
+ */
3073
+ nummultby: (key: string, path: string, value: number) => Promise<(number | null)[]>;
3074
+ /**
3075
+ * @see https://redis.io/commands/json.objkeys
3076
+ */
3077
+ objkeys: (key: string, path?: string | undefined) => Promise<(string[] | null)[]>;
3078
+ /**
3079
+ * @see https://redis.io/commands/json.objlen
3080
+ */
3081
+ objlen: (key: string, path?: string | undefined) => Promise<(number | null)[]>;
3082
+ /**
3083
+ * @see https://redis.io/commands/json.resp
3084
+ */
3085
+ resp: (key: string, path?: string | undefined) => Promise<any>;
3086
+ /**
3087
+ * @see https://redis.io/commands/json.set
3088
+ */
3089
+ set: (key: string, path: string, value: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[], opts?: {
3090
+ nx: true;
3091
+ xx?: never;
3092
+ } | {
3093
+ nx?: never;
3094
+ xx: true;
3095
+ } | undefined) => Promise<"OK" | null>;
3096
+ /**
3097
+ * @see https://redis.io/commands/json.strappend
3098
+ */
3099
+ strappend: (key: string, path: string, value: string) => Promise<(number | null)[]>;
3100
+ /**
3101
+ * @see https://redis.io/commands/json.strlen
3102
+ */
3103
+ strlen: (key: string, path?: string | undefined) => Promise<(number | null)[]>;
3104
+ /**
3105
+ * @see https://redis.io/commands/json.toggle
3106
+ */
3107
+ toggle: (key: string, path: string) => Promise<number[]>;
3108
+ /**
3109
+ * @see https://redis.io/commands/json.type
3110
+ */
3111
+ type: (key: string, path?: string | undefined) => Promise<string[]>;
3112
+ };
3113
+ /**
3114
+ * Wrap a new middleware around the HTTP client.
3115
+ */
3116
+ use: <TResult = unknown>(middleware: (r: UpstashRequest, next: <TResult_1 = unknown>(req: UpstashRequest) => Promise<UpstashResponse<TResult_1>>) => Promise<UpstashResponse<TResult>>) => void;
3117
+ /**
3118
+ * Technically this is not private, we can hide it from intellisense by doing this
3119
+ */
3120
+ protected addTelemetry: (telemetry: Telemetry) => void;
3121
+ /**
3122
+ * Creates a new script.
3123
+ *
3124
+ * Scripts offer the ability to optimistically try to execute a script without having to send the
3125
+ * entire script to the server. If the script is loaded on the server, it tries again by sending
3126
+ * the entire script. Afterwards, the script is cached on the server.
3127
+ *
3128
+ * @param script - The script to create
3129
+ * @param opts - Optional options to pass to the script `{ readonly?: boolean }`
3130
+ * @returns A new script
3131
+ *
3132
+ * @example
3133
+ * ```ts
3134
+ * const redis = new Redis({...})
3135
+ *
3136
+ * const script = redis.createScript<string>("return ARGV[1];")
3137
+ * const arg1 = await script.eval([], ["Hello World"])
3138
+ * expect(arg1, "Hello World")
3139
+ * ```
3140
+ * @example
3141
+ * ```ts
3142
+ * const redis = new Redis({...})
3143
+ *
3144
+ * const script = redis.createScript<string>("return ARGV[1];", { readonly: true })
3145
+ * const arg1 = await script.evalRo([], ["Hello World"])
3146
+ * expect(arg1, "Hello World")
3147
+ * ```
3148
+ */
3149
+ createScript<TResult = unknown, TReadonly extends boolean = false>(script: string, opts?: {
3150
+ readonly?: TReadonly;
3151
+ }): TReadonly extends true ? ScriptRO<TResult> : Script<TResult>;
3152
+ /**
3153
+ * Create a new pipeline that allows you to send requests in bulk.
3154
+ *
3155
+ * @see {@link Pipeline}
3156
+ */
3157
+ pipeline: () => Pipeline<[]>;
3158
+ protected autoPipeline: () => Redis;
3159
+ /**
3160
+ * Create a new transaction to allow executing multiple steps atomically.
3161
+ *
3162
+ * All the commands in a transaction are serialized and executed sequentially. A request sent by
3163
+ * another client will never be served in the middle of the execution of a Redis Transaction. This
3164
+ * guarantees that the commands are executed as a single isolated operation.
3165
+ *
3166
+ * @see {@link Pipeline}
3167
+ */
3168
+ multi: () => Pipeline<[]>;
3169
+ /**
3170
+ * Returns an instance that can be used to execute `BITFIELD` commands on one key.
3171
+ *
3172
+ * @example
3173
+ * ```typescript
3174
+ * redis.set("mykey", 0);
3175
+ * const result = await redis.bitfield("mykey")
3176
+ * .set("u4", 0, 16)
3177
+ * .incr("u4", "#1", 1)
3178
+ * .exec();
3179
+ * console.log(result); // [0, 1]
3180
+ * ```
3181
+ *
3182
+ * @see https://redis.io/commands/bitfield
3183
+ */
3184
+ bitfield: (key: string) => BitFieldCommand<Promise<number[]>>;
3185
+ /**
3186
+ * @see https://redis.io/commands/append
3187
+ */
3188
+ append: (key: string, value: string) => Promise<number>;
3189
+ /**
3190
+ * @see https://redis.io/commands/bitcount
3191
+ */
3192
+ bitcount: (key: string, start: number, end: number) => Promise<number>;
3193
+ /**
3194
+ * @see https://redis.io/commands/bitop
3195
+ */
3196
+ bitop: {
3197
+ (op: "and" | "or" | "xor", destinationKey: string, sourceKey: string, ...sourceKeys: string[]): Promise<number>;
3198
+ (op: "not", destinationKey: string, sourceKey: string): Promise<number>;
3199
+ };
3200
+ /**
3201
+ * @see https://redis.io/commands/bitpos
3202
+ */
3203
+ bitpos: (key: string, bit: 0 | 1, start?: number | undefined, end?: number | undefined) => Promise<number>;
3204
+ /**
3205
+ * @see https://redis.io/commands/copy
3206
+ */
3207
+ copy: (key: string, destinationKey: string, opts?: {
3208
+ replace: boolean;
3209
+ } | undefined) => Promise<"COPIED" | "NOT_COPIED">;
3210
+ /**
3211
+ * @see https://redis.io/commands/dbsize
3212
+ */
3213
+ dbsize: () => Promise<number>;
3214
+ /**
3215
+ * @see https://redis.io/commands/decr
3216
+ */
3217
+ decr: (key: string) => Promise<number>;
3218
+ /**
3219
+ * @see https://redis.io/commands/decrby
3220
+ */
3221
+ decrby: (key: string, decrement: number) => Promise<number>;
3222
+ /**
3223
+ * @see https://redis.io/commands/del
3224
+ */
3225
+ del: (...args: CommandArgs<typeof DelCommand>) => Promise<number>;
3226
+ /**
3227
+ * @see https://redis.io/commands/echo
3228
+ */
3229
+ echo: (message: string) => Promise<string>;
3230
+ /**
3231
+ * @see https://redis.io/commands/eval_ro
3232
+ */
3233
+ evalRo: <TArgs extends unknown[], TData = unknown>(script: string, keys: string[], args: TArgs) => Promise<TData>;
3234
+ /**
3235
+ * @see https://redis.io/commands/eval
3236
+ */
3237
+ eval: <TArgs extends unknown[], TData = unknown>(script: string, keys: string[], args: TArgs) => Promise<TData>;
3238
+ /**
3239
+ * @see https://redis.io/commands/evalsha_ro
3240
+ */
3241
+ evalshaRo: <TArgs extends unknown[], TData = unknown>(sha1: string, keys: string[], args: TArgs) => Promise<TData>;
3242
+ /**
3243
+ * @see https://redis.io/commands/evalsha
3244
+ */
3245
+ evalsha: <TArgs extends unknown[], TData = unknown>(sha1: string, keys: string[], args: TArgs) => Promise<TData>;
3246
+ /**
3247
+ * Generic method to execute any Redis command.
3248
+ */
3249
+ exec: <TResult>(args: [command: string, ...args: (string | number | boolean)[]]) => Promise<TResult>;
3250
+ /**
3251
+ * @see https://redis.io/commands/exists
3252
+ */
3253
+ exists: (...args: CommandArgs<typeof ExistsCommand>) => Promise<number>;
3254
+ /**
3255
+ * @see https://redis.io/commands/expire
3256
+ */
3257
+ expire: (key: string, seconds: number, option?: ExpireOption | undefined) => Promise<0 | 1>;
3258
+ /**
3259
+ * @see https://redis.io/commands/expireat
3260
+ */
3261
+ expireat: (key: string, unix: number, option?: ExpireOption | undefined) => Promise<0 | 1>;
3262
+ /**
3263
+ * @see https://redis.io/commands/flushall
3264
+ */
3265
+ flushall: (args?: CommandArgs<typeof FlushAllCommand>) => Promise<"OK">;
3266
+ /**
3267
+ * @see https://redis.io/commands/flushdb
3268
+ */
3269
+ flushdb: (opts?: {
3270
+ async?: boolean;
3271
+ } | undefined) => Promise<"OK">;
3272
+ /**
3273
+ * @see https://redis.io/commands/geoadd
3274
+ */
3275
+ geoadd: <TData>(args_0: string, args_1: GeoAddCommandOptions | GeoMember<TData>, ...args_2: GeoMember<TData>[]) => Promise<number | null>;
3276
+ /**
3277
+ * @see https://redis.io/commands/geopos
3278
+ */
3279
+ geopos: <TData>(args_0: string, ...args_1: TData[]) => Promise<{
3280
+ lng: number;
3281
+ lat: number;
3282
+ }[]>;
3283
+ /**
3284
+ * @see https://redis.io/commands/geodist
3285
+ */
3286
+ geodist: <TData>(key: string, member1: TData, member2: TData, unit?: "M" | "KM" | "FT" | "MI" | undefined) => Promise<number | null>;
3287
+ /**
3288
+ * @see https://redis.io/commands/geohash
3289
+ */
3290
+ geohash: <TData>(args_0: string, ...args_1: TData[]) => Promise<(string | null)[]>;
3291
+ /**
3292
+ * @see https://redis.io/commands/geosearch
3293
+ */
3294
+ geosearch: <TData>(key: string, centerPoint: {
3295
+ type: "FROMLONLAT" | "fromlonlat";
3296
+ coordinate: {
3297
+ lon: number;
3298
+ lat: number;
3299
+ };
3300
+ } | {
3301
+ type: "FROMMEMBER" | "frommember";
3302
+ member: TData;
3303
+ }, shape: {
3304
+ type: "BYRADIUS" | "byradius";
3305
+ radius: number;
3306
+ radiusType: "M" | "KM" | "FT" | "MI";
3307
+ } | {
3308
+ type: "BYBOX" | "bybox";
3309
+ rect: {
3310
+ width: number;
3311
+ height: number;
3312
+ };
3313
+ rectType: "M" | "KM" | "FT" | "MI";
3314
+ }, order: "ASC" | "DESC" | "asc" | "desc", opts?: {
3315
+ count?: {
3316
+ limit: number;
3317
+ any?: boolean;
3318
+ };
3319
+ withCoord?: boolean;
3320
+ withDist?: boolean;
3321
+ withHash?: boolean;
3322
+ } | undefined) => Promise<({
3323
+ member: TData;
3324
+ } & {
3325
+ coord?: {
3326
+ long: number;
3327
+ lat: number;
3328
+ } | undefined;
3329
+ dist?: number | undefined;
3330
+ hash?: string | undefined;
3331
+ })[]>;
3332
+ /**
3333
+ * @see https://redis.io/commands/geosearchstore
3334
+ */
3335
+ geosearchstore: <TData>(destination: string, key: string, centerPoint: {
3336
+ type: "FROMLONLAT" | "fromlonlat";
3337
+ coordinate: {
3338
+ lon: number;
3339
+ lat: number;
3340
+ };
3341
+ } | {
3342
+ type: "FROMMEMBER" | "frommember";
3343
+ member: TData;
3344
+ }, shape: {
3345
+ type: "BYRADIUS" | "byradius";
3346
+ radius: number;
3347
+ radiusType: "M" | "KM" | "FT" | "MI";
3348
+ } | {
3349
+ type: "BYBOX" | "bybox";
3350
+ rect: {
3351
+ width: number;
3352
+ height: number;
3353
+ };
3354
+ rectType: "M" | "KM" | "FT" | "MI";
3355
+ }, order: "ASC" | "DESC" | "asc" | "desc", opts?: {
3356
+ count?: {
3357
+ limit: number;
3358
+ any?: boolean;
3359
+ };
3360
+ storeDist?: boolean;
3361
+ } | undefined) => Promise<number>;
3362
+ /**
3363
+ * @see https://redis.io/commands/get
3364
+ */
3365
+ get: <TData>(key: string) => Promise<TData | null>;
3366
+ /**
3367
+ * @see https://redis.io/commands/getbit
3368
+ */
3369
+ getbit: (key: string, offset: number) => Promise<0 | 1>;
3370
+ /**
3371
+ * @see https://redis.io/commands/getdel
3372
+ */
3373
+ getdel: <TData>(key: string) => Promise<TData | null>;
3374
+ /**
3375
+ * @see https://redis.io/commands/getex
3376
+ */
3377
+ getex: <TData>(key: string, opts?: ({
3378
+ ex: number;
3379
+ px?: never;
3380
+ exat?: never;
3381
+ pxat?: never;
3382
+ persist?: never;
3383
+ } | {
3384
+ ex?: never;
3385
+ px: number;
3386
+ exat?: never;
3387
+ pxat?: never;
3388
+ persist?: never;
3389
+ } | {
3390
+ ex?: never;
3391
+ px?: never;
3392
+ exat: number;
3393
+ pxat?: never;
3394
+ persist?: never;
3395
+ } | {
3396
+ ex?: never;
3397
+ px?: never;
3398
+ exat?: never;
3399
+ pxat: number;
3400
+ persist?: never;
3401
+ } | {
3402
+ ex?: never;
3403
+ px?: never;
3404
+ exat?: never;
3405
+ pxat?: never;
3406
+ persist: true;
3407
+ } | {
3408
+ ex?: never;
3409
+ px?: never;
3410
+ exat?: never;
3411
+ pxat?: never;
3412
+ persist?: never;
3413
+ }) | undefined) => Promise<TData | null>;
3414
+ /**
3415
+ * @see https://redis.io/commands/getrange
3416
+ */
3417
+ getrange: (key: string, start: number, end: number) => Promise<string>;
3418
+ /**
3419
+ * @see https://redis.io/commands/getset
3420
+ */
3421
+ getset: <TData>(key: string, value: TData) => Promise<TData | null>;
3422
+ /**
3423
+ * @see https://redis.io/commands/hdel
3424
+ */
3425
+ hdel: (key: string, ...fields: string[]) => Promise<0 | 1>;
3426
+ /**
3427
+ * @see https://redis.io/commands/hexists
3428
+ */
3429
+ hexists: (key: string, field: string) => Promise<number>;
3430
+ /**
3431
+ * @see https://redis.io/commands/hexpire
3432
+ */
3433
+ hexpire: (key: string, fields: string | number | (string | number)[], seconds: number, option?: ExpireOption | undefined) => Promise<(0 | 1 | 2 | -2)[]>;
3434
+ /**
3435
+ * @see https://redis.io/commands/hexpireat
3436
+ */
3437
+ hexpireat: (key: string, fields: string | number | (string | number)[], timestamp: number, option?: ExpireOption | undefined) => Promise<(0 | 1 | 2 | -2)[]>;
3438
+ /**
3439
+ * @see https://redis.io/commands/hexpiretime
3440
+ */
3441
+ hexpiretime: (key: string, fields: string | number | (string | number)[]) => Promise<number[]>;
3442
+ /**
3443
+ * @see https://redis.io/commands/httl
3444
+ */
3445
+ httl: (key: string, fields: string | number | (string | number)[]) => Promise<number[]>;
3446
+ /**
3447
+ * @see https://redis.io/commands/hpexpire
3448
+ */
3449
+ hpexpire: (key: string, fields: string | number | (string | number)[], milliseconds: number, option?: ExpireOption | undefined) => Promise<(0 | 1 | 2 | -2)[]>;
3450
+ /**
3451
+ * @see https://redis.io/commands/hpexpireat
3452
+ */
3453
+ hpexpireat: (key: string, fields: string | number | (string | number)[], timestamp: number, option?: ExpireOption | undefined) => Promise<(0 | 1 | 2 | -2)[]>;
3454
+ /**
3455
+ * @see https://redis.io/commands/hpexpiretime
3456
+ */
3457
+ hpexpiretime: (key: string, fields: string | number | (string | number)[]) => Promise<number[]>;
3458
+ /**
3459
+ * @see https://redis.io/commands/hpttl
3460
+ */
3461
+ hpttl: (key: string, fields: string | number | (string | number)[]) => Promise<number[]>;
3462
+ /**
3463
+ * @see https://redis.io/commands/hpersist
3464
+ */
3465
+ hpersist: (key: string, fields: string | number | (string | number)[]) => Promise<(1 | -2 | -1)[]>;
3466
+ /**
3467
+ * @see https://redis.io/commands/hget
3468
+ */
3469
+ hget: <TData>(key: string, field: string) => Promise<TData | null>;
3470
+ /**
3471
+ * @see https://redis.io/commands/hgetall
3472
+ */
3473
+ hgetall: <TData extends Record<string, unknown>>(key: string) => Promise<TData | null>;
3474
+ /**
3475
+ * @see https://redis.io/commands/hincrby
3476
+ */
3477
+ hincrby: (key: string, field: string, increment: number) => Promise<number>;
3478
+ /**
3479
+ * @see https://redis.io/commands/hincrbyfloat
3480
+ */
3481
+ hincrbyfloat: (key: string, field: string, increment: number) => Promise<number>;
3482
+ /**
3483
+ * @see https://redis.io/commands/hkeys
3484
+ */
3485
+ hkeys: (key: string) => Promise<string[]>;
3486
+ /**
3487
+ * @see https://redis.io/commands/hlen
3488
+ */
3489
+ hlen: (key: string) => Promise<number>;
3490
+ /**
3491
+ * @see https://redis.io/commands/hmget
3492
+ */
3493
+ hmget: <TData extends Record<string, unknown>>(key: string, ...fields: string[]) => Promise<TData | null>;
3494
+ /**
3495
+ * @see https://redis.io/commands/hmset
3496
+ */
3497
+ hmset: <TData>(key: string, kv: Record<string, TData>) => Promise<"OK">;
3498
+ /**
3499
+ * @see https://redis.io/commands/hrandfield
3500
+ */
3501
+ hrandfield: {
3502
+ (key: string): Promise<string | null>;
3503
+ (key: string, count: number): Promise<string[]>;
3504
+ <TData extends Record<string, unknown>>(key: string, count: number, withValues: boolean): Promise<Partial<TData>>;
3505
+ };
3506
+ /**
3507
+ * @see https://redis.io/commands/hscan
3508
+ */
3509
+ hscan: (key: string, cursor: string | number, cmdOpts?: ScanCommandOptions | undefined) => Promise<[string, (string | number)[]]>;
3510
+ /**
3511
+ * @see https://redis.io/commands/hset
3512
+ */
3513
+ hset: <TData>(key: string, kv: Record<string, TData>) => Promise<number>;
3514
+ /**
3515
+ * @see https://redis.io/commands/hsetnx
3516
+ */
3517
+ hsetnx: <TData>(key: string, field: string, value: TData) => Promise<0 | 1>;
3518
+ /**
3519
+ * @see https://redis.io/commands/hstrlen
3520
+ */
3521
+ hstrlen: (key: string, field: string) => Promise<number>;
3522
+ /**
3523
+ * @see https://redis.io/commands/hvals
3524
+ */
3525
+ hvals: (key: string) => Promise<any>;
3526
+ /**
3527
+ * @see https://redis.io/commands/incr
3528
+ */
3529
+ incr: (key: string) => Promise<number>;
3530
+ /**
3531
+ * @see https://redis.io/commands/incrby
3532
+ */
3533
+ incrby: (key: string, value: number) => Promise<number>;
3534
+ /**
3535
+ * @see https://redis.io/commands/incrbyfloat
3536
+ */
3537
+ incrbyfloat: (key: string, value: number) => Promise<number>;
3538
+ /**
3539
+ * @see https://redis.io/commands/keys
3540
+ */
3541
+ keys: (pattern: string) => Promise<string[]>;
3542
+ /**
3543
+ * @see https://redis.io/commands/lindex
3544
+ */
3545
+ lindex: (key: string, index: number) => Promise<any>;
3546
+ /**
3547
+ * @see https://redis.io/commands/linsert
3548
+ */
3549
+ linsert: <TData>(key: string, direction: "before" | "after", pivot: TData, value: TData) => Promise<number>;
3550
+ /**
3551
+ * @see https://redis.io/commands/llen
3552
+ */
3553
+ llen: (key: string) => Promise<number>;
3554
+ /**
3555
+ * @see https://redis.io/commands/lmove
3556
+ */
3557
+ lmove: <TData = string>(source: string, destination: string, whereFrom: "left" | "right", whereTo: "left" | "right") => Promise<TData>;
3558
+ /**
3559
+ * @see https://redis.io/commands/lpop
3560
+ */
3561
+ lpop: <TData>(key: string, count?: number | undefined) => Promise<TData | null>;
3562
+ /**
3563
+ * @see https://redis.io/commands/lmpop
3564
+ */
3565
+ lmpop: <TData>(numkeys: number, keys: string[], args_2: "LEFT" | "RIGHT", count?: number | undefined) => Promise<[string, TData[]] | null>;
3566
+ /**
3567
+ * @see https://redis.io/commands/lpos
3568
+ */
3569
+ lpos: <TData = number>(key: string, element: unknown, opts?: {
3570
+ rank?: number;
3571
+ count?: number;
3572
+ maxLen?: number;
3573
+ } | undefined) => Promise<TData>;
3574
+ /**
3575
+ * @see https://redis.io/commands/lpush
3576
+ */
3577
+ lpush: <TData>(key: string, ...elements: TData[]) => Promise<number>;
3578
+ /**
3579
+ * @see https://redis.io/commands/lpushx
3580
+ */
3581
+ lpushx: <TData>(key: string, ...elements: TData[]) => Promise<number>;
3582
+ /**
3583
+ * @see https://redis.io/commands/lrange
3584
+ */
3585
+ lrange: <TResult = string>(key: string, start: number, end: number) => Promise<TResult[]>;
3586
+ /**
3587
+ * @see https://redis.io/commands/lrem
3588
+ */
3589
+ lrem: <TData>(key: string, count: number, value: TData) => Promise<number>;
3590
+ /**
3591
+ * @see https://redis.io/commands/lset
3592
+ */
3593
+ lset: <TData>(key: string, index: number, value: TData) => Promise<"OK">;
3594
+ /**
3595
+ * @see https://redis.io/commands/ltrim
3596
+ */
3597
+ ltrim: (key: string, start: number, end: number) => Promise<"OK">;
3598
+ /**
3599
+ * @see https://redis.io/commands/mget
3600
+ */
3601
+ mget: <TData extends unknown[]>(...args: CommandArgs<typeof MGetCommand>) => Promise<TData>;
3602
+ /**
3603
+ * @see https://redis.io/commands/mset
3604
+ */
3605
+ mset: <TData>(kv: Record<string, TData>) => Promise<"OK">;
3606
+ /**
3607
+ * @see https://redis.io/commands/msetnx
3608
+ */
3609
+ msetnx: <TData>(kv: Record<string, TData>) => Promise<number>;
3610
+ /**
3611
+ * @see https://redis.io/commands/persist
3612
+ */
3613
+ persist: (key: string) => Promise<0 | 1>;
3614
+ /**
3615
+ * @see https://redis.io/commands/pexpire
3616
+ */
3617
+ pexpire: (key: string, milliseconds: number, option?: ExpireOption | undefined) => Promise<0 | 1>;
3618
+ /**
3619
+ * @see https://redis.io/commands/pexpireat
3620
+ */
3621
+ pexpireat: (key: string, unix: number, option?: ExpireOption | undefined) => Promise<0 | 1>;
3622
+ /**
3623
+ * @see https://redis.io/commands/pfadd
3624
+ */
3625
+ pfadd: (args_0: string, ...args_1: unknown[]) => Promise<number>;
3626
+ /**
3627
+ * @see https://redis.io/commands/pfcount
3628
+ */
3629
+ pfcount: (args_0: string, ...args_1: string[]) => Promise<number>;
3630
+ /**
3631
+ * @see https://redis.io/commands/pfmerge
3632
+ */
3633
+ pfmerge: (destination_key: string, ...args_1: string[]) => Promise<"OK">;
3634
+ /**
3635
+ * @see https://redis.io/commands/ping
3636
+ */
3637
+ ping: (args?: CommandArgs<typeof PingCommand>) => Promise<string>;
3638
+ /**
3639
+ * @see https://redis.io/commands/psetex
3640
+ */
3641
+ psetex: <TData>(key: string, ttl: number, value: TData) => Promise<string>;
3642
+ /**
3643
+ * @see https://redis.io/commands/psubscribe
3644
+ */
3645
+ psubscribe: <TMessage>(patterns: string | string[]) => Subscriber<TMessage>;
3646
+ /**
3647
+ * @see https://redis.io/commands/pttl
3648
+ */
3649
+ pttl: (key: string) => Promise<number>;
3650
+ /**
3651
+ * @see https://redis.io/commands/publish
3652
+ */
3653
+ publish: (channel: string, message: unknown) => Promise<number>;
3654
+ /**
3655
+ * @see https://redis.io/commands/randomkey
3656
+ */
3657
+ randomkey: () => Promise<string | null>;
3658
+ /**
3659
+ * @see https://redis.io/commands/rename
3660
+ */
3661
+ rename: (source: string, destination: string) => Promise<"OK">;
3662
+ /**
3663
+ * @see https://redis.io/commands/renamenx
3664
+ */
3665
+ renamenx: (source: string, destination: string) => Promise<0 | 1>;
3666
+ /**
3667
+ * @see https://redis.io/commands/rpop
3668
+ */
3669
+ rpop: <TData = string>(key: string, count?: number | undefined) => Promise<TData | null>;
3670
+ /**
3671
+ * @see https://redis.io/commands/rpush
3672
+ */
3673
+ rpush: <TData>(key: string, ...elements: TData[]) => Promise<number>;
3674
+ /**
3675
+ * @see https://redis.io/commands/rpushx
3676
+ */
3677
+ rpushx: <TData>(key: string, ...elements: TData[]) => Promise<number>;
3678
+ /**
3679
+ * @see https://redis.io/commands/sadd
3680
+ */
3681
+ sadd: <TData>(key: string, member: TData, ...members: TData[]) => Promise<number>;
3682
+ /**
3683
+ * @see https://redis.io/commands/scan
3684
+ */
3685
+ scan(cursor: string | number): Promise<ScanResultStandard>;
3686
+ scan<TOptions extends ScanCommandOptions>(cursor: string | number, opts: TOptions): Promise<TOptions extends {
3687
+ withType: true;
3688
+ } ? ScanResultWithType : ScanResultStandard>;
3689
+ /**
3690
+ * @see https://redis.io/commands/scard
3691
+ */
3692
+ scard: (key: string) => Promise<number>;
3693
+ /**
3694
+ * @see https://redis.io/commands/script-exists
3695
+ */
3696
+ scriptExists: (...args: CommandArgs<typeof ScriptExistsCommand>) => Promise<number[]>;
3697
+ /**
3698
+ * @see https://redis.io/commands/script-flush
3699
+ */
3700
+ scriptFlush: (opts?: ScriptFlushCommandOptions | undefined) => Promise<"OK">;
3701
+ /**
3702
+ * @see https://redis.io/commands/script-load
3703
+ */
3704
+ scriptLoad: (script: string) => Promise<string>;
3705
+ /**
3706
+ * @see https://redis.io/commands/sdiff
3707
+ */
3708
+ sdiff: (key: string, ...keys: string[]) => Promise<unknown[]>;
3709
+ /**
3710
+ * @see https://redis.io/commands/sdiffstore
3711
+ */
3712
+ sdiffstore: (destination: string, ...keys: string[]) => Promise<number>;
3713
+ /**
3714
+ * @see https://redis.io/commands/set
3715
+ */
3716
+ set: <TData>(key: string, value: TData, opts?: SetCommandOptions) => Promise<"OK" | TData | null>;
3717
+ /**
3718
+ * @see https://redis.io/commands/setbit
3719
+ */
3720
+ setbit: (key: string, offset: number, value: 0 | 1) => Promise<0 | 1>;
3721
+ /**
3722
+ * @see https://redis.io/commands/setex
3723
+ */
3724
+ setex: <TData>(key: string, ttl: number, value: TData) => Promise<"OK">;
3725
+ /**
3726
+ * @see https://redis.io/commands/setnx
3727
+ */
3728
+ setnx: <TData>(key: string, value: TData) => Promise<number>;
3729
+ /**
3730
+ * @see https://redis.io/commands/setrange
3731
+ */
3732
+ setrange: (key: string, offset: number, value: string) => Promise<number>;
3733
+ /**
3734
+ * @see https://redis.io/commands/sinter
3735
+ */
3736
+ sinter: (key: string, ...keys: string[]) => Promise<string[]>;
3737
+ /**
3738
+ * @see https://redis.io/commands/sinterstore
3739
+ */
3740
+ sinterstore: (destination: string, key: string, ...keys: string[]) => Promise<number>;
3741
+ /**
3742
+ * @see https://redis.io/commands/sismember
3743
+ */
3744
+ sismember: <TData>(key: string, member: TData) => Promise<0 | 1>;
3745
+ /**
3746
+ * @see https://redis.io/commands/smismember
3747
+ */
3748
+ smismember: <TMembers extends unknown[]>(key: string, members: TMembers) => Promise<(0 | 1)[]>;
3749
+ /**
3750
+ * @see https://redis.io/commands/smembers
3751
+ */
3752
+ smembers: <TData extends unknown[] = string[]>(key: string) => Promise<TData>;
3753
+ /**
3754
+ * @see https://redis.io/commands/smove
3755
+ */
3756
+ smove: <TData>(source: string, destination: string, member: TData) => Promise<0 | 1>;
3757
+ /**
3758
+ * @see https://redis.io/commands/spop
3759
+ */
3760
+ spop: <TData>(key: string, count?: number | undefined) => Promise<TData | null>;
3761
+ /**
3762
+ * @see https://redis.io/commands/srandmember
3763
+ */
3764
+ srandmember: <TData>(key: string, count?: number | undefined) => Promise<TData | null>;
3765
+ /**
3766
+ * @see https://redis.io/commands/srem
3767
+ */
3768
+ srem: <TData>(key: string, ...members: TData[]) => Promise<number>;
3769
+ /**
3770
+ * @see https://redis.io/commands/sscan
3771
+ */
3772
+ sscan: (key: string, cursor: string | number, opts?: ScanCommandOptions | undefined) => Promise<[string, (string | number)[]]>;
3773
+ /**
3774
+ * @see https://redis.io/commands/strlen
3775
+ */
3776
+ strlen: (key: string) => Promise<number>;
3777
+ /**
3778
+ * @see https://redis.io/commands/subscribe
3779
+ */
3780
+ subscribe: <TMessage>(channels: string | string[]) => Subscriber<TMessage>;
3781
+ /**
3782
+ * @see https://redis.io/commands/sunion
3783
+ */
3784
+ sunion: (key: string, ...keys: string[]) => Promise<unknown[]>;
3785
+ /**
3786
+ * @see https://redis.io/commands/sunionstore
3787
+ */
3788
+ sunionstore: (destination: string, key: string, ...keys: string[]) => Promise<number>;
3789
+ /**
3790
+ * @see https://redis.io/commands/time
3791
+ */
3792
+ time: () => Promise<[number, number]>;
3793
+ /**
3794
+ * @see https://redis.io/commands/touch
3795
+ */
3796
+ touch: (...args: CommandArgs<typeof TouchCommand>) => Promise<number>;
3797
+ /**
3798
+ * @see https://redis.io/commands/ttl
3799
+ */
3800
+ ttl: (key: string) => Promise<number>;
3801
+ /**
3802
+ * @see https://redis.io/commands/type
3803
+ */
3804
+ type: (key: string) => Promise<Type>;
3805
+ /**
3806
+ * @see https://redis.io/commands/unlink
3807
+ */
3808
+ unlink: (...args: CommandArgs<typeof UnlinkCommand>) => Promise<number>;
3809
+ /**
3810
+ * @see https://redis.io/commands/xadd
3811
+ */
3812
+ xadd: (key: string, id: string, entries: Record<string, unknown>, opts?: {
3813
+ nomkStream?: boolean;
3814
+ trim?: ({
3815
+ type: "MAXLEN" | "maxlen";
3816
+ threshold: number;
3817
+ } | {
3818
+ type: "MINID" | "minid";
3819
+ threshold: string;
3820
+ }) & ({
3821
+ comparison: "~";
3822
+ limit?: number;
3823
+ } | {
3824
+ comparison: "=";
3825
+ limit?: never;
3826
+ });
3827
+ } | undefined) => Promise<string>;
3828
+ /**
3829
+ * @see https://redis.io/commands/xack
3830
+ */
3831
+ xack: (key: string, group: string, id: string | string[]) => Promise<number>;
3832
+ /**
3833
+ * @see https://redis.io/commands/xdel
3834
+ */
3835
+ xdel: (key: string, ids: string | string[]) => Promise<number>;
3836
+ /**
3837
+ * @see https://redis.io/commands/xgroup
3838
+ */
3839
+ xgroup: (key: string, opts: {
3840
+ type: "CREATE";
3841
+ group: string;
3842
+ id: `$` | string;
3843
+ options?: {
3844
+ MKSTREAM?: boolean;
3845
+ ENTRIESREAD?: number;
3846
+ };
3847
+ } | {
3848
+ type: "CREATECONSUMER";
3849
+ group: string;
3850
+ consumer: string;
3851
+ } | {
3852
+ type: "DELCONSUMER";
3853
+ group: string;
3854
+ consumer: string;
3855
+ } | {
3856
+ type: "DESTROY";
3857
+ group: string;
3858
+ } | {
3859
+ type: "SETID";
3860
+ group: string;
3861
+ id: `$` | string;
3862
+ options?: {
3863
+ ENTRIESREAD?: number;
3864
+ };
3865
+ }) => Promise<never>;
3866
+ /**
3867
+ * @see https://redis.io/commands/xread
3868
+ */
3869
+ xread: (...args: CommandArgs<typeof XReadCommand>) => Promise<unknown[]>;
3870
+ /**
3871
+ * @see https://redis.io/commands/xreadgroup
3872
+ */
3873
+ xreadgroup: (...args: CommandArgs<typeof XReadGroupCommand>) => Promise<unknown[]>;
3874
+ /**
3875
+ * @see https://redis.io/commands/xinfo
3876
+ */
3877
+ xinfo: (key: string, options: {
3878
+ type: "CONSUMERS";
3879
+ group: string;
3880
+ } | {
3881
+ type: "GROUPS";
3882
+ }) => Promise<unknown[]>;
3883
+ /**
3884
+ * @see https://redis.io/commands/xlen
3885
+ */
3886
+ xlen: (key: string) => Promise<number>;
3887
+ /**
3888
+ * @see https://redis.io/commands/xpending
3889
+ */
3890
+ xpending: (key: string, group: string, start: string, end: string, count: number, options?: {
3891
+ idleTime?: number;
3892
+ consumer?: string | string[];
3893
+ } | undefined) => Promise<unknown[]>;
3894
+ /**
3895
+ * @see https://redis.io/commands/xclaim
3896
+ */
3897
+ xclaim: (key: string, group: string, consumer: string, minIdleTime: number, id: string | string[], options?: {
3898
+ idleMS?: number;
3899
+ timeMS?: number;
3900
+ retryCount?: number;
3901
+ force?: boolean;
3902
+ justId?: boolean;
3903
+ lastId?: number;
3904
+ } | undefined) => Promise<unknown[]>;
3905
+ /**
3906
+ * @see https://redis.io/commands/xautoclaim
3907
+ */
3908
+ xautoclaim: (key: string, group: string, consumer: string, minIdleTime: number, start: string, options?: {
3909
+ count?: number;
3910
+ justId?: boolean;
3911
+ } | undefined) => Promise<unknown[]>;
3912
+ /**
3913
+ * @see https://redis.io/commands/xtrim
3914
+ */
3915
+ xtrim: (key: string, options: {
3916
+ strategy: "MAXLEN" | "MINID";
3917
+ exactness?: "~" | "=";
3918
+ threshold: number | string;
3919
+ limit?: number;
3920
+ }) => Promise<number>;
3921
+ /**
3922
+ * @see https://redis.io/commands/xrange
3923
+ */
3924
+ xrange: (key: string, start: string, end: string, count?: number | undefined) => Promise<Record<string, Record<string, unknown>>>;
3925
+ /**
3926
+ * @see https://redis.io/commands/xrevrange
3927
+ */
3928
+ xrevrange: (key: string, end: string, start: string, count?: number | undefined) => Promise<Record<string, Record<string, unknown>>>;
3929
+ /**
3930
+ * @see https://redis.io/commands/zadd
3931
+ */
3932
+ zadd: <TData>(...args: [key: string, scoreMember: ScoreMember<TData>, ...scoreMemberPairs: ScoreMember<TData>[]] | [key: string, opts: ZAddCommandOptions, ...scoreMemberPairs: [ScoreMember<TData>, ...ScoreMember<TData>[]]]) => Promise<number | null>;
3933
+ /**
3934
+ * @see https://redis.io/commands/zcard
3935
+ */
3936
+ zcard: (key: string) => Promise<number>;
3937
+ /**
3938
+ * @see https://redis.io/commands/zcount
3939
+ */
3940
+ zcount: (key: string, min: string | number, max: string | number) => Promise<number>;
3941
+ /**
3942
+ * @see https://redis.io/commands/zdiffstore
3943
+ */
3944
+ zdiffstore: (destination: string, numkeys: number, ...keys: string[]) => Promise<number>;
3945
+ /**
3946
+ * @see https://redis.io/commands/zincrby
3947
+ */
3948
+ zincrby: <TData>(key: string, increment: number, member: TData) => Promise<number>;
3949
+ /**
3950
+ * @see https://redis.io/commands/zinterstore
3951
+ */
3952
+ zinterstore: (destination: string, numKeys: number, keys: string[], opts?: ZInterStoreCommandOptions | undefined) => Promise<number>;
3953
+ /**
3954
+ * @see https://redis.io/commands/zlexcount
3955
+ */
3956
+ zlexcount: (key: string, min: string, max: string) => Promise<number>;
3957
+ /**
3958
+ * @see https://redis.io/commands/zmscore
3959
+ */
3960
+ zmscore: (key: string, members: unknown[]) => Promise<number[] | null>;
3961
+ /**
3962
+ * @see https://redis.io/commands/zpopmax
3963
+ */
3964
+ zpopmax: <TData>(key: string, count?: number | undefined) => Promise<TData[]>;
3965
+ /**
3966
+ * @see https://redis.io/commands/zpopmin
3967
+ */
3968
+ zpopmin: <TData>(key: string, count?: number | undefined) => Promise<TData[]>;
3969
+ /**
3970
+ * @see https://redis.io/commands/zrange
3971
+ */
3972
+ zrange: <TData extends unknown[]>(...args: [key: string, min: number, max: number, opts?: ZRangeCommandOptions] | [key: string, min: `(${string}` | `[${string}` | "-" | "+", max: `(${string}` | `[${string}` | "-" | "+", opts: {
3973
+ byLex: true;
3974
+ } & ZRangeCommandOptions] | [key: string, min: number | `(${number}` | "-inf" | "+inf", max: number | `(${number}` | "-inf" | "+inf", opts: {
3975
+ byScore: true;
3976
+ } & ZRangeCommandOptions]) => Promise<TData>;
3977
+ /**
3978
+ * @see https://redis.io/commands/zrank
3979
+ */
3980
+ zrank: <TData>(key: string, member: TData) => Promise<number | null>;
3981
+ /**
3982
+ * @see https://redis.io/commands/zrem
3983
+ */
3984
+ zrem: <TData>(key: string, ...members: TData[]) => Promise<number>;
3985
+ /**
3986
+ * @see https://redis.io/commands/zremrangebylex
3987
+ */
3988
+ zremrangebylex: (key: string, min: string, max: string) => Promise<number>;
3989
+ /**
3990
+ * @see https://redis.io/commands/zremrangebyrank
3991
+ */
3992
+ zremrangebyrank: (key: string, start: number, stop: number) => Promise<number>;
3993
+ /**
3994
+ * @see https://redis.io/commands/zremrangebyscore
3995
+ */
3996
+ zremrangebyscore: (key: string, min: number, max: number) => Promise<number>;
3997
+ /**
3998
+ * @see https://redis.io/commands/zrevrank
3999
+ */
4000
+ zrevrank: <TData>(key: string, member: TData) => Promise<number | null>;
4001
+ /**
4002
+ * @see https://redis.io/commands/zscan
4003
+ */
4004
+ zscan: (key: string, cursor: string | number, opts?: ScanCommandOptions | undefined) => Promise<[string, (string | number)[]]>;
4005
+ /**
4006
+ * @see https://redis.io/commands/zscore
4007
+ */
4008
+ zscore: <TData>(key: string, member: TData) => Promise<number | null>;
4009
+ /**
4010
+ * @see https://redis.io/commands/zunion
4011
+ */
4012
+ zunion: (numKeys: number, keys: string[], opts?: ZUnionCommandOptions | undefined) => Promise<any>;
4013
+ /**
4014
+ * @see https://redis.io/commands/zunionstore
4015
+ */
4016
+ zunionstore: (destination: string, numKeys: number, keys: string[], opts?: ZUnionStoreCommandOptions | undefined) => Promise<number>;
4017
+ }
4018
+
4019
+ /**
4020
+ * Result of a bad request to upstash
4021
+ */
4022
+ declare class UpstashError extends Error {
4023
+ constructor(message: string);
4024
+ }
4025
+ declare class UrlError extends Error {
4026
+ constructor(url: string);
4027
+ }
4028
+
4029
+ type error_UpstashError = UpstashError;
4030
+ declare const error_UpstashError: typeof UpstashError;
4031
+ type error_UrlError = UrlError;
4032
+ declare const error_UrlError: typeof UrlError;
4033
+ declare namespace error {
4034
+ export { error_UpstashError as UpstashError, error_UrlError as UrlError };
4035
+ }
4036
+
4037
+ /**
4038
+ * @see https://redis.io/commands/zdiffstore
4039
+ */
4040
+ declare class ZDiffStoreCommand extends Command<number, number> {
4041
+ constructor(cmd: [destination: string, numkeys: number, ...keys: string[]], opts?: CommandOptions<number, number>);
4042
+ }
4043
+
4044
+ /**
4045
+ * @see https://redis.io/commands/zmscore
4046
+ */
4047
+ declare class ZMScoreCommand<TData> extends Command<string[] | null, number[] | null> {
4048
+ constructor(cmd: [key: string, members: TData[]], opts?: CommandOptions<string[] | null, number[] | null>);
4049
+ }
4050
+
4051
+ export { HPersistCommand as $, AppendCommand as A, BitCountCommand as B, CopyCommand as C, DBSizeCommand as D, EchoCommand as E, FlushAllCommand as F, GeoAddCommand as G, type HttpClientConfig as H, GetCommand as I, GetBitCommand as J, GetDelCommand as K, GetExCommand as L, GetRangeCommand as M, GetSetCommand as N, HDelCommand as O, Pipeline as P, HExistsCommand as Q, type RedisOptions as R, HExpireCommand as S, HExpireAtCommand as T, type UpstashRequest as U, HExpireTimeCommand as V, HTtlCommand as W, HPExpireCommand as X, HPExpireAtCommand as Y, HPExpireTimeCommand as Z, HPTtlCommand as _, type RequesterConfig as a, RenameNXCommand as a$, HGetCommand as a0, HGetAllCommand as a1, HIncrByCommand as a2, HIncrByFloatCommand as a3, HKeysCommand as a4, HLenCommand as a5, HMGetCommand as a6, HMSetCommand as a7, HRandFieldCommand as a8, HScanCommand as a9, JsonStrLenCommand as aA, JsonToggleCommand as aB, JsonTypeCommand as aC, KeysCommand as aD, LIndexCommand as aE, LInsertCommand as aF, LLenCommand as aG, LMoveCommand as aH, LPopCommand as aI, LPushCommand as aJ, LPushXCommand as aK, LRangeCommand as aL, LRemCommand as aM, LSetCommand as aN, LTrimCommand as aO, MGetCommand as aP, MSetCommand as aQ, MSetNXCommand as aR, PersistCommand as aS, PExpireCommand as aT, PExpireAtCommand as aU, PingCommand as aV, PSetEXCommand as aW, PTtlCommand as aX, PublishCommand as aY, RandomKeyCommand as aZ, RenameCommand as a_, HSetCommand as aa, HSetNXCommand as ab, HStrLenCommand as ac, HValsCommand as ad, IncrCommand as ae, IncrByCommand as af, IncrByFloatCommand as ag, JsonArrAppendCommand as ah, JsonArrIndexCommand as ai, JsonArrInsertCommand as aj, JsonArrLenCommand as ak, JsonArrPopCommand as al, JsonArrTrimCommand as am, JsonClearCommand as an, JsonDelCommand as ao, JsonForgetCommand as ap, JsonGetCommand as aq, JsonMergeCommand as ar, JsonMGetCommand as as, JsonNumIncrByCommand as at, JsonNumMultByCommand as au, JsonObjKeysCommand as av, JsonObjLenCommand as aw, JsonRespCommand as ax, JsonSetCommand as ay, JsonStrAppendCommand as az, Redis as b, type ZUnionCommandOptions as b$, RPopCommand as b0, RPushCommand as b1, RPushXCommand as b2, SAddCommand as b3, ScanCommand as b4, type ScanCommandOptions as b5, SCardCommand as b6, ScriptExistsCommand as b7, ScriptFlushCommand as b8, ScriptLoadCommand as b9, UnlinkCommand as bA, XAddCommand as bB, XRangeCommand as bC, type ScoreMember as bD, type ZAddCommandOptions as bE, ZAddCommand as bF, ZCardCommand as bG, ZCountCommand as bH, ZDiffStoreCommand as bI, ZIncrByCommand as bJ, ZInterStoreCommand as bK, type ZInterStoreCommandOptions as bL, ZLexCountCommand as bM, ZMScoreCommand as bN, ZPopMaxCommand as bO, ZPopMinCommand as bP, ZRangeCommand as bQ, type ZRangeCommandOptions as bR, ZRankCommand as bS, ZRemCommand as bT, ZRemRangeByLexCommand as bU, ZRemRangeByRankCommand as bV, ZRemRangeByScoreCommand as bW, ZRevRankCommand as bX, ZScanCommand as bY, ZScoreCommand as bZ, ZUnionCommand as b_, SDiffCommand as ba, SDiffStoreCommand as bb, SetCommand as bc, type SetCommandOptions as bd, SetBitCommand as be, SetExCommand as bf, SetNxCommand as bg, SetRangeCommand as bh, SInterCommand as bi, SInterStoreCommand as bj, SIsMemberCommand as bk, SMembersCommand as bl, SMIsMemberCommand as bm, SMoveCommand as bn, SPopCommand as bo, SRandMemberCommand as bp, SRemCommand as bq, SScanCommand as br, StrLenCommand as bs, SUnionCommand as bt, SUnionStoreCommand as bu, TimeCommand as bv, TouchCommand as bw, TtlCommand as bx, type Type as by, TypeCommand as bz, type UpstashResponse as c, ZUnionStoreCommand as c0, type ZUnionStoreCommandOptions as c1, type Requester as d, error as e, BitOpCommand as f, BitPosCommand as g, DecrCommand as h, DecrByCommand as i, DelCommand as j, EvalROCommand as k, EvalCommand as l, EvalshaROCommand as m, EvalshaCommand as n, ExistsCommand as o, ExpireCommand as p, type ExpireOption as q, ExpireAtCommand as r, FlushDBCommand as s, type GeoAddCommandOptions as t, type GeoMember as u, GeoDistCommand as v, GeoHashCommand as w, GeoPosCommand as x, GeoSearchCommand as y, GeoSearchStoreCommand as z };