@redis/search 1.1.5 → 2.0.0-next.1

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 (145) hide show
  1. package/dist/lib/commands/AGGREGATE.d.ts +102 -0
  2. package/dist/lib/commands/AGGREGATE.js +167 -0
  3. package/dist/lib/commands/AGGREGATE_WITHCURSOR.d.ts +13 -0
  4. package/dist/lib/commands/AGGREGATE_WITHCURSOR.js +17 -0
  5. package/dist/lib/commands/ALIASADD.d.ts +8 -0
  6. package/dist/lib/commands/ALIASADD.js +8 -0
  7. package/dist/lib/commands/ALIASDEL.d.ts +8 -0
  8. package/dist/lib/commands/ALIASDEL.js +8 -0
  9. package/dist/lib/commands/ALIASUPDATE.d.ts +8 -0
  10. package/dist/lib/commands/ALIASUPDATE.js +8 -0
  11. package/dist/lib/commands/ALTER.d.ts +9 -0
  12. package/dist/lib/commands/ALTER.js +11 -0
  13. package/dist/lib/commands/CONFIG_GET.d.ts +8 -0
  14. package/dist/lib/commands/CONFIG_GET.js +15 -0
  15. package/dist/lib/commands/CONFIG_SET.d.ts +10 -0
  16. package/dist/lib/commands/CONFIG_SET.js +8 -0
  17. package/dist/lib/commands/CREATE.d.ts +124 -0
  18. package/dist/lib/commands/CREATE.js +189 -0
  19. package/dist/lib/commands/CURSOR_DEL.d.ts +8 -0
  20. package/dist/lib/commands/CURSOR_DEL.js +8 -0
  21. package/dist/lib/commands/CURSOR_READ.d.ts +11 -0
  22. package/dist/lib/commands/CURSOR_READ.js +13 -0
  23. package/dist/lib/commands/DICTADD.d.ts +9 -0
  24. package/dist/lib/commands/DICTADD.js +9 -0
  25. package/dist/lib/commands/DICTDEL.d.ts +9 -0
  26. package/dist/lib/commands/DICTDEL.js +9 -0
  27. package/dist/lib/commands/DICTDUMP.d.ts +11 -0
  28. package/dist/lib/commands/DICTDUMP.js +11 -0
  29. package/dist/lib/commands/DROPINDEX.d.ts +14 -0
  30. package/dist/lib/commands/DROPINDEX.js +15 -0
  31. package/dist/lib/commands/EXPLAIN.d.ts +0 -0
  32. package/dist/lib/commands/EXPLAIN.js +24 -0
  33. package/dist/lib/commands/EXPLAINCLI.d.ts +8 -0
  34. package/dist/lib/commands/EXPLAINCLI.js +8 -0
  35. package/dist/lib/commands/INFO.d.ts +0 -0
  36. package/dist/lib/commands/INFO.js +164 -0
  37. package/dist/lib/commands/PROFILE_AGGREGATE.d.ts +0 -0
  38. package/dist/lib/commands/PROFILE_AGGREGATE.js +24 -0
  39. package/dist/lib/commands/PROFILE_SEARCH.d.ts +0 -0
  40. package/dist/lib/commands/PROFILE_SEARCH.js +24 -0
  41. package/dist/lib/commands/SEARCH.d.ts +48 -0
  42. package/dist/lib/commands/SEARCH.js +92 -0
  43. package/dist/lib/commands/SEARCH_NOCONTENT.d.ts +7 -0
  44. package/dist/lib/commands/SEARCH_NOCONTENT.js +11 -0
  45. package/dist/lib/commands/SPELLCHECK.d.ts +17 -0
  46. package/dist/lib/commands/SPELLCHECK.js +50 -0
  47. package/dist/lib/commands/SUGADD.d.ts +12 -0
  48. package/dist/lib/commands/SUGADD.js +15 -0
  49. package/dist/lib/commands/SUGDEL.d.ts +8 -0
  50. package/dist/lib/commands/SUGDEL.js +8 -0
  51. package/dist/lib/commands/SUGGET.d.ts +12 -0
  52. package/dist/lib/commands/SUGGET.js +15 -0
  53. package/dist/lib/commands/SUGGET_WITHPAYLOADS.d.ts +11 -0
  54. package/dist/lib/commands/SUGGET_WITHPAYLOADS.js +24 -0
  55. package/dist/lib/commands/SUGGET_WITHSCORES.d.ts +17 -0
  56. package/dist/lib/commands/SUGGET_WITHSCORES.js +39 -0
  57. package/dist/lib/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts +19 -0
  58. package/dist/lib/commands/SUGGET_WITHSCORES_WITHPAYLOADS.js +41 -0
  59. package/dist/lib/commands/SUGLEN.d.ts +8 -0
  60. package/dist/lib/commands/SUGLEN.js +8 -0
  61. package/dist/lib/commands/SYNDUMP.d.ts +11 -0
  62. package/dist/lib/commands/SYNDUMP.js +19 -0
  63. package/dist/lib/commands/SYNUPDATE.d.ts +12 -0
  64. package/dist/lib/commands/SYNUPDATE.js +13 -0
  65. package/dist/lib/commands/TAGVALS.d.ts +11 -0
  66. package/dist/lib/commands/TAGVALS.js +11 -0
  67. package/dist/lib/commands/_LIST.d.ts +11 -0
  68. package/dist/lib/commands/_LIST.js +11 -0
  69. package/dist/lib/commands/index.d.ts +428 -0
  70. package/dist/lib/commands/index.js +104 -0
  71. package/dist/lib/index.d.ts +2 -0
  72. package/dist/lib/index.js +5 -0
  73. package/package.json +8 -17
  74. package/dist/commands/AGGREGATE.d.ts +0 -117
  75. package/dist/commands/AGGREGATE.js +0 -167
  76. package/dist/commands/AGGREGATE_WITHCURSOR.d.ts +0 -14
  77. package/dist/commands/AGGREGATE_WITHCURSOR.js +0 -23
  78. package/dist/commands/ALIASADD.d.ts +0 -2
  79. package/dist/commands/ALIASADD.js +0 -7
  80. package/dist/commands/ALIASDEL.d.ts +0 -2
  81. package/dist/commands/ALIASDEL.js +0 -7
  82. package/dist/commands/ALIASUPDATE.d.ts +0 -2
  83. package/dist/commands/ALIASUPDATE.js +0 -7
  84. package/dist/commands/ALTER.d.ts +0 -3
  85. package/dist/commands/ALTER.js +0 -10
  86. package/dist/commands/CONFIG_GET.d.ts +0 -6
  87. package/dist/commands/CONFIG_GET.js +0 -15
  88. package/dist/commands/CONFIG_SET.d.ts +0 -2
  89. package/dist/commands/CONFIG_SET.js +0 -7
  90. package/dist/commands/CREATE.d.ts +0 -21
  91. package/dist/commands/CREATE.js +0 -56
  92. package/dist/commands/CURSOR_DEL.d.ts +0 -4
  93. package/dist/commands/CURSOR_DEL.js +0 -13
  94. package/dist/commands/CURSOR_READ.d.ts +0 -8
  95. package/dist/commands/CURSOR_READ.js +0 -20
  96. package/dist/commands/DICTADD.d.ts +0 -3
  97. package/dist/commands/DICTADD.js +0 -8
  98. package/dist/commands/DICTDEL.d.ts +0 -3
  99. package/dist/commands/DICTDEL.js +0 -8
  100. package/dist/commands/DICTDUMP.d.ts +0 -2
  101. package/dist/commands/DICTDUMP.js +0 -7
  102. package/dist/commands/DROPINDEX.d.ts +0 -6
  103. package/dist/commands/DROPINDEX.js +0 -11
  104. package/dist/commands/EXPLAIN.d.ts +0 -9
  105. package/dist/commands/EXPLAIN.js +0 -14
  106. package/dist/commands/EXPLAINCLI.d.ts +0 -3
  107. package/dist/commands/EXPLAINCLI.js +0 -8
  108. package/dist/commands/INFO.d.ts +0 -120
  109. package/dist/commands/INFO.js +0 -51
  110. package/dist/commands/PROFILE_AGGREGATE.d.ts +0 -7
  111. package/dist/commands/PROFILE_AGGREGATE.js +0 -23
  112. package/dist/commands/PROFILE_SEARCH.d.ts +0 -8
  113. package/dist/commands/PROFILE_SEARCH.js +0 -22
  114. package/dist/commands/SEARCH.d.ts +0 -41
  115. package/dist/commands/SEARCH.js +0 -43
  116. package/dist/commands/SEARCH_NOCONTENT.d.ts +0 -10
  117. package/dist/commands/SEARCH_NOCONTENT.js +0 -18
  118. package/dist/commands/SPELLCHECK.d.ts +0 -24
  119. package/dist/commands/SPELLCHECK.js +0 -37
  120. package/dist/commands/SUGADD.d.ts +0 -7
  121. package/dist/commands/SUGADD.js +0 -14
  122. package/dist/commands/SUGDEL.d.ts +0 -2
  123. package/dist/commands/SUGDEL.js +0 -9
  124. package/dist/commands/SUGGET.d.ts +0 -7
  125. package/dist/commands/SUGGET.js +0 -15
  126. package/dist/commands/SUGGET_WITHPAYLOADS.d.ts +0 -8
  127. package/dist/commands/SUGGET_WITHPAYLOADS.js +0 -26
  128. package/dist/commands/SUGGET_WITHSCORES.d.ts +0 -8
  129. package/dist/commands/SUGGET_WITHSCORES.js +0 -26
  130. package/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts +0 -7
  131. package/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.js +0 -28
  132. package/dist/commands/SUGLEN.d.ts +0 -3
  133. package/dist/commands/SUGLEN.js +0 -8
  134. package/dist/commands/SYNDUMP.d.ts +0 -2
  135. package/dist/commands/SYNDUMP.js +0 -7
  136. package/dist/commands/SYNUPDATE.d.ts +0 -7
  137. package/dist/commands/SYNUPDATE.js +0 -12
  138. package/dist/commands/TAGVALS.d.ts +0 -2
  139. package/dist/commands/TAGVALS.js +0 -7
  140. package/dist/commands/_LIST.d.ts +0 -2
  141. package/dist/commands/_LIST.js +0 -7
  142. package/dist/commands/index.d.ts +0 -254
  143. package/dist/commands/index.js +0 -433
  144. package/dist/index.d.ts +0 -4
  145. package/dist/index.js +0 -12
package/dist/index.js DELETED
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AggregateGroupByReducers = exports.AggregateSteps = exports.VectorAlgorithms = exports.SchemaTextFieldPhonetics = exports.SchemaFieldTypes = exports.default = void 0;
4
- var commands_1 = require("./commands");
5
- Object.defineProperty(exports, "default", { enumerable: true, get: function () { return commands_1.default; } });
6
- var commands_2 = require("./commands");
7
- Object.defineProperty(exports, "SchemaFieldTypes", { enumerable: true, get: function () { return commands_2.SchemaFieldTypes; } });
8
- Object.defineProperty(exports, "SchemaTextFieldPhonetics", { enumerable: true, get: function () { return commands_2.SchemaTextFieldPhonetics; } });
9
- Object.defineProperty(exports, "VectorAlgorithms", { enumerable: true, get: function () { return commands_2.VectorAlgorithms; } });
10
- var AGGREGATE_1 = require("./commands/AGGREGATE");
11
- Object.defineProperty(exports, "AggregateSteps", { enumerable: true, get: function () { return AGGREGATE_1.AggregateSteps; } });
12
- Object.defineProperty(exports, "AggregateGroupByReducers", { enumerable: true, get: function () { return AGGREGATE_1.AggregateGroupByReducers; } });