UNPKG

redis-time-series-ts

Version:
21 lines (20 loc) 901 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommandKeyword = void 0; var CommandKeyword; (function (CommandKeyword) { CommandKeyword["LABELS"] = "LABELS"; CommandKeyword["RETENTION"] = "RETENTION"; CommandKeyword["AGGREGATION"] = "AGGREGATION"; CommandKeyword["TIMESTAMP"] = "TIMESTAMP"; CommandKeyword["MIN_TIMESTAMP"] = "-"; CommandKeyword["MAX_TIMESTAMP"] = "+"; CommandKeyword["CURRENT_TIMESTAMP"] = "*"; CommandKeyword["COUNT"] = "COUNT"; CommandKeyword["FILTER"] = "FILTER"; CommandKeyword["WITHLABELS"] = "WITHLABELS"; CommandKeyword["UNCOMPRESSED"] = "UNCOMPRESSED"; CommandKeyword["CHUNK_SIZE"] = "CHUNK_SIZE"; CommandKeyword["DUPLICATE_POLICY"] = "DUPLICATE_POLICY"; CommandKeyword["ON_DUPLICATE"] = "ON_DUPLICATE"; })(CommandKeyword = exports.CommandKeyword || (exports.CommandKeyword = {}));