index.d.ts 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. import { RedisModules, RedisFunctions, RedisScripts, RedisClientOptions, RedisClientType as _RedisClientType, RedisClusterOptions, RedisClusterType as _RedisClusterType } from '@redis/client';
  2. export * from '@redis/client';
  3. export * from '@redis/bloom';
  4. export * from '@redis/graph';
  5. export * from '@redis/json';
  6. export * from '@redis/search';
  7. export * from '@redis/time-series';
  8. declare const modules: {
  9. graph: {
  10. CONFIG_GET: typeof import("@redis/graph/dist/commands/CONFIG_GET");
  11. configGet: typeof import("@redis/graph/dist/commands/CONFIG_GET");
  12. CONFIG_SET: typeof import("@redis/graph/dist/commands/CONFIG_SET");
  13. configSet: typeof import("@redis/graph/dist/commands/CONFIG_SET");
  14. DELETE: typeof import("@redis/graph/dist/commands/DELETE");
  15. delete: typeof import("@redis/graph/dist/commands/DELETE");
  16. EXPLAIN: typeof import("@redis/graph/dist/commands/EXPLAIN");
  17. explain: typeof import("@redis/graph/dist/commands/EXPLAIN");
  18. LIST: typeof import("@redis/graph/dist/commands/LIST");
  19. list: typeof import("@redis/graph/dist/commands/LIST");
  20. PROFILE: typeof import("@redis/graph/dist/commands/PROFILE");
  21. profile: typeof import("@redis/graph/dist/commands/PROFILE");
  22. QUERY: typeof import("@redis/graph/dist/commands/QUERY");
  23. query: typeof import("@redis/graph/dist/commands/QUERY");
  24. RO_QUERY: typeof import("@redis/graph/dist/commands/RO_QUERY");
  25. roQuery: typeof import("@redis/graph/dist/commands/RO_QUERY");
  26. SLOWLOG: typeof import("@redis/graph/dist/commands/SLOWLOG");
  27. slowLog: typeof import("@redis/graph/dist/commands/SLOWLOG");
  28. };
  29. json: {
  30. ARRAPPEND: typeof import("@redis/json/dist/commands/ARRAPPEND");
  31. arrAppend: typeof import("@redis/json/dist/commands/ARRAPPEND");
  32. ARRINDEX: typeof import("@redis/json/dist/commands/ARRINDEX");
  33. arrIndex: typeof import("@redis/json/dist/commands/ARRINDEX");
  34. ARRINSERT: typeof import("@redis/json/dist/commands/ARRINSERT");
  35. arrInsert: typeof import("@redis/json/dist/commands/ARRINSERT");
  36. ARRLEN: typeof import("@redis/json/dist/commands/ARRLEN");
  37. arrLen: typeof import("@redis/json/dist/commands/ARRLEN");
  38. ARRPOP: typeof import("@redis/json/dist/commands/ARRPOP");
  39. arrPop: typeof import("@redis/json/dist/commands/ARRPOP");
  40. ARRTRIM: typeof import("@redis/json/dist/commands/ARRTRIM");
  41. arrTrim: typeof import("@redis/json/dist/commands/ARRTRIM");
  42. DEBUG_MEMORY: typeof import("@redis/json/dist/commands/DEBUG_MEMORY");
  43. debugMemory: typeof import("@redis/json/dist/commands/DEBUG_MEMORY");
  44. DEL: typeof import("@redis/json/dist/commands/DEL");
  45. del: typeof import("@redis/json/dist/commands/DEL");
  46. FORGET: typeof import("@redis/json/dist/commands/FORGET");
  47. forget: typeof import("@redis/json/dist/commands/FORGET");
  48. GET: typeof import("@redis/json/dist/commands/GET");
  49. get: typeof import("@redis/json/dist/commands/GET");
  50. MERGE: typeof import("@redis/json/dist/commands/MERGE");
  51. merge: typeof import("@redis/json/dist/commands/MERGE");
  52. MGET: typeof import("@redis/json/dist/commands/MGET");
  53. mGet: typeof import("@redis/json/dist/commands/MGET");
  54. MSET: typeof import("@redis/json/dist/commands/MSET");
  55. mSet: typeof import("@redis/json/dist/commands/MSET");
  56. NUMINCRBY: typeof import("@redis/json/dist/commands/NUMINCRBY");
  57. numIncrBy: typeof import("@redis/json/dist/commands/NUMINCRBY");
  58. NUMMULTBY: typeof import("@redis/json/dist/commands/NUMMULTBY");
  59. numMultBy: typeof import("@redis/json/dist/commands/NUMMULTBY");
  60. OBJKEYS: typeof import("@redis/json/dist/commands/OBJKEYS");
  61. objKeys: typeof import("@redis/json/dist/commands/OBJKEYS");
  62. OBJLEN: typeof import("@redis/json/dist/commands/OBJLEN");
  63. objLen: typeof import("@redis/json/dist/commands/OBJLEN");
  64. RESP: typeof import("@redis/json/dist/commands/RESP");
  65. resp: typeof import("@redis/json/dist/commands/RESP");
  66. SET: typeof import("@redis/json/dist/commands/SET");
  67. set: typeof import("@redis/json/dist/commands/SET");
  68. STRAPPEND: typeof import("@redis/json/dist/commands/STRAPPEND");
  69. strAppend: typeof import("@redis/json/dist/commands/STRAPPEND");
  70. STRLEN: typeof import("@redis/json/dist/commands/STRLEN");
  71. strLen: typeof import("@redis/json/dist/commands/STRLEN");
  72. TYPE: typeof import("@redis/json/dist/commands/TYPE");
  73. type: typeof import("@redis/json/dist/commands/TYPE");
  74. };
  75. ft: {
  76. _LIST: typeof import("@redis/search/dist/commands/_LIST");
  77. _list: typeof import("@redis/search/dist/commands/_LIST");
  78. ALTER: typeof import("@redis/search/dist/commands/ALTER");
  79. alter: typeof import("@redis/search/dist/commands/ALTER");
  80. AGGREGATE_WITHCURSOR: typeof import("@redis/search/dist/commands/AGGREGATE_WITHCURSOR");
  81. aggregateWithCursor: typeof import("@redis/search/dist/commands/AGGREGATE_WITHCURSOR");
  82. AGGREGATE: typeof import("@redis/search/dist/commands/AGGREGATE");
  83. aggregate: typeof import("@redis/search/dist/commands/AGGREGATE");
  84. ALIASADD: typeof import("@redis/search/dist/commands/ALIASADD");
  85. aliasAdd: typeof import("@redis/search/dist/commands/ALIASADD");
  86. ALIASDEL: typeof import("@redis/search/dist/commands/ALIASDEL");
  87. aliasDel: typeof import("@redis/search/dist/commands/ALIASDEL");
  88. ALIASUPDATE: typeof import("@redis/search/dist/commands/ALIASUPDATE");
  89. aliasUpdate: typeof import("@redis/search/dist/commands/ALIASUPDATE");
  90. CONFIG_GET: typeof import("@redis/search/dist/commands/CONFIG_GET");
  91. configGet: typeof import("@redis/search/dist/commands/CONFIG_GET");
  92. CONFIG_SET: typeof import("@redis/search/dist/commands/CONFIG_SET");
  93. configSet: typeof import("@redis/search/dist/commands/CONFIG_SET");
  94. CREATE: typeof import("@redis/search/dist/commands/CREATE");
  95. create: typeof import("@redis/search/dist/commands/CREATE");
  96. CURSOR_DEL: typeof import("@redis/search/dist/commands/CURSOR_DEL");
  97. cursorDel: typeof import("@redis/search/dist/commands/CURSOR_DEL");
  98. CURSOR_READ: typeof import("@redis/search/dist/commands/CURSOR_READ");
  99. cursorRead: typeof import("@redis/search/dist/commands/CURSOR_READ");
  100. DICTADD: typeof import("@redis/search/dist/commands/DICTADD");
  101. dictAdd: typeof import("@redis/search/dist/commands/DICTADD");
  102. DICTDEL: typeof import("@redis/search/dist/commands/DICTDEL");
  103. dictDel: typeof import("@redis/search/dist/commands/DICTDEL");
  104. DICTDUMP: typeof import("@redis/search/dist/commands/DICTDUMP");
  105. dictDump: typeof import("@redis/search/dist/commands/DICTDUMP");
  106. DROPINDEX: typeof import("@redis/search/dist/commands/DROPINDEX");
  107. dropIndex: typeof import("@redis/search/dist/commands/DROPINDEX");
  108. EXPLAIN: typeof import("@redis/search/dist/commands/EXPLAIN");
  109. explain: typeof import("@redis/search/dist/commands/EXPLAIN");
  110. EXPLAINCLI: typeof import("@redis/search/dist/commands/EXPLAINCLI");
  111. explainCli: typeof import("@redis/search/dist/commands/EXPLAINCLI");
  112. INFO: typeof import("@redis/search/dist/commands/INFO");
  113. info: typeof import("@redis/search/dist/commands/INFO");
  114. PROFILESEARCH: typeof import("@redis/search/dist/commands/PROFILE_SEARCH");
  115. profileSearch: typeof import("@redis/search/dist/commands/PROFILE_SEARCH");
  116. PROFILEAGGREGATE: typeof import("@redis/search/dist/commands/PROFILE_AGGREGATE");
  117. profileAggregate: typeof import("@redis/search/dist/commands/PROFILE_AGGREGATE");
  118. SEARCH: typeof import("@redis/search/dist/commands/SEARCH");
  119. search: typeof import("@redis/search/dist/commands/SEARCH");
  120. SEARCH_NOCONTENT: typeof import("@redis/search/dist/commands/SEARCH_NOCONTENT");
  121. searchNoContent: typeof import("@redis/search/dist/commands/SEARCH_NOCONTENT");
  122. SPELLCHECK: typeof import("@redis/search/dist/commands/SPELLCHECK");
  123. spellCheck: typeof import("@redis/search/dist/commands/SPELLCHECK");
  124. SUGADD: typeof import("@redis/search/dist/commands/SUGADD");
  125. sugAdd: typeof import("@redis/search/dist/commands/SUGADD");
  126. SUGDEL: typeof import("@redis/search/dist/commands/SUGDEL");
  127. sugDel: typeof import("@redis/search/dist/commands/SUGDEL");
  128. SUGGET_WITHPAYLOADS: typeof import("@redis/search/dist/commands/SUGGET_WITHPAYLOADS");
  129. sugGetWithPayloads: typeof import("@redis/search/dist/commands/SUGGET_WITHPAYLOADS");
  130. SUGGET_WITHSCORES_WITHPAYLOADS: typeof import("@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS");
  131. sugGetWithScoresWithPayloads: typeof import("@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS");
  132. SUGGET_WITHSCORES: typeof import("@redis/search/dist/commands/SUGGET_WITHSCORES");
  133. sugGetWithScores: typeof import("@redis/search/dist/commands/SUGGET_WITHSCORES");
  134. SUGGET: typeof import("@redis/search/dist/commands/SUGGET");
  135. sugGet: typeof import("@redis/search/dist/commands/SUGGET");
  136. SUGLEN: typeof import("@redis/search/dist/commands/SUGLEN");
  137. sugLen: typeof import("@redis/search/dist/commands/SUGLEN");
  138. SYNDUMP: typeof import("@redis/search/dist/commands/SYNDUMP");
  139. synDump: typeof import("@redis/search/dist/commands/SYNDUMP");
  140. SYNUPDATE: typeof import("@redis/search/dist/commands/SYNUPDATE");
  141. synUpdate: typeof import("@redis/search/dist/commands/SYNUPDATE");
  142. TAGVALS: typeof import("@redis/search/dist/commands/TAGVALS");
  143. tagVals: typeof import("@redis/search/dist/commands/TAGVALS");
  144. };
  145. ts: {
  146. ADD: typeof import("@redis/time-series/dist/commands/ADD");
  147. add: typeof import("@redis/time-series/dist/commands/ADD");
  148. ALTER: typeof import("@redis/time-series/dist/commands/ALTER");
  149. alter: typeof import("@redis/time-series/dist/commands/ALTER");
  150. CREATE: typeof import("@redis/time-series/dist/commands/CREATE");
  151. create: typeof import("@redis/time-series/dist/commands/CREATE");
  152. CREATERULE: typeof import("@redis/time-series/dist/commands/CREATERULE");
  153. createRule: typeof import("@redis/time-series/dist/commands/CREATERULE");
  154. DECRBY: typeof import("@redis/time-series/dist/commands/DECRBY");
  155. decrBy: typeof import("@redis/time-series/dist/commands/DECRBY");
  156. DEL: typeof import("@redis/time-series/dist/commands/DEL");
  157. del: typeof import("@redis/time-series/dist/commands/DEL");
  158. DELETERULE: typeof import("@redis/time-series/dist/commands/DELETERULE");
  159. deleteRule: typeof import("@redis/time-series/dist/commands/DELETERULE");
  160. GET: typeof import("@redis/time-series/dist/commands/GET");
  161. get: typeof import("@redis/time-series/dist/commands/GET");
  162. INCRBY: typeof import("@redis/time-series/dist/commands/INCRBY");
  163. incrBy: typeof import("@redis/time-series/dist/commands/INCRBY");
  164. INFO_DEBUG: typeof import("@redis/time-series/dist/commands/INFO_DEBUG");
  165. infoDebug: typeof import("@redis/time-series/dist/commands/INFO_DEBUG");
  166. INFO: typeof import("@redis/time-series/dist/commands/INFO");
  167. info: typeof import("@redis/time-series/dist/commands/INFO");
  168. MADD: typeof import("@redis/time-series/dist/commands/MADD");
  169. mAdd: typeof import("@redis/time-series/dist/commands/MADD");
  170. MGET: typeof import("@redis/time-series/dist/commands/MGET");
  171. mGet: typeof import("@redis/time-series/dist/commands/MGET");
  172. MGET_WITHLABELS: typeof import("@redis/time-series/dist/commands/MGET_WITHLABELS");
  173. mGetWithLabels: typeof import("@redis/time-series/dist/commands/MGET_WITHLABELS");
  174. QUERYINDEX: typeof import("@redis/time-series/dist/commands/QUERYINDEX");
  175. queryIndex: typeof import("@redis/time-series/dist/commands/QUERYINDEX");
  176. RANGE: typeof import("@redis/time-series/dist/commands/RANGE");
  177. range: typeof import("@redis/time-series/dist/commands/RANGE");
  178. REVRANGE: typeof import("@redis/time-series/dist/commands/REVRANGE");
  179. revRange: typeof import("@redis/time-series/dist/commands/REVRANGE");
  180. MRANGE: typeof import("@redis/time-series/dist/commands/MRANGE");
  181. mRange: typeof import("@redis/time-series/dist/commands/MRANGE");
  182. MRANGE_WITHLABELS: typeof import("@redis/time-series/dist/commands/MRANGE_WITHLABELS");
  183. mRangeWithLabels: typeof import("@redis/time-series/dist/commands/MRANGE_WITHLABELS");
  184. MREVRANGE: typeof import("@redis/time-series/dist/commands/MREVRANGE");
  185. mRevRange: typeof import("@redis/time-series/dist/commands/MREVRANGE");
  186. MREVRANGE_WITHLABELS: typeof import("@redis/time-series/dist/commands/MREVRANGE_WITHLABELS");
  187. mRevRangeWithLabels: typeof import("@redis/time-series/dist/commands/MREVRANGE_WITHLABELS");
  188. };
  189. bf: {
  190. ADD: typeof import("@redis/bloom/dist/commands/bloom/ADD");
  191. add: typeof import("@redis/bloom/dist/commands/bloom/ADD");
  192. CARD: typeof import("@redis/bloom/dist/commands/bloom/CARD");
  193. card: typeof import("@redis/bloom/dist/commands/bloom/CARD");
  194. EXISTS: typeof import("@redis/bloom/dist/commands/bloom/EXISTS");
  195. exists: typeof import("@redis/bloom/dist/commands/bloom/EXISTS");
  196. INFO: typeof import("@redis/bloom/dist/commands/bloom/INFO");
  197. info: typeof import("@redis/bloom/dist/commands/bloom/INFO");
  198. INSERT: typeof import("@redis/bloom/dist/commands/bloom/INSERT");
  199. insert: typeof import("@redis/bloom/dist/commands/bloom/INSERT");
  200. LOADCHUNK: typeof import("@redis/bloom/dist/commands/bloom/LOADCHUNK");
  201. loadChunk: typeof import("@redis/bloom/dist/commands/bloom/LOADCHUNK");
  202. MADD: typeof import("@redis/bloom/dist/commands/bloom/MADD");
  203. mAdd: typeof import("@redis/bloom/dist/commands/bloom/MADD");
  204. MEXISTS: typeof import("@redis/bloom/dist/commands/bloom/MEXISTS");
  205. mExists: typeof import("@redis/bloom/dist/commands/bloom/MEXISTS");
  206. RESERVE: typeof import("@redis/bloom/dist/commands/bloom/RESERVE");
  207. reserve: typeof import("@redis/bloom/dist/commands/bloom/RESERVE");
  208. SCANDUMP: typeof import("@redis/bloom/dist/commands/bloom/SCANDUMP");
  209. scanDump: typeof import("@redis/bloom/dist/commands/bloom/SCANDUMP");
  210. };
  211. cms: {
  212. INCRBY: typeof import("@redis/bloom/dist/commands/count-min-sketch/INCRBY");
  213. incrBy: typeof import("@redis/bloom/dist/commands/count-min-sketch/INCRBY");
  214. INFO: typeof import("@redis/bloom/dist/commands/count-min-sketch/INFO");
  215. info: typeof import("@redis/bloom/dist/commands/count-min-sketch/INFO");
  216. INITBYDIM: typeof import("@redis/bloom/dist/commands/count-min-sketch/INITBYDIM");
  217. initByDim: typeof import("@redis/bloom/dist/commands/count-min-sketch/INITBYDIM");
  218. INITBYPROB: typeof import("@redis/bloom/dist/commands/count-min-sketch/INITBYPROB");
  219. initByProb: typeof import("@redis/bloom/dist/commands/count-min-sketch/INITBYPROB");
  220. MERGE: typeof import("@redis/bloom/dist/commands/count-min-sketch/MERGE");
  221. merge: typeof import("@redis/bloom/dist/commands/count-min-sketch/MERGE");
  222. QUERY: typeof import("@redis/bloom/dist/commands/count-min-sketch/QUERY");
  223. query: typeof import("@redis/bloom/dist/commands/count-min-sketch/QUERY");
  224. };
  225. cf: {
  226. ADD: typeof import("@redis/bloom/dist/commands/cuckoo/ADD");
  227. add: typeof import("@redis/bloom/dist/commands/cuckoo/ADD");
  228. ADDNX: typeof import("@redis/bloom/dist/commands/cuckoo/ADDNX");
  229. addNX: typeof import("@redis/bloom/dist/commands/cuckoo/ADDNX");
  230. COUNT: typeof import("@redis/bloom/dist/commands/cuckoo/COUNT");
  231. count: typeof import("@redis/bloom/dist/commands/cuckoo/COUNT");
  232. DEL: typeof import("@redis/bloom/dist/commands/cuckoo/DEL");
  233. del: typeof import("@redis/bloom/dist/commands/cuckoo/DEL");
  234. EXISTS: typeof import("@redis/bloom/dist/commands/cuckoo/EXISTS");
  235. exists: typeof import("@redis/bloom/dist/commands/cuckoo/EXISTS");
  236. INFO: typeof import("@redis/bloom/dist/commands/cuckoo/INFO");
  237. info: typeof import("@redis/bloom/dist/commands/cuckoo/INFO");
  238. INSERT: typeof import("@redis/bloom/dist/commands/cuckoo/INSERT");
  239. insert: typeof import("@redis/bloom/dist/commands/cuckoo/INSERT");
  240. INSERTNX: typeof import("@redis/bloom/dist/commands/cuckoo/INSERTNX");
  241. insertNX: typeof import("@redis/bloom/dist/commands/cuckoo/INSERTNX");
  242. LOADCHUNK: typeof import("@redis/bloom/dist/commands/cuckoo/LOADCHUNK");
  243. loadChunk: typeof import("@redis/bloom/dist/commands/cuckoo/LOADCHUNK");
  244. RESERVE: typeof import("@redis/bloom/dist/commands/cuckoo/RESERVE");
  245. reserve: typeof import("@redis/bloom/dist/commands/cuckoo/RESERVE");
  246. SCANDUMP: typeof import("@redis/bloom/dist/commands/cuckoo/SCANDUMP");
  247. scanDump: typeof import("@redis/bloom/dist/commands/cuckoo/SCANDUMP");
  248. };
  249. tDigest: {
  250. ADD: typeof import("@redis/bloom/dist/commands/t-digest/ADD");
  251. add: typeof import("@redis/bloom/dist/commands/t-digest/ADD");
  252. BYRANK: typeof import("@redis/bloom/dist/commands/t-digest/BYRANK");
  253. byRank: typeof import("@redis/bloom/dist/commands/t-digest/BYRANK");
  254. BYREVRANK: typeof import("@redis/bloom/dist/commands/t-digest/BYREVRANK");
  255. byRevRank: typeof import("@redis/bloom/dist/commands/t-digest/BYREVRANK");
  256. CDF: typeof import("@redis/bloom/dist/commands/t-digest/CDF");
  257. cdf: typeof import("@redis/bloom/dist/commands/t-digest/CDF");
  258. CREATE: typeof import("@redis/bloom/dist/commands/t-digest/CREATE");
  259. create: typeof import("@redis/bloom/dist/commands/t-digest/CREATE");
  260. INFO: typeof import("@redis/bloom/dist/commands/t-digest/INFO");
  261. info: typeof import("@redis/bloom/dist/commands/t-digest/INFO");
  262. MAX: typeof import("@redis/bloom/dist/commands/t-digest/MAX");
  263. max: typeof import("@redis/bloom/dist/commands/t-digest/MAX");
  264. MERGE: typeof import("@redis/bloom/dist/commands/t-digest/MERGE");
  265. merge: typeof import("@redis/bloom/dist/commands/t-digest/MERGE");
  266. MIN: typeof import("@redis/bloom/dist/commands/t-digest/MIN");
  267. min: typeof import("@redis/bloom/dist/commands/t-digest/MIN");
  268. QUANTILE: typeof import("@redis/bloom/dist/commands/t-digest/QUANTILE");
  269. quantile: typeof import("@redis/bloom/dist/commands/t-digest/QUANTILE");
  270. RANK: typeof import("@redis/bloom/dist/commands/t-digest/RANK");
  271. rank: typeof import("@redis/bloom/dist/commands/t-digest/RANK");
  272. RESET: typeof import("@redis/bloom/dist/commands/t-digest/RESET");
  273. reset: typeof import("@redis/bloom/dist/commands/t-digest/RESET");
  274. REVRANK: typeof import("@redis/bloom/dist/commands/t-digest/REVRANK");
  275. revRank: typeof import("@redis/bloom/dist/commands/t-digest/REVRANK");
  276. TRIMMED_MEAN: typeof import("@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN");
  277. trimmedMean: typeof import("@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN");
  278. };
  279. topK: {
  280. ADD: typeof import("@redis/bloom/dist/commands/top-k/ADD");
  281. add: typeof import("@redis/bloom/dist/commands/top-k/ADD");
  282. COUNT: typeof import("@redis/bloom/dist/commands/top-k/COUNT");
  283. count: typeof import("@redis/bloom/dist/commands/top-k/COUNT");
  284. INCRBY: typeof import("@redis/bloom/dist/commands/top-k/INCRBY");
  285. incrBy: typeof import("@redis/bloom/dist/commands/top-k/INCRBY");
  286. INFO: typeof import("@redis/bloom/dist/commands/top-k/INFO");
  287. info: typeof import("@redis/bloom/dist/commands/top-k/INFO");
  288. LIST_WITHCOUNT: typeof import("@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT");
  289. listWithCount: typeof import("@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT");
  290. LIST: typeof import("@redis/bloom/dist/commands/top-k/LIST");
  291. list: typeof import("@redis/bloom/dist/commands/top-k/LIST");
  292. QUERY: typeof import("@redis/bloom/dist/commands/top-k/QUERY");
  293. query: typeof import("@redis/bloom/dist/commands/top-k/QUERY");
  294. RESERVE: typeof import("@redis/bloom/dist/commands/top-k/RESERVE");
  295. reserve: typeof import("@redis/bloom/dist/commands/top-k/RESERVE");
  296. };
  297. };
  298. export type RedisDefaultModules = typeof modules;
  299. export type RedisClientType<M extends RedisModules = RedisDefaultModules, F extends RedisFunctions = Record<string, never>, S extends RedisScripts = Record<string, never>> = _RedisClientType<M, F, S>;
  300. export declare function createClient<M extends RedisModules, F extends RedisFunctions, S extends RedisScripts>(options?: RedisClientOptions<M, F, S>): _RedisClientType<RedisDefaultModules & M, F, S>;
  301. export type RedisClusterType<M extends RedisModules = RedisDefaultModules, F extends RedisFunctions = Record<string, never>, S extends RedisScripts = Record<string, never>> = _RedisClusterType<M, F, S>;
  302. export declare function createCluster<M extends RedisModules, F extends RedisFunctions, S extends RedisScripts>(options: RedisClusterOptions<M, F, S>): RedisClusterType<RedisDefaultModules & M, F, S>;