@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.
- package/dist/lib/commands/AGGREGATE.d.ts +102 -0
- package/dist/lib/commands/AGGREGATE.js +167 -0
- package/dist/lib/commands/AGGREGATE_WITHCURSOR.d.ts +13 -0
- package/dist/lib/commands/AGGREGATE_WITHCURSOR.js +17 -0
- package/dist/lib/commands/ALIASADD.d.ts +8 -0
- package/dist/lib/commands/ALIASADD.js +8 -0
- package/dist/lib/commands/ALIASDEL.d.ts +8 -0
- package/dist/lib/commands/ALIASDEL.js +8 -0
- package/dist/lib/commands/ALIASUPDATE.d.ts +8 -0
- package/dist/lib/commands/ALIASUPDATE.js +8 -0
- package/dist/lib/commands/ALTER.d.ts +9 -0
- package/dist/lib/commands/ALTER.js +11 -0
- package/dist/lib/commands/CONFIG_GET.d.ts +8 -0
- package/dist/lib/commands/CONFIG_GET.js +15 -0
- package/dist/lib/commands/CONFIG_SET.d.ts +10 -0
- package/dist/lib/commands/CONFIG_SET.js +8 -0
- package/dist/lib/commands/CREATE.d.ts +124 -0
- package/dist/lib/commands/CREATE.js +189 -0
- package/dist/lib/commands/CURSOR_DEL.d.ts +8 -0
- package/dist/lib/commands/CURSOR_DEL.js +8 -0
- package/dist/lib/commands/CURSOR_READ.d.ts +11 -0
- package/dist/lib/commands/CURSOR_READ.js +13 -0
- package/dist/lib/commands/DICTADD.d.ts +9 -0
- package/dist/lib/commands/DICTADD.js +9 -0
- package/dist/lib/commands/DICTDEL.d.ts +9 -0
- package/dist/lib/commands/DICTDEL.js +9 -0
- package/dist/lib/commands/DICTDUMP.d.ts +11 -0
- package/dist/lib/commands/DICTDUMP.js +11 -0
- package/dist/lib/commands/DROPINDEX.d.ts +14 -0
- package/dist/lib/commands/DROPINDEX.js +15 -0
- package/dist/lib/commands/EXPLAIN.d.ts +0 -0
- package/dist/lib/commands/EXPLAIN.js +24 -0
- package/dist/lib/commands/EXPLAINCLI.d.ts +8 -0
- package/dist/lib/commands/EXPLAINCLI.js +8 -0
- package/dist/lib/commands/INFO.d.ts +0 -0
- package/dist/lib/commands/INFO.js +164 -0
- package/dist/lib/commands/PROFILE_AGGREGATE.d.ts +0 -0
- package/dist/lib/commands/PROFILE_AGGREGATE.js +24 -0
- package/dist/lib/commands/PROFILE_SEARCH.d.ts +0 -0
- package/dist/lib/commands/PROFILE_SEARCH.js +24 -0
- package/dist/lib/commands/SEARCH.d.ts +48 -0
- package/dist/lib/commands/SEARCH.js +92 -0
- package/dist/lib/commands/SEARCH_NOCONTENT.d.ts +7 -0
- package/dist/lib/commands/SEARCH_NOCONTENT.js +11 -0
- package/dist/lib/commands/SPELLCHECK.d.ts +17 -0
- package/dist/lib/commands/SPELLCHECK.js +50 -0
- package/dist/lib/commands/SUGADD.d.ts +12 -0
- package/dist/lib/commands/SUGADD.js +15 -0
- package/dist/lib/commands/SUGDEL.d.ts +8 -0
- package/dist/lib/commands/SUGDEL.js +8 -0
- package/dist/lib/commands/SUGGET.d.ts +12 -0
- package/dist/lib/commands/SUGGET.js +15 -0
- package/dist/lib/commands/SUGGET_WITHPAYLOADS.d.ts +11 -0
- package/dist/lib/commands/SUGGET_WITHPAYLOADS.js +24 -0
- package/dist/lib/commands/SUGGET_WITHSCORES.d.ts +17 -0
- package/dist/lib/commands/SUGGET_WITHSCORES.js +39 -0
- package/dist/lib/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts +19 -0
- package/dist/lib/commands/SUGGET_WITHSCORES_WITHPAYLOADS.js +41 -0
- package/dist/lib/commands/SUGLEN.d.ts +8 -0
- package/dist/lib/commands/SUGLEN.js +8 -0
- package/dist/lib/commands/SYNDUMP.d.ts +11 -0
- package/dist/lib/commands/SYNDUMP.js +19 -0
- package/dist/lib/commands/SYNUPDATE.d.ts +12 -0
- package/dist/lib/commands/SYNUPDATE.js +13 -0
- package/dist/lib/commands/TAGVALS.d.ts +11 -0
- package/dist/lib/commands/TAGVALS.js +11 -0
- package/dist/lib/commands/_LIST.d.ts +11 -0
- package/dist/lib/commands/_LIST.js +11 -0
- package/dist/lib/commands/index.d.ts +428 -0
- package/dist/lib/commands/index.js +104 -0
- package/dist/lib/index.d.ts +2 -0
- package/dist/lib/index.js +5 -0
- package/package.json +8 -17
- package/dist/commands/AGGREGATE.d.ts +0 -117
- package/dist/commands/AGGREGATE.js +0 -167
- package/dist/commands/AGGREGATE_WITHCURSOR.d.ts +0 -14
- package/dist/commands/AGGREGATE_WITHCURSOR.js +0 -23
- package/dist/commands/ALIASADD.d.ts +0 -2
- package/dist/commands/ALIASADD.js +0 -7
- package/dist/commands/ALIASDEL.d.ts +0 -2
- package/dist/commands/ALIASDEL.js +0 -7
- package/dist/commands/ALIASUPDATE.d.ts +0 -2
- package/dist/commands/ALIASUPDATE.js +0 -7
- package/dist/commands/ALTER.d.ts +0 -3
- package/dist/commands/ALTER.js +0 -10
- package/dist/commands/CONFIG_GET.d.ts +0 -6
- package/dist/commands/CONFIG_GET.js +0 -15
- package/dist/commands/CONFIG_SET.d.ts +0 -2
- package/dist/commands/CONFIG_SET.js +0 -7
- package/dist/commands/CREATE.d.ts +0 -21
- package/dist/commands/CREATE.js +0 -56
- package/dist/commands/CURSOR_DEL.d.ts +0 -4
- package/dist/commands/CURSOR_DEL.js +0 -13
- package/dist/commands/CURSOR_READ.d.ts +0 -8
- package/dist/commands/CURSOR_READ.js +0 -20
- package/dist/commands/DICTADD.d.ts +0 -3
- package/dist/commands/DICTADD.js +0 -8
- package/dist/commands/DICTDEL.d.ts +0 -3
- package/dist/commands/DICTDEL.js +0 -8
- package/dist/commands/DICTDUMP.d.ts +0 -2
- package/dist/commands/DICTDUMP.js +0 -7
- package/dist/commands/DROPINDEX.d.ts +0 -6
- package/dist/commands/DROPINDEX.js +0 -11
- package/dist/commands/EXPLAIN.d.ts +0 -9
- package/dist/commands/EXPLAIN.js +0 -14
- package/dist/commands/EXPLAINCLI.d.ts +0 -3
- package/dist/commands/EXPLAINCLI.js +0 -8
- package/dist/commands/INFO.d.ts +0 -120
- package/dist/commands/INFO.js +0 -51
- package/dist/commands/PROFILE_AGGREGATE.d.ts +0 -7
- package/dist/commands/PROFILE_AGGREGATE.js +0 -23
- package/dist/commands/PROFILE_SEARCH.d.ts +0 -8
- package/dist/commands/PROFILE_SEARCH.js +0 -22
- package/dist/commands/SEARCH.d.ts +0 -41
- package/dist/commands/SEARCH.js +0 -43
- package/dist/commands/SEARCH_NOCONTENT.d.ts +0 -10
- package/dist/commands/SEARCH_NOCONTENT.js +0 -18
- package/dist/commands/SPELLCHECK.d.ts +0 -24
- package/dist/commands/SPELLCHECK.js +0 -37
- package/dist/commands/SUGADD.d.ts +0 -7
- package/dist/commands/SUGADD.js +0 -14
- package/dist/commands/SUGDEL.d.ts +0 -2
- package/dist/commands/SUGDEL.js +0 -9
- package/dist/commands/SUGGET.d.ts +0 -7
- package/dist/commands/SUGGET.js +0 -15
- package/dist/commands/SUGGET_WITHPAYLOADS.d.ts +0 -8
- package/dist/commands/SUGGET_WITHPAYLOADS.js +0 -26
- package/dist/commands/SUGGET_WITHSCORES.d.ts +0 -8
- package/dist/commands/SUGGET_WITHSCORES.js +0 -26
- package/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts +0 -7
- package/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.js +0 -28
- package/dist/commands/SUGLEN.d.ts +0 -3
- package/dist/commands/SUGLEN.js +0 -8
- package/dist/commands/SYNDUMP.d.ts +0 -2
- package/dist/commands/SYNDUMP.js +0 -7
- package/dist/commands/SYNUPDATE.d.ts +0 -7
- package/dist/commands/SYNUPDATE.js +0 -12
- package/dist/commands/TAGVALS.d.ts +0 -2
- package/dist/commands/TAGVALS.js +0 -7
- package/dist/commands/_LIST.d.ts +0 -2
- package/dist/commands/_LIST.js +0 -7
- package/dist/commands/index.d.ts +0 -254
- package/dist/commands/index.js +0 -433
- package/dist/index.d.ts +0 -4
- 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; } });
|