orcaq 1.0.20
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/.output/nitro.json +15 -0
- package/.output/public/_nuxt/8qASMGdV.js +1 -0
- package/.output/public/_nuxt/9lJACZIQ.js +19 -0
- package/.output/public/_nuxt/B2DnNiWd.js +1 -0
- package/.output/public/_nuxt/B6E6ObS_.js +8 -0
- package/.output/public/_nuxt/BH83_dXo.js +39 -0
- package/.output/public/_nuxt/BIKqrFbQ.js +1 -0
- package/.output/public/_nuxt/BNjPC06x.js +1 -0
- package/.output/public/_nuxt/BPQ-Pz1w.js +39 -0
- package/.output/public/_nuxt/BRpgKkVT.js +51 -0
- package/.output/public/_nuxt/BTCLPbPY.js +4 -0
- package/.output/public/_nuxt/BUV-RarV.js +1 -0
- package/.output/public/_nuxt/Bh6RgYlO.js +1 -0
- package/.output/public/_nuxt/Bq3cyzOD.js +1 -0
- package/.output/public/_nuxt/Bt9sU68B.js +9 -0
- package/.output/public/_nuxt/BwpH2ZxJ.js +1 -0
- package/.output/public/_nuxt/C25Tmn1m.js +1 -0
- package/.output/public/_nuxt/C2HlI1ss.js +1 -0
- package/.output/public/_nuxt/CU3ZV9iV.js +1 -0
- package/.output/public/_nuxt/CbcyysXi.js +1 -0
- package/.output/public/_nuxt/CepyvMhE.js +1 -0
- package/.output/public/_nuxt/CrgoNCm2.js +2 -0
- package/.output/public/_nuxt/CuBKbBH_.js +1 -0
- package/.output/public/_nuxt/CulD8qYQ.js +193 -0
- package/.output/public/_nuxt/CustomEdge.BNBpjEHb.css +1 -0
- package/.output/public/_nuxt/CylkLpwm.js +1 -0
- package/.output/public/_nuxt/D-bWLYHw.js +1 -0
- package/.output/public/_nuxt/D-zecHND.js +1 -0
- package/.output/public/_nuxt/D8vj6kFe.js +160 -0
- package/.output/public/_nuxt/DIETYtCL.js +1 -0
- package/.output/public/_nuxt/DJ4vUzxS.js +1 -0
- package/.output/public/_nuxt/DK-itzXx.js +8 -0
- package/.output/public/_nuxt/DL3T5jYo.js +3867 -0
- package/.output/public/_nuxt/DUsuhY9i.js +1 -0
- package/.output/public/_nuxt/DXV2HFBA.js +224 -0
- package/.output/public/_nuxt/Dh2zppOR.js +1 -0
- package/.output/public/_nuxt/DlAUqK2U.js +1 -0
- package/.output/public/_nuxt/DlmSeCnw.js +5 -0
- package/.output/public/_nuxt/DswTpYG4.js +1 -0
- package/.output/public/_nuxt/DynamicTable.DJeANwbG.css +1 -0
- package/.output/public/_nuxt/G830WtVn.js +1 -0
- package/.output/public/_nuxt/ICwM1E4-.js +15 -0
- package/.output/public/_nuxt/QZbJy9YW.js +31 -0
- package/.output/public/_nuxt/QuickQueryTable.DS_ON57S.css +1 -0
- package/.output/public/_nuxt/UXhX8z2W.js +1 -0
- package/.output/public/_nuxt/WrapperErdDiagram.DwhUd9Wr.css +1 -0
- package/.output/public/_nuxt/_fileId_.DmPfwyyD.css +1 -0
- package/.output/public/_nuxt/_tabViewId_.9Axt3zoi.css +1 -0
- package/.output/public/_nuxt/builds/latest.json +1 -0
- package/.output/public/_nuxt/builds/meta/6364d5cf-4642-479f-ba12-6440c56702af.json +1 -0
- package/.output/public/_nuxt/default.DixIpIal.css +1 -0
- package/.output/public/_nuxt/entry.GqPNPe1e.css +1 -0
- package/.output/public/_nuxt/index.CrXmf4gr.css +1 -0
- package/.output/public/_nuxt/ivUnXl9B.js +1 -0
- package/.output/public/_nuxt/pAheHeBV.js +36 -0
- package/.output/public/_nuxt/s5fCn4j5.js +1 -0
- package/.output/public/favicon.ico +0 -0
- package/.output/public/logo.png +0 -0
- package/.output/public/manifest.json +25 -0
- package/.output/public/robots.txt +1 -0
- package/.output/public/vite.svg +1 -0
- package/.output/server/chunks/_/error-500.mjs +8 -0
- package/.output/server/chunks/_/error-500.mjs.map +1 -0
- package/.output/server/chunks/build/client.manifest.mjs +773 -0
- package/.output/server/chunks/build/client.manifest.mjs.map +1 -0
- package/.output/server/chunks/nitro/nitro.mjs +6432 -0
- package/.output/server/chunks/nitro/nitro.mjs.map +1 -0
- package/.output/server/chunks/routes/api/ai/chat.mjs +77 -0
- package/.output/server/chunks/routes/api/ai/chat.mjs.map +1 -0
- package/.output/server/chunks/routes/api/execute-bulk-delete.mjs +100 -0
- package/.output/server/chunks/routes/api/execute-bulk-delete.mjs.map +1 -0
- package/.output/server/chunks/routes/api/execute-bulk-update.mjs +105 -0
- package/.output/server/chunks/routes/api/execute-bulk-update.mjs.map +1 -0
- package/.output/server/chunks/routes/api/execute.mjs +47 -0
- package/.output/server/chunks/routes/api/execute.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-one-function.mjs +28 -0
- package/.output/server/chunks/routes/api/get-one-function.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-one-table.mjs +180 -0
- package/.output/server/chunks/routes/api/get-one-table.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-over-view-function.mjs +41 -0
- package/.output/server/chunks/routes/api/get-over-view-function.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-over-view-tables.mjs +53 -0
- package/.output/server/chunks/routes/api/get-over-view-tables.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-reverse-table-schemas.mjs +112 -0
- package/.output/server/chunks/routes/api/get-reverse-table-schemas.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-schema-meta-data.mjs +152 -0
- package/.output/server/chunks/routes/api/get-schema-meta-data.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-table-size.mjs +49 -0
- package/.output/server/chunks/routes/api/get-table-size.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-table-structure.mjs +111 -0
- package/.output/server/chunks/routes/api/get-table-structure.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-tables.mjs +287 -0
- package/.output/server/chunks/routes/api/get-tables.mjs.map +1 -0
- package/.output/server/chunks/routes/api/getMetricMonitor.mjs +46 -0
- package/.output/server/chunks/routes/api/getMetricMonitor.mjs.map +1 -0
- package/.output/server/chunks/routes/api/managment-connection/health-check.mjs +28 -0
- package/.output/server/chunks/routes/api/managment-connection/health-check.mjs.map +1 -0
- package/.output/server/chunks/routes/api/raw-execute.mjs +48 -0
- package/.output/server/chunks/routes/api/raw-execute.mjs.map +1 -0
- package/.output/server/chunks/routes/renderer.mjs +316 -0
- package/.output/server/chunks/routes/renderer.mjs.map +1 -0
- package/.output/server/chunks/virtual/_virtual_spa-template.mjs +4 -0
- package/.output/server/chunks/virtual/_virtual_spa-template.mjs.map +1 -0
- package/.output/server/index.mjs +14 -0
- package/.output/server/index.mjs.map +1 -0
- package/.output/server/node_modules/@ai-sdk/anthropic/dist/index.mjs +4374 -0
- package/.output/server/node_modules/@ai-sdk/anthropic/package.json +74 -0
- package/.output/server/node_modules/@ai-sdk/gateway/dist/index.mjs +1082 -0
- package/.output/server/node_modules/@ai-sdk/gateway/package.json +69 -0
- package/.output/server/node_modules/@ai-sdk/google/dist/index.mjs +2007 -0
- package/.output/server/node_modules/@ai-sdk/google/package.json +74 -0
- package/.output/server/node_modules/@ai-sdk/openai/dist/index.mjs +5956 -0
- package/.output/server/node_modules/@ai-sdk/openai/package.json +74 -0
- package/.output/server/node_modules/@ai-sdk/openai-compatible/dist/index.mjs +1551 -0
- package/.output/server/node_modules/@ai-sdk/openai-compatible/package.json +74 -0
- package/.output/server/node_modules/@ai-sdk/provider/dist/index.mjs +377 -0
- package/.output/server/node_modules/@ai-sdk/provider/package.json +57 -0
- package/.output/server/node_modules/@ai-sdk/provider-utils/dist/index.mjs +2549 -0
- package/.output/server/node_modules/@ai-sdk/provider-utils/package.json +75 -0
- package/.output/server/node_modules/@ai-sdk/xai/dist/index.mjs +2214 -0
- package/.output/server/node_modules/@ai-sdk/xai/package.json +68 -0
- package/.output/server/node_modules/@babel/parser/lib/index.js +14246 -0
- package/.output/server/node_modules/@babel/parser/package.json +50 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/index.mjs +350 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/keywords.mjs +188 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/common.mjs +90 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/format.mjs +38 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icon.mjs +76 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icons.mjs +168 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/bool.mjs +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/defaults.mjs +14 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/flip.mjs +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/merge.mjs +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/rotate.mjs +33 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/cleanup.mjs +51 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/convert.mjs +84 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/data.mjs +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/format.mjs +44 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/parse.mjs +58 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/base.mjs +231 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/create.mjs +31 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/numbers.mjs +164 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/similar.mjs +216 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/tree.mjs +113 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/find.mjs +104 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/replace.mjs +34 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/components.mjs +75 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/missing.mjs +97 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/name.mjs +54 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/parse.mjs +97 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/similar.mjs +45 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/tree.mjs +105 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/variations.mjs +54 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/defaults.mjs +24 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/merge.mjs +20 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/name.mjs +53 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/square.mjs +23 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/transformations.mjs +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/convert-info.mjs +182 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/expand.mjs +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +28 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icons.mjs +46 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/minify.mjs +66 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/parse.mjs +51 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/tree.mjs +23 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate-basic.mjs +62 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate.mjs +161 -0
- package/.output/server/node_modules/@iconify/utils/lib/index.mjs +64 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/custom.mjs +50 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/loader.mjs +59 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/modern.mjs +80 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/utils.mjs +92 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/objects.mjs +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/strings.mjs +17 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/title.mjs +5 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/build.mjs +119 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/defs.mjs +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.mjs +20 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/html.mjs +9 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/id.mjs +28 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/inner-html.mjs +19 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/parse.mjs +83 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/pretty.mjs +70 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/size.mjs +40 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/trim.mjs +5 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/url.mjs +11 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/viewbox.mjs +8 -0
- package/.output/server/node_modules/@iconify/utils/package.json +447 -0
- package/.output/server/node_modules/@ioredis/commands/built/commands.json +2447 -0
- package/.output/server/node_modules/@ioredis/commands/built/index.js +208 -0
- package/.output/server/node_modules/@ioredis/commands/package.json +52 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/api/context.js +81 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/api/diag.js +93 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/api/metrics.js +61 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/api/propagation.js +89 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/api/trace.js +79 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js +63 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js +55 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js +23 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/baggage/utils.js +51 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js +38 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/context/context.js +55 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/context-api.js +24 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js +59 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js +57 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js +45 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/diag/types.js +44 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/diag-api.js +29 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/index.js +81 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/internal/global-utils.js +64 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/internal/semver.js +122 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/metrics/Metric.js +25 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js +127 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js +31 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/metrics-api.js +24 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/platform/index.js +29 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js +22 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/platform/node/index.js +29 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js +34 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js +41 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/propagation-api.js +24 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js +69 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js +75 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js +32 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js +55 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js +54 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js +42 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/context-utils.js +82 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js +103 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js +46 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/internal/utils.js +24 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js +27 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/span_kind.js +46 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js +49 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/status.js +23 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/trace_flags.js +26 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace-api.js +24 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/version.js +21 -0
- package/.output/server/node_modules/@opentelemetry/api/package.json +113 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/Formatter.js +234 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/Indentation.js +42 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/InlineBlock.js +60 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/Params.js +21 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/Tokenizer.js +272 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/escapeRegExp.js +10 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/last.js +7 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/types.js +22 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/languages/Db2Formatter.js +585 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/languages/N1qlFormatter.js +257 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/languages/PlSqlFormatter.js +459 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/languages/StandardSqlFormatter.js +369 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/languages/utils/abstract.js +23 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/sqlFormatter.js +34 -0
- package/.output/server/node_modules/@sqltools/formatter/package.json +59 -0
- package/.output/server/node_modules/@standard-schema/spec/dist/index.js +0 -0
- package/.output/server/node_modules/@standard-schema/spec/package.json +52 -0
- package/.output/server/node_modules/@vercel/oidc/dist/auth-config.js +84 -0
- package/.output/server/node_modules/@vercel/oidc/dist/get-context.js +34 -0
- package/.output/server/node_modules/@vercel/oidc/dist/get-vercel-oidc-token.js +80 -0
- package/.output/server/node_modules/@vercel/oidc/dist/index.js +33 -0
- package/.output/server/node_modules/@vercel/oidc/dist/oauth.js +88 -0
- package/.output/server/node_modules/@vercel/oidc/dist/token-error.js +40 -0
- package/.output/server/node_modules/@vercel/oidc/dist/token-io.js +78 -0
- package/.output/server/node_modules/@vercel/oidc/dist/token-util.js +198 -0
- package/.output/server/node_modules/@vercel/oidc/dist/token.js +53 -0
- package/.output/server/node_modules/@vercel/oidc/package.json +52 -0
- package/.output/server/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6690 -0
- package/.output/server/node_modules/@vue/compiler-core/package.json +58 -0
- package/.output/server/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +686 -0
- package/.output/server/node_modules/@vue/compiler-dom/package.json +57 -0
- package/.output/server/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +1404 -0
- package/.output/server/node_modules/@vue/compiler-ssr/package.json +34 -0
- package/.output/server/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +1789 -0
- package/.output/server/node_modules/@vue/reactivity/package.json +55 -0
- package/.output/server/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +6654 -0
- package/.output/server/node_modules/@vue/runtime-core/package.json +52 -0
- package/.output/server/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +1669 -0
- package/.output/server/node_modules/@vue/runtime-dom/package.json +60 -0
- package/.output/server/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +857 -0
- package/.output/server/node_modules/@vue/server-renderer/package.json +55 -0
- package/.output/server/node_modules/@vue/shared/dist/shared.cjs.prod.js +594 -0
- package/.output/server/node_modules/@vue/shared/package.json +47 -0
- package/.output/server/node_modules/ai/dist/index.mjs +12363 -0
- package/.output/server/node_modules/ai/package.json +106 -0
- package/.output/server/node_modules/ansis/index.js +1 -0
- package/.output/server/node_modules/ansis/package.json +28 -0
- package/.output/server/node_modules/app-root-path/index.js +4 -0
- package/.output/server/node_modules/app-root-path/lib/app-root-path.js +30 -0
- package/.output/server/node_modules/app-root-path/lib/resolve.js +128 -0
- package/.output/server/node_modules/app-root-path/package.json +66 -0
- package/.output/server/node_modules/balanced-match/index.js +62 -0
- package/.output/server/node_modules/balanced-match/package.json +48 -0
- package/.output/server/node_modules/bindings/bindings.js +221 -0
- package/.output/server/node_modules/bindings/package.json +28 -0
- package/.output/server/node_modules/brace-expansion/index.js +203 -0
- package/.output/server/node_modules/brace-expansion/package.json +46 -0
- package/.output/server/node_modules/cluster-key-slot/lib/index.js +166 -0
- package/.output/server/node_modules/cluster-key-slot/package.json +56 -0
- package/.output/server/node_modules/consola/dist/chunks/prompt.mjs +280 -0
- package/.output/server/node_modules/consola/dist/core.mjs +512 -0
- package/.output/server/node_modules/consola/dist/index.mjs +651 -0
- package/.output/server/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs +72 -0
- package/.output/server/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs +288 -0
- package/.output/server/node_modules/consola/package.json +136 -0
- package/.output/server/node_modules/dayjs/dayjs.min.js +1 -0
- package/.output/server/node_modules/dayjs/package.json +84 -0
- package/.output/server/node_modules/debug/package.json +65 -0
- package/.output/server/node_modules/debug/src/browser.js +272 -0
- package/.output/server/node_modules/debug/src/common.js +292 -0
- package/.output/server/node_modules/debug/src/index.js +10 -0
- package/.output/server/node_modules/debug/src/node.js +263 -0
- package/.output/server/node_modules/dedent/dist/dedent.js +73 -0
- package/.output/server/node_modules/dedent/package.json +119 -0
- package/.output/server/node_modules/denque/index.js +481 -0
- package/.output/server/node_modules/denque/package.json +58 -0
- package/.output/server/node_modules/devalue/index.js +3 -0
- package/.output/server/node_modules/devalue/package.json +34 -0
- package/.output/server/node_modules/devalue/src/base64.js +110 -0
- package/.output/server/node_modules/devalue/src/constants.js +6 -0
- package/.output/server/node_modules/devalue/src/parse.js +160 -0
- package/.output/server/node_modules/devalue/src/stringify.js +232 -0
- package/.output/server/node_modules/devalue/src/uneval.js +351 -0
- package/.output/server/node_modules/devalue/src/utils.js +113 -0
- package/.output/server/node_modules/dotenv/lib/main.js +361 -0
- package/.output/server/node_modules/dotenv/package.json +61 -0
- package/.output/server/node_modules/entities/lib/decode.js +536 -0
- package/.output/server/node_modules/entities/lib/decode_codepoint.js +76 -0
- package/.output/server/node_modules/entities/lib/generated/decode-data-html.js +9 -0
- package/.output/server/node_modules/entities/lib/generated/decode-data-xml.js +9 -0
- package/.output/server/node_modules/entities/package.json +90 -0
- package/.output/server/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
- package/.output/server/node_modules/estree-walker/package.json +37 -0
- package/.output/server/node_modules/eventsource-parser/dist/index.js +106 -0
- package/.output/server/node_modules/eventsource-parser/dist/stream.js +29 -0
- package/.output/server/node_modules/eventsource-parser/package.json +115 -0
- package/.output/server/node_modules/file-uri-to-path/index.js +66 -0
- package/.output/server/node_modules/file-uri-to-path/package.json +32 -0
- package/.output/server/node_modules/glob/dist/commonjs/glob.js +247 -0
- package/.output/server/node_modules/glob/dist/commonjs/has-magic.js +27 -0
- package/.output/server/node_modules/glob/dist/commonjs/ignore.js +119 -0
- package/.output/server/node_modules/glob/dist/commonjs/index.js +68 -0
- package/.output/server/node_modules/glob/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/glob/dist/commonjs/pattern.js +219 -0
- package/.output/server/node_modules/glob/dist/commonjs/processor.js +301 -0
- package/.output/server/node_modules/glob/dist/commonjs/walker.js +387 -0
- package/.output/server/node_modules/glob/package.json +99 -0
- package/.output/server/node_modules/has-flag/index.js +8 -0
- package/.output/server/node_modules/has-flag/package.json +46 -0
- package/.output/server/node_modules/hookable/dist/index.mjs +290 -0
- package/.output/server/node_modules/hookable/package.json +49 -0
- package/.output/server/node_modules/inherits/inherits.js +9 -0
- package/.output/server/node_modules/inherits/inherits_browser.js +27 -0
- package/.output/server/node_modules/inherits/package.json +29 -0
- package/.output/server/node_modules/ioredis/built/Command.js +349 -0
- package/.output/server/node_modules/ioredis/built/DataHandler.js +220 -0
- package/.output/server/node_modules/ioredis/built/Pipeline.js +334 -0
- package/.output/server/node_modules/ioredis/built/Redis.js +697 -0
- package/.output/server/node_modules/ioredis/built/ScanStream.js +51 -0
- package/.output/server/node_modules/ioredis/built/Script.js +62 -0
- package/.output/server/node_modules/ioredis/built/SubscriptionSet.js +41 -0
- package/.output/server/node_modules/ioredis/built/autoPipelining.js +159 -0
- package/.output/server/node_modules/ioredis/built/cluster/ClusterOptions.js +22 -0
- package/.output/server/node_modules/ioredis/built/cluster/ClusterSubscriber.js +202 -0
- package/.output/server/node_modules/ioredis/built/cluster/ClusterSubscriberGroup.js +224 -0
- package/.output/server/node_modules/ioredis/built/cluster/ConnectionPool.js +154 -0
- package/.output/server/node_modules/ioredis/built/cluster/DelayQueue.js +53 -0
- package/.output/server/node_modules/ioredis/built/cluster/index.js +862 -0
- package/.output/server/node_modules/ioredis/built/cluster/util.js +100 -0
- package/.output/server/node_modules/ioredis/built/connectors/AbstractConnector.js +26 -0
- package/.output/server/node_modules/ioredis/built/connectors/SentinelConnector/FailoverDetector.js +45 -0
- package/.output/server/node_modules/ioredis/built/connectors/SentinelConnector/SentinelIterator.js +37 -0
- package/.output/server/node_modules/ioredis/built/connectors/SentinelConnector/index.js +305 -0
- package/.output/server/node_modules/ioredis/built/connectors/StandaloneConnector.js +69 -0
- package/.output/server/node_modules/ioredis/built/connectors/index.js +7 -0
- package/.output/server/node_modules/ioredis/built/constants/TLSProfiles.js +149 -0
- package/.output/server/node_modules/ioredis/built/errors/ClusterAllFailedError.js +15 -0
- package/.output/server/node_modules/ioredis/built/errors/MaxRetriesPerRequestError.js +14 -0
- package/.output/server/node_modules/ioredis/built/errors/index.js +5 -0
- package/.output/server/node_modules/ioredis/built/index.js +62 -0
- package/.output/server/node_modules/ioredis/built/redis/RedisOptions.js +55 -0
- package/.output/server/node_modules/ioredis/built/redis/event_handler.js +292 -0
- package/.output/server/node_modules/ioredis/built/transaction.js +93 -0
- package/.output/server/node_modules/ioredis/built/utils/Commander.js +117 -0
- package/.output/server/node_modules/ioredis/built/utils/applyMixin.js +8 -0
- package/.output/server/node_modules/ioredis/built/utils/debug.js +95 -0
- package/.output/server/node_modules/ioredis/built/utils/index.js +297 -0
- package/.output/server/node_modules/ioredis/built/utils/lodash.js +9 -0
- package/.output/server/node_modules/ioredis/package.json +100 -0
- package/.output/server/node_modules/lodash.defaults/index.js +668 -0
- package/.output/server/node_modules/lodash.defaults/package.json +19 -0
- package/.output/server/node_modules/lodash.isarguments/index.js +229 -0
- package/.output/server/node_modules/lodash.isarguments/package.json +19 -0
- package/.output/server/node_modules/lru-cache/dist/commonjs/index.js +1546 -0
- package/.output/server/node_modules/lru-cache/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/lru-cache/package.json +116 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/ast.js +592 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/escape.js +22 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/index.js +1017 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
- package/.output/server/node_modules/minimatch/package.json +82 -0
- package/.output/server/node_modules/minipass/dist/commonjs/index.js +1028 -0
- package/.output/server/node_modules/minipass/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/minipass/package.json +82 -0
- package/.output/server/node_modules/ms/index.js +162 -0
- package/.output/server/node_modules/ms/package.json +38 -0
- package/.output/server/node_modules/path-scurry/dist/commonjs/index.js +2014 -0
- package/.output/server/node_modules/path-scurry/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/path-scurry/package.json +89 -0
- package/.output/server/node_modules/pg/lib/client.js +650 -0
- package/.output/server/node_modules/pg/lib/connection-parameters.js +167 -0
- package/.output/server/node_modules/pg/lib/connection.js +222 -0
- package/.output/server/node_modules/pg/lib/crypto/cert-signatures.js +121 -0
- package/.output/server/node_modules/pg/lib/crypto/sasl.js +212 -0
- package/.output/server/node_modules/pg/lib/crypto/utils-legacy.js +43 -0
- package/.output/server/node_modules/pg/lib/crypto/utils-webcrypto.js +88 -0
- package/.output/server/node_modules/pg/lib/crypto/utils.js +9 -0
- package/.output/server/node_modules/pg/lib/defaults.js +84 -0
- package/.output/server/node_modules/pg/lib/index.js +58 -0
- package/.output/server/node_modules/pg/lib/native/client.js +307 -0
- package/.output/server/node_modules/pg/lib/native/index.js +2 -0
- package/.output/server/node_modules/pg/lib/native/query.js +168 -0
- package/.output/server/node_modules/pg/lib/query.js +253 -0
- package/.output/server/node_modules/pg/lib/result.js +108 -0
- package/.output/server/node_modules/pg/lib/stream.js +81 -0
- package/.output/server/node_modules/pg/lib/type-overrides.js +35 -0
- package/.output/server/node_modules/pg/lib/utils.js +206 -0
- package/.output/server/node_modules/pg/package.json +62 -0
- package/.output/server/node_modules/pg-cloudflare/dist/empty.js +4 -0
- package/.output/server/node_modules/pg-cloudflare/package.json +32 -0
- package/.output/server/node_modules/pg-connection-string/index.js +112 -0
- package/.output/server/node_modules/pg-connection-string/package.json +40 -0
- package/.output/server/node_modules/pg-cursor/index.js +265 -0
- package/.output/server/node_modules/pg-cursor/package.json +38 -0
- package/.output/server/node_modules/pg-int8/index.js +100 -0
- package/.output/server/node_modules/pg-int8/package.json +24 -0
- package/.output/server/node_modules/pg-pool/index.js +471 -0
- package/.output/server/node_modules/pg-pool/package.json +41 -0
- package/.output/server/node_modules/pg-protocol/dist/buffer-reader.js +55 -0
- package/.output/server/node_modules/pg-protocol/dist/buffer-writer.js +81 -0
- package/.output/server/node_modules/pg-protocol/dist/index.js +15 -0
- package/.output/server/node_modules/pg-protocol/dist/messages.js +160 -0
- package/.output/server/node_modules/pg-protocol/dist/parser.js +304 -0
- package/.output/server/node_modules/pg-protocol/dist/serializer.js +189 -0
- package/.output/server/node_modules/pg-protocol/package.json +35 -0
- package/.output/server/node_modules/pg-query-stream/dist/index.js +48 -0
- package/.output/server/node_modules/pg-query-stream/package.json +60 -0
- package/.output/server/node_modules/pg-types/index.js +47 -0
- package/.output/server/node_modules/pg-types/lib/arrayParser.js +11 -0
- package/.output/server/node_modules/pg-types/lib/binaryParsers.js +257 -0
- package/.output/server/node_modules/pg-types/lib/builtins.js +73 -0
- package/.output/server/node_modules/pg-types/lib/textParsers.js +215 -0
- package/.output/server/node_modules/pg-types/package.json +42 -0
- package/.output/server/node_modules/pgpass/lib/helper.js +233 -0
- package/.output/server/node_modules/pgpass/lib/index.js +23 -0
- package/.output/server/node_modules/pgpass/package.json +41 -0
- package/.output/server/node_modules/postgres-array/index.js +97 -0
- package/.output/server/node_modules/postgres-array/package.json +35 -0
- package/.output/server/node_modules/postgres-bytea/index.js +31 -0
- package/.output/server/node_modules/postgres-bytea/package.json +34 -0
- package/.output/server/node_modules/postgres-date/index.js +116 -0
- package/.output/server/node_modules/postgres-date/package.json +33 -0
- package/.output/server/node_modules/postgres-interval/index.js +125 -0
- package/.output/server/node_modules/postgres-interval/package.json +36 -0
- package/.output/server/node_modules/redis-errors/index.js +7 -0
- package/.output/server/node_modules/redis-errors/lib/modern.js +59 -0
- package/.output/server/node_modules/redis-errors/lib/old.js +119 -0
- package/.output/server/node_modules/redis-errors/package.json +41 -0
- package/.output/server/node_modules/redis-parser/index.js +3 -0
- package/.output/server/node_modules/redis-parser/lib/parser.js +552 -0
- package/.output/server/node_modules/redis-parser/package.json +53 -0
- package/.output/server/node_modules/reflect-metadata/Reflect.js +1415 -0
- package/.output/server/node_modules/reflect-metadata/package.json +68 -0
- package/.output/server/node_modules/safe-buffer/index.js +65 -0
- package/.output/server/node_modules/safe-buffer/package.json +51 -0
- package/.output/server/node_modules/sha.js/hash.js +81 -0
- package/.output/server/node_modules/sha.js/index.js +15 -0
- package/.output/server/node_modules/sha.js/package.json +30 -0
- package/.output/server/node_modules/sha.js/sha.js +94 -0
- package/.output/server/node_modules/sha.js/sha1.js +99 -0
- package/.output/server/node_modules/sha.js/sha224.js +53 -0
- package/.output/server/node_modules/sha.js/sha256.js +135 -0
- package/.output/server/node_modules/sha.js/sha384.js +57 -0
- package/.output/server/node_modules/sha.js/sha512.js +260 -0
- package/.output/server/node_modules/source-map-js/lib/array-set.js +121 -0
- package/.output/server/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/.output/server/node_modules/source-map-js/lib/base64.js +67 -0
- package/.output/server/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/.output/server/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/.output/server/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/.output/server/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/.output/server/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/.output/server/node_modules/source-map-js/lib/source-node.js +413 -0
- package/.output/server/node_modules/source-map-js/lib/util.js +594 -0
- package/.output/server/node_modules/source-map-js/package.json +71 -0
- package/.output/server/node_modules/source-map-js/source-map.js +8 -0
- package/.output/server/node_modules/split2/index.js +141 -0
- package/.output/server/node_modules/split2/package.json +39 -0
- package/.output/server/node_modules/sql-highlight/lib/escapeHtml.js +59 -0
- package/.output/server/node_modules/sql-highlight/lib/index.js +85 -0
- package/.output/server/node_modules/sql-highlight/lib/keywords.js +145 -0
- package/.output/server/node_modules/sql-highlight/package.json +49 -0
- package/.output/server/node_modules/sqlite3/build/Release/node_sqlite3.node +0 -0
- package/.output/server/node_modules/sqlite3/build/Release/node_sqlite3.node.bak +0 -0
- package/.output/server/node_modules/sqlite3/lib/sqlite3-binding.js +1 -0
- package/.output/server/node_modules/sqlite3/lib/sqlite3.js +207 -0
- package/.output/server/node_modules/sqlite3/lib/trace.js +38 -0
- package/.output/server/node_modules/sqlite3/package.json +89 -0
- package/.output/server/node_modules/standard-as-callback/built/index.js +41 -0
- package/.output/server/node_modules/standard-as-callback/built/utils.js +23 -0
- package/.output/server/node_modules/standard-as-callback/package.json +40 -0
- package/.output/server/node_modules/supports-color/index.js +152 -0
- package/.output/server/node_modules/supports-color/package.json +58 -0
- package/.output/server/node_modules/tslib/package.json +47 -0
- package/.output/server/node_modules/tslib/tslib.js +484 -0
- package/.output/server/node_modules/typeorm/cache/DbQueryResultCache.js +264 -0
- package/.output/server/node_modules/typeorm/cache/QueryResultCacheFactory.js +42 -0
- package/.output/server/node_modules/typeorm/cache/RedisQueryResultCache.js +197 -0
- package/.output/server/node_modules/typeorm/common/DeepPartial.js +4 -0
- package/.output/server/node_modules/typeorm/common/EntityTarget.js +4 -0
- package/.output/server/node_modules/typeorm/common/MixedList.js +4 -0
- package/.output/server/node_modules/typeorm/common/ObjectLiteral.js +4 -0
- package/.output/server/node_modules/typeorm/common/ObjectType.js +4 -0
- package/.output/server/node_modules/typeorm/common/RelationType.js +4 -0
- package/.output/server/node_modules/typeorm/connection/Connection.js +16 -0
- package/.output/server/node_modules/typeorm/connection/ConnectionManager.js +66 -0
- package/.output/server/node_modules/typeorm/connection/ConnectionMetadataBuilder.js +74 -0
- package/.output/server/node_modules/typeorm/connection/ConnectionOptionsReader.js +198 -0
- package/.output/server/node_modules/typeorm/connection/options-reader/ConnectionOptionsEnvReader.js +111 -0
- package/.output/server/node_modules/typeorm/container.js +60 -0
- package/.output/server/node_modules/typeorm/data-source/DataSource.js +517 -0
- package/.output/server/node_modules/typeorm/decorator/Check.js +27 -0
- package/.output/server/node_modules/typeorm/decorator/EntityRepository.js +21 -0
- package/.output/server/node_modules/typeorm/decorator/Exclusion.js +27 -0
- package/.output/server/node_modules/typeorm/decorator/ForeignKey.js +44 -0
- package/.output/server/node_modules/typeorm/decorator/Generated.js +24 -0
- package/.output/server/node_modules/typeorm/decorator/Index.js +56 -0
- package/.output/server/node_modules/typeorm/decorator/Unique.js +50 -0
- package/.output/server/node_modules/typeorm/decorator/columns/Column.js +78 -0
- package/.output/server/node_modules/typeorm/decorator/columns/CreateDateColumn.js +21 -0
- package/.output/server/node_modules/typeorm/decorator/columns/DeleteDateColumn.js +20 -0
- package/.output/server/node_modules/typeorm/decorator/columns/ObjectIdColumn.js +27 -0
- package/.output/server/node_modules/typeorm/decorator/columns/PrimaryColumn.js +63 -0
- package/.output/server/node_modules/typeorm/decorator/columns/PrimaryGeneratedColumn.js +59 -0
- package/.output/server/node_modules/typeorm/decorator/columns/UpdateDateColumn.js +20 -0
- package/.output/server/node_modules/typeorm/decorator/columns/VersionColumn.js +21 -0
- package/.output/server/node_modules/typeorm/decorator/columns/ViewColumn.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/columns/VirtualColumn.js +49 -0
- package/.output/server/node_modules/typeorm/decorator/entity/ChildEntity.js +25 -0
- package/.output/server/node_modules/typeorm/decorator/entity/Entity.js +31 -0
- package/.output/server/node_modules/typeorm/decorator/entity/TableInheritance.js +22 -0
- package/.output/server/node_modules/typeorm/decorator/entity-view/ViewEntity.js +32 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/AfterInsert.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/AfterLoad.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/AfterRecover.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/AfterRemove.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/AfterSoftRemove.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/AfterUpdate.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/BeforeInsert.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/BeforeRecover.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/BeforeRemove.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/BeforeSoftRemove.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/BeforeUpdate.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/EventSubscriber.js +17 -0
- package/.output/server/node_modules/typeorm/decorator/options/ColumnOptions.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/options/EntityOptions.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/options/IndexOptions.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/options/JoinColumnOptions.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/options/JoinTableOptions.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/options/RelationOptions.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/options/ValueTransformer.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/relations/JoinColumn.js +27 -0
- package/.output/server/node_modules/typeorm/decorator/relations/JoinTable.js +34 -0
- package/.output/server/node_modules/typeorm/decorator/relations/ManyToMany.js +46 -0
- package/.output/server/node_modules/typeorm/decorator/relations/ManyToOne.js +46 -0
- package/.output/server/node_modules/typeorm/decorator/relations/OneToMany.js +37 -0
- package/.output/server/node_modules/typeorm/decorator/relations/OneToOne.js +45 -0
- package/.output/server/node_modules/typeorm/decorator/relations/RelationCount.js +23 -0
- package/.output/server/node_modules/typeorm/decorator/relations/RelationId.js +22 -0
- package/.output/server/node_modules/typeorm/decorator/tree/Tree.js +21 -0
- package/.output/server/node_modules/typeorm/decorator/tree/TreeChildren.js +34 -0
- package/.output/server/node_modules/typeorm/decorator/tree/TreeLevelColumn.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/tree/TreeParent.js +33 -0
- package/.output/server/node_modules/typeorm/driver/DriverFactory.js +98 -0
- package/.output/server/node_modules/typeorm/driver/DriverUtils.js +228 -0
- package/.output/server/node_modules/typeorm/driver/Query.js +16 -0
- package/.output/server/node_modules/typeorm/driver/SqlInMemory.js +15 -0
- package/.output/server/node_modules/typeorm/driver/aurora-mysql/AuroraMysqlDriver.js +847 -0
- package/.output/server/node_modules/typeorm/driver/aurora-mysql/AuroraMysqlQueryRunner.js +1709 -0
- package/.output/server/node_modules/typeorm/driver/aurora-postgres/AuroraPostgresDriver.js +103 -0
- package/.output/server/node_modules/typeorm/driver/aurora-postgres/AuroraPostgresQueryRunner.js +146 -0
- package/.output/server/node_modules/typeorm/driver/better-sqlite3/BetterSqlite3Driver.js +153 -0
- package/.output/server/node_modules/typeorm/driver/better-sqlite3/BetterSqlite3QueryRunner.js +126 -0
- package/.output/server/node_modules/typeorm/driver/capacitor/CapacitorDriver.js +78 -0
- package/.output/server/node_modules/typeorm/driver/capacitor/CapacitorQueryRunner.js +98 -0
- package/.output/server/node_modules/typeorm/driver/cockroachdb/CockroachDriver.js +885 -0
- package/.output/server/node_modules/typeorm/driver/cockroachdb/CockroachQueryRunner.js +2453 -0
- package/.output/server/node_modules/typeorm/driver/cordova/CordovaDriver.js +76 -0
- package/.output/server/node_modules/typeorm/driver/cordova/CordovaQueryRunner.js +170 -0
- package/.output/server/node_modules/typeorm/driver/expo/ExpoDriver.js +29 -0
- package/.output/server/node_modules/typeorm/driver/expo/ExpoDriverFactory.js +22 -0
- package/.output/server/node_modules/typeorm/driver/expo/ExpoQueryRunner.js +65 -0
- package/.output/server/node_modules/typeorm/driver/expo/legacy/ExpoLegacyDriver.js +75 -0
- package/.output/server/node_modules/typeorm/driver/expo/legacy/ExpoLegacyQueryRunner.js +169 -0
- package/.output/server/node_modules/typeorm/driver/mongodb/MongoDriver.js +404 -0
- package/.output/server/node_modules/typeorm/driver/mongodb/MongoQueryRunner.js +701 -0
- package/.output/server/node_modules/typeorm/driver/mongodb/bson.typings.js +5 -0
- package/.output/server/node_modules/typeorm/driver/mongodb/typings.js +23 -0
- package/.output/server/node_modules/typeorm/driver/mysql/MysqlDriver.js +1105 -0
- package/.output/server/node_modules/typeorm/driver/mysql/MysqlQueryRunner.js +2139 -0
- package/.output/server/node_modules/typeorm/driver/nativescript/NativescriptDriver.js +94 -0
- package/.output/server/node_modules/typeorm/driver/nativescript/NativescriptQueryRunner.js +92 -0
- package/.output/server/node_modules/typeorm/driver/oracle/OracleDriver.js +869 -0
- package/.output/server/node_modules/typeorm/driver/oracle/OracleQueryRunner.js +1884 -0
- package/.output/server/node_modules/typeorm/driver/postgres/PostgresDriver.js +1259 -0
- package/.output/server/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js +2729 -0
- package/.output/server/node_modules/typeorm/driver/react-native/ReactNativeDriver.js +728 -0
- package/.output/server/node_modules/typeorm/driver/react-native/ReactNativeQueryRunner.js +107 -0
- package/.output/server/node_modules/typeorm/driver/sap/SapDriver.js +681 -0
- package/.output/server/node_modules/typeorm/driver/sap/SapQueryRunner.js +2054 -0
- package/.output/server/node_modules/typeorm/driver/spanner/SpannerDriver.js +613 -0
- package/.output/server/node_modules/typeorm/driver/spanner/SpannerQueryRunner.js +1464 -0
- package/.output/server/node_modules/typeorm/driver/sqlite/SqliteDriver.js +174 -0
- package/.output/server/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js +124 -0
- package/.output/server/node_modules/typeorm/driver/sqlite-abstract/AbstractSqliteDriver.js +695 -0
- package/.output/server/node_modules/typeorm/driver/sqlite-abstract/AbstractSqliteQueryRunner.js +1511 -0
- package/.output/server/node_modules/typeorm/driver/sqljs/SqljsDriver.js +250 -0
- package/.output/server/node_modules/typeorm/driver/sqljs/SqljsQueryRunner.js +123 -0
- package/.output/server/node_modules/typeorm/driver/sqlserver/MssqlParameter.js +23 -0
- package/.output/server/node_modules/typeorm/driver/sqlserver/SqlServerDriver.js +922 -0
- package/.output/server/node_modules/typeorm/driver/sqlserver/SqlServerQueryRunner.js +2484 -0
- package/.output/server/node_modules/typeorm/driver/types/DatabaseType.js +4 -0
- package/.output/server/node_modules/typeorm/driver/types/GeoJsonTypes.js +4 -0
- package/.output/server/node_modules/typeorm/driver/types/MetadataTableType.js +11 -0
- package/.output/server/node_modules/typeorm/driver/types/ReplicationMode.js +4 -0
- package/.output/server/node_modules/typeorm/entity-manager/EntityManager.js +853 -0
- package/.output/server/node_modules/typeorm/entity-manager/EntityManagerFactory.js +24 -0
- package/.output/server/node_modules/typeorm/entity-manager/MongoEntityManager.js +668 -0
- package/.output/server/node_modules/typeorm/entity-manager/SqljsEntityManager.js +44 -0
- package/.output/server/node_modules/typeorm/entity-schema/EntitySchema.js +15 -0
- package/.output/server/node_modules/typeorm/entity-schema/EntitySchemaEmbeddedColumnOptions.js +8 -0
- package/.output/server/node_modules/typeorm/entity-schema/EntitySchemaEmbeddedError.js +18 -0
- package/.output/server/node_modules/typeorm/entity-schema/EntitySchemaOptions.js +11 -0
- package/.output/server/node_modules/typeorm/entity-schema/EntitySchemaTransformer.js +333 -0
- package/.output/server/node_modules/typeorm/error/AlreadyHasActiveConnectionError.js +16 -0
- package/.output/server/node_modules/typeorm/error/CannotAttachTreeChildrenEntityError.js +16 -0
- package/.output/server/node_modules/typeorm/error/CannotConnectAlreadyConnectedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/CannotCreateEntityIdMapError.js +21 -0
- package/.output/server/node_modules/typeorm/error/CannotDetermineEntityError.js +16 -0
- package/.output/server/node_modules/typeorm/error/CannotExecuteNotConnectedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/CannotGetEntityManagerNotConnectedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/CannotReflectMethodParameterTypeError.js +18 -0
- package/.output/server/node_modules/typeorm/error/CircularRelationsError.js +16 -0
- package/.output/server/node_modules/typeorm/error/ColumnTypeUndefinedError.js +19 -0
- package/.output/server/node_modules/typeorm/error/ConnectionIsNotSetError.js +15 -0
- package/.output/server/node_modules/typeorm/error/ConnectionNotFoundError.js +15 -0
- package/.output/server/node_modules/typeorm/error/CustomRepositoryCannotInheritRepositoryError.js +18 -0
- package/.output/server/node_modules/typeorm/error/CustomRepositoryDoesNotHaveEntityError.js +18 -0
- package/.output/server/node_modules/typeorm/error/CustomRepositoryNotFoundError.js +18 -0
- package/.output/server/node_modules/typeorm/error/DataTypeNotSupportedError.js +14 -0
- package/.output/server/node_modules/typeorm/error/DriverOptionNotSetError.js +16 -0
- package/.output/server/node_modules/typeorm/error/DriverPackageNotInstalledError.js +16 -0
- package/.output/server/node_modules/typeorm/error/EntityMetadataNotFoundError.js +29 -0
- package/.output/server/node_modules/typeorm/error/EntityNotFoundError.js +42 -0
- package/.output/server/node_modules/typeorm/error/EntityPropertyNotFoundError.js +17 -0
- package/.output/server/node_modules/typeorm/error/FindRelationsNotFoundError.js +23 -0
- package/.output/server/node_modules/typeorm/error/ForbiddenTransactionModeOverrideError.js +16 -0
- package/.output/server/node_modules/typeorm/error/InitializedRelationError.js +20 -0
- package/.output/server/node_modules/typeorm/error/InsertValuesMissingError.js +16 -0
- package/.output/server/node_modules/typeorm/error/LimitOnUpdateNotSupportedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/LockNotSupportedOnGivenDriverError.js +15 -0
- package/.output/server/node_modules/typeorm/error/MetadataAlreadyExistsError.js +18 -0
- package/.output/server/node_modules/typeorm/error/MetadataWithSuchNameAlreadyExistsError.js +16 -0
- package/.output/server/node_modules/typeorm/error/MissingDeleteDateColumnError.js +12 -0
- package/.output/server/node_modules/typeorm/error/MissingDriverError.js +16 -0
- package/.output/server/node_modules/typeorm/error/MissingJoinColumnError.js +23 -0
- package/.output/server/node_modules/typeorm/error/MissingJoinTableError.js +23 -0
- package/.output/server/node_modules/typeorm/error/MissingPrimaryColumnError.js +13 -0
- package/.output/server/node_modules/typeorm/error/MustBeEntityError.js +15 -0
- package/.output/server/node_modules/typeorm/error/NestedSetMultipleRootError.js +12 -0
- package/.output/server/node_modules/typeorm/error/NoConnectionForRepositoryError.js +16 -0
- package/.output/server/node_modules/typeorm/error/NoConnectionOptionError.js +16 -0
- package/.output/server/node_modules/typeorm/error/NoNeedToReleaseEntityManagerError.js +17 -0
- package/.output/server/node_modules/typeorm/error/NoVersionOrUpdateDateColumnError.js +15 -0
- package/.output/server/node_modules/typeorm/error/OffsetWithoutLimitNotSupportedError.js +17 -0
- package/.output/server/node_modules/typeorm/error/OptimisticLockCanNotBeUsedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/OptimisticLockVersionMismatchError.js +15 -0
- package/.output/server/node_modules/typeorm/error/PersistedEntityNotFoundError.js +15 -0
- package/.output/server/node_modules/typeorm/error/PessimisticLockTransactionRequiredError.js +15 -0
- package/.output/server/node_modules/typeorm/error/PrimaryColumnCannotBeNullableError.js +13 -0
- package/.output/server/node_modules/typeorm/error/QueryFailedError.js +30 -0
- package/.output/server/node_modules/typeorm/error/QueryRunnerAlreadyReleasedError.js +12 -0
- package/.output/server/node_modules/typeorm/error/QueryRunnerProviderAlreadyReleasedError.js +16 -0
- package/.output/server/node_modules/typeorm/error/RepositoryNotTreeError.js +32 -0
- package/.output/server/node_modules/typeorm/error/ReturningStatementNotSupportedError.js +16 -0
- package/.output/server/node_modules/typeorm/error/SubjectRemovedAndUpdatedError.js +16 -0
- package/.output/server/node_modules/typeorm/error/SubjectWithoutIdentifierError.js +17 -0
- package/.output/server/node_modules/typeorm/error/TransactionAlreadyStartedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/TransactionNotStartedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/TreeRepositoryNotSupportedError.js +12 -0
- package/.output/server/node_modules/typeorm/error/TypeORMError.js +23 -0
- package/.output/server/node_modules/typeorm/error/UpdateValuesMissingError.js +12 -0
- package/.output/server/node_modules/typeorm/error/UsingJoinColumnIsNotAllowedError.js +13 -0
- package/.output/server/node_modules/typeorm/error/UsingJoinColumnOnlyOnOneSideAllowedError.js +14 -0
- package/.output/server/node_modules/typeorm/error/UsingJoinTableIsNotAllowedError.js +14 -0
- package/.output/server/node_modules/typeorm/error/UsingJoinTableOnlyOnOneSideAllowedError.js +14 -0
- package/.output/server/node_modules/typeorm/error/index.js +66 -0
- package/.output/server/node_modules/typeorm/find-options/EqualOperator.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/FindManyOptions.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindOneOptions.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindOperator.js +96 -0
- package/.output/server/node_modules/typeorm/find-options/FindOperatorType.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindOptionsOrder.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindOptionsRelations.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindOptionsSelect.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindOptionsUtils.js +350 -0
- package/.output/server/node_modules/typeorm/find-options/FindOptionsWhere.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindTreeOptions.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/JoinOptions.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/OrderByCondition.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/operator/And.js +9 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Any.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/ArrayContainedBy.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/ArrayContains.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/ArrayOverlap.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Between.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Equal.js +17 -0
- package/.output/server/node_modules/typeorm/find-options/operator/ILike.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/In.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/IsNull.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/JsonContains.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/LessThan.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/LessThanOrEqual.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Like.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/MoreThan.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/MoreThanOrEqual.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Not.js +14 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Or.js +9 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Raw.js +12 -0
- package/.output/server/node_modules/typeorm/globals.js +182 -0
- package/.output/server/node_modules/typeorm/index.js +196 -0
- package/.output/server/node_modules/typeorm/index.mjs +422 -0
- package/.output/server/node_modules/typeorm/logger/AbstractLogger.js +238 -0
- package/.output/server/node_modules/typeorm/logger/AdvancedConsoleLogger.js +56 -0
- package/.output/server/node_modules/typeorm/logger/DebugLogger.js +78 -0
- package/.output/server/node_modules/typeorm/logger/FileLogger.js +88 -0
- package/.output/server/node_modules/typeorm/logger/FormattedConsoleLogger.js +59 -0
- package/.output/server/node_modules/typeorm/logger/Logger.js +4 -0
- package/.output/server/node_modules/typeorm/logger/LoggerFactory.js +39 -0
- package/.output/server/node_modules/typeorm/logger/LoggerOptions.js +4 -0
- package/.output/server/node_modules/typeorm/logger/SimpleConsoleLogger.js +57 -0
- package/.output/server/node_modules/typeorm/metadata/CheckMetadata.js +35 -0
- package/.output/server/node_modules/typeorm/metadata/ColumnMetadata.js +618 -0
- package/.output/server/node_modules/typeorm/metadata/EmbeddedMetadata.js +224 -0
- package/.output/server/node_modules/typeorm/metadata/EntityListenerMetadata.js +77 -0
- package/.output/server/node_modules/typeorm/metadata/EntityMetadata.js +692 -0
- package/.output/server/node_modules/typeorm/metadata/ExclusionMetadata.js +35 -0
- package/.output/server/node_modules/typeorm/metadata/ForeignKeyMetadata.js +57 -0
- package/.output/server/node_modules/typeorm/metadata/IndexMetadata.js +144 -0
- package/.output/server/node_modules/typeorm/metadata/RelationCountMetadata.js +39 -0
- package/.output/server/node_modules/typeorm/metadata/RelationIdMetadata.js +62 -0
- package/.output/server/node_modules/typeorm/metadata/RelationMetadata.js +440 -0
- package/.output/server/node_modules/typeorm/metadata/UniqueMetadata.js +101 -0
- package/.output/server/node_modules/typeorm/metadata/types/EventListenerTypes.js +22 -0
- package/.output/server/node_modules/typeorm/metadata-args/MetadataArgsStorage.js +236 -0
- package/.output/server/node_modules/typeorm/metadata-builder/ClosureJunctionEntityMetadataBuilder.js +145 -0
- package/.output/server/node_modules/typeorm/metadata-builder/EntityMetadataBuilder.js +838 -0
- package/.output/server/node_modules/typeorm/metadata-builder/EntityMetadataValidator.js +258 -0
- package/.output/server/node_modules/typeorm/metadata-builder/JunctionEntityMetadataBuilder.js +287 -0
- package/.output/server/node_modules/typeorm/metadata-builder/MetadataUtils.js +44 -0
- package/.output/server/node_modules/typeorm/metadata-builder/RelationJoinColumnBuilder.js +185 -0
- package/.output/server/node_modules/typeorm/migration/Migration.js +21 -0
- package/.output/server/node_modules/typeorm/migration/MigrationExecutor.js +534 -0
- package/.output/server/node_modules/typeorm/naming-strategy/DefaultNamingStrategy.js +145 -0
- package/.output/server/node_modules/typeorm/naming-strategy/LegacyOracleNamingStrategy.js +50 -0
- package/.output/server/node_modules/typeorm/package.json +268 -0
- package/.output/server/node_modules/typeorm/persistence/EntityPersistExecutor.js +170 -0
- package/.output/server/node_modules/typeorm/persistence/Subject.js +239 -0
- package/.output/server/node_modules/typeorm/persistence/SubjectChangedColumnsComputer.js +216 -0
- package/.output/server/node_modules/typeorm/persistence/SubjectDatabaseEntityLoader.js +135 -0
- package/.output/server/node_modules/typeorm/persistence/SubjectExecutor.js +760 -0
- package/.output/server/node_modules/typeorm/persistence/SubjectTopologicalSorter.js +174 -0
- package/.output/server/node_modules/typeorm/persistence/subject-builder/CascadesSubjectBuilder.js +107 -0
- package/.output/server/node_modules/typeorm/persistence/subject-builder/ManyToManySubjectBuilder.js +218 -0
- package/.output/server/node_modules/typeorm/persistence/subject-builder/OneToManySubjectBuilder.js +181 -0
- package/.output/server/node_modules/typeorm/persistence/subject-builder/OneToOneInverseSideSubjectBuilder.js +155 -0
- package/.output/server/node_modules/typeorm/persistence/tree/ClosureSubjectExecutor.js +241 -0
- package/.output/server/node_modules/typeorm/persistence/tree/MaterializedPathSubjectExecutor.js +125 -0
- package/.output/server/node_modules/typeorm/persistence/tree/NestedSetSubjectExecutor.js +271 -0
- package/.output/server/node_modules/typeorm/platform/PlatformTools.js +243 -0
- package/.output/server/node_modules/typeorm/query-builder/Alias.js +29 -0
- package/.output/server/node_modules/typeorm/query-builder/Brackets.js +19 -0
- package/.output/server/node_modules/typeorm/query-builder/DeleteQueryBuilder.js +200 -0
- package/.output/server/node_modules/typeorm/query-builder/InsertQueryBuilder.js +745 -0
- package/.output/server/node_modules/typeorm/query-builder/JoinAttribute.js +175 -0
- package/.output/server/node_modules/typeorm/query-builder/NotBrackets.js +17 -0
- package/.output/server/node_modules/typeorm/query-builder/QueryBuilder.js +1139 -0
- package/.output/server/node_modules/typeorm/query-builder/QueryBuilderUtils.js +32 -0
- package/.output/server/node_modules/typeorm/query-builder/QueryExpressionMap.js +328 -0
- package/.output/server/node_modules/typeorm/query-builder/RelationIdLoader.js +503 -0
- package/.output/server/node_modules/typeorm/query-builder/RelationLoader.js +283 -0
- package/.output/server/node_modules/typeorm/query-builder/RelationQueryBuilder.js +155 -0
- package/.output/server/node_modules/typeorm/query-builder/RelationRemover.js +143 -0
- package/.output/server/node_modules/typeorm/query-builder/RelationUpdater.js +152 -0
- package/.output/server/node_modules/typeorm/query-builder/ReturningResultsEntityUpdator.js +176 -0
- package/.output/server/node_modules/typeorm/query-builder/SelectQueryBuilder.js +2656 -0
- package/.output/server/node_modules/typeorm/query-builder/SoftDeleteQueryBuilder.js +368 -0
- package/.output/server/node_modules/typeorm/query-builder/UpdateQueryBuilder.js +498 -0
- package/.output/server/node_modules/typeorm/query-builder/index.js +20 -0
- package/.output/server/node_modules/typeorm/query-builder/relation-count/RelationCountAttribute.js +80 -0
- package/.output/server/node_modules/typeorm/query-builder/relation-count/RelationCountLoader.js +168 -0
- package/.output/server/node_modules/typeorm/query-builder/relation-count/RelationCountMetadataToAttributeTransformer.js +55 -0
- package/.output/server/node_modules/typeorm/query-builder/relation-id/RelationIdAttribute.js +88 -0
- package/.output/server/node_modules/typeorm/query-builder/relation-id/RelationIdLoader.js +275 -0
- package/.output/server/node_modules/typeorm/query-builder/relation-id/RelationIdMetadataToAttributeTransformer.js +55 -0
- package/.output/server/node_modules/typeorm/query-builder/result/DeleteResult.js +17 -0
- package/.output/server/node_modules/typeorm/query-builder/result/InsertResult.js +28 -0
- package/.output/server/node_modules/typeorm/query-builder/result/UpdateResult.js +29 -0
- package/.output/server/node_modules/typeorm/query-builder/transformer/DocumentToEntityTransformer.js +196 -0
- package/.output/server/node_modules/typeorm/query-builder/transformer/PlainObjectToDatabaseEntityTransformer.js +112 -0
- package/.output/server/node_modules/typeorm/query-builder/transformer/PlainObjectToNewEntityTransformer.js +92 -0
- package/.output/server/node_modules/typeorm/query-builder/transformer/RawSqlResultsToEntityTransformer.js +447 -0
- package/.output/server/node_modules/typeorm/query-runner/BaseQueryRunner.js +454 -0
- package/.output/server/node_modules/typeorm/query-runner/QueryLock.js +28 -0
- package/.output/server/node_modules/typeorm/query-runner/QueryResult.js +17 -0
- package/.output/server/node_modules/typeorm/repository/AbstractRepository.js +92 -0
- package/.output/server/node_modules/typeorm/repository/BaseEntity.js +328 -0
- package/.output/server/node_modules/typeorm/repository/MongoRepository.js +305 -0
- package/.output/server/node_modules/typeorm/repository/RemoveOptions.js +4 -0
- package/.output/server/node_modules/typeorm/repository/Repository.js +379 -0
- package/.output/server/node_modules/typeorm/repository/SaveOptions.js +4 -0
- package/.output/server/node_modules/typeorm/repository/TreeRepository.js +255 -0
- package/.output/server/node_modules/typeorm/schema-builder/MongoSchemaBuilder.js +66 -0
- package/.output/server/node_modules/typeorm/schema-builder/RdbmsSchemaBuilder.js +929 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableCheckOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableColumnOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableExclusionOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableForeignKeyOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableIndexOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableUniqueOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/ViewOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/Table.js +296 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/TableCheck.js +49 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/TableColumn.js +117 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/TableExclusion.js +43 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/TableForeignKey.js +72 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/TableIndex.js +68 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/TableUnique.js +50 -0
- package/.output/server/node_modules/typeorm/schema-builder/util/TableUtils.js +41 -0
- package/.output/server/node_modules/typeorm/schema-builder/util/ViewUtils.js +27 -0
- package/.output/server/node_modules/typeorm/schema-builder/view/View.js +71 -0
- package/.output/server/node_modules/typeorm/subscriber/Broadcaster.js +660 -0
- package/.output/server/node_modules/typeorm/subscriber/BroadcasterResult.js +30 -0
- package/.output/server/node_modules/typeorm/subscriber/event/QueryEvent.js +4 -0
- package/.output/server/node_modules/typeorm/util/ApplyValueTransformers.js +25 -0
- package/.output/server/node_modules/typeorm/util/DateUtils.js +229 -0
- package/.output/server/node_modules/typeorm/util/DepGraph.js +230 -0
- package/.output/server/node_modules/typeorm/util/DirectoryExportedClassesLoader.js +65 -0
- package/.output/server/node_modules/typeorm/util/ImportUtils.js +66 -0
- package/.output/server/node_modules/typeorm/util/InstanceChecker.js +104 -0
- package/.output/server/node_modules/typeorm/util/ObjectUtils.js +49 -0
- package/.output/server/node_modules/typeorm/util/OrmUtils.js +443 -0
- package/.output/server/node_modules/typeorm/util/PathUtils.js +33 -0
- package/.output/server/node_modules/typeorm/util/RandomGenerator.js +154 -0
- package/.output/server/node_modules/typeorm/util/SqlTagUtils.js +43 -0
- package/.output/server/node_modules/typeorm/util/StringUtils.js +113 -0
- package/.output/server/node_modules/typeorm/util/TreeRepositoryUtils.js +67 -0
- package/.output/server/node_modules/typeorm/util/VersionUtils.js +27 -0
- package/.output/server/node_modules/typeorm/util/escapeRegExp.js +10 -0
- package/.output/server/node_modules/ufo/dist/index.mjs +630 -0
- package/.output/server/node_modules/ufo/package.json +47 -0
- package/.output/server/node_modules/unhead/dist/plugins.mjs +94 -0
- package/.output/server/node_modules/unhead/dist/server.mjs +220 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.C13swrCa.mjs +48 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CApf5sj3.mjs +148 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Cp0iF6eN.mjs +177 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DGkFBTYv.mjs +172 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DQc16pHI.mjs +196 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DZbvapt-.mjs +70 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DeCxexjU.mjs +166 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.yem5I2v_.mjs +38 -0
- package/.output/server/node_modules/unhead/dist/utils.mjs +5 -0
- package/.output/server/node_modules/unhead/package.json +101 -0
- package/.output/server/node_modules/uuid/dist/cjs/index.js +31 -0
- package/.output/server/node_modules/uuid/dist/cjs/max.js +3 -0
- package/.output/server/node_modules/uuid/dist/cjs/md5.js +13 -0
- package/.output/server/node_modules/uuid/dist/cjs/native.js +4 -0
- package/.output/server/node_modules/uuid/dist/cjs/nil.js +3 -0
- package/.output/server/node_modules/uuid/dist/cjs/package.json +1 -0
- package/.output/server/node_modules/uuid/dist/cjs/parse.js +11 -0
- package/.output/server/node_modules/uuid/dist/cjs/regex.js +3 -0
- package/.output/server/node_modules/uuid/dist/cjs/rng.js +13 -0
- package/.output/server/node_modules/uuid/dist/cjs/sha1.js +13 -0
- package/.output/server/node_modules/uuid/dist/cjs/stringify.js +39 -0
- package/.output/server/node_modules/uuid/dist/cjs/v1.js +87 -0
- package/.output/server/node_modules/uuid/dist/cjs/v1ToV6.js +13 -0
- package/.output/server/node_modules/uuid/dist/cjs/v3.js +14 -0
- package/.output/server/node_modules/uuid/dist/cjs/v35.js +41 -0
- package/.output/server/node_modules/uuid/dist/cjs/v4.js +29 -0
- package/.output/server/node_modules/uuid/dist/cjs/v5.js +14 -0
- package/.output/server/node_modules/uuid/dist/cjs/v6.js +19 -0
- package/.output/server/node_modules/uuid/dist/cjs/v6ToV1.js +13 -0
- package/.output/server/node_modules/uuid/dist/cjs/v7.js +69 -0
- package/.output/server/node_modules/uuid/dist/cjs/validate.js +7 -0
- package/.output/server/node_modules/uuid/dist/cjs/version.js +10 -0
- package/.output/server/node_modules/uuid/package.json +132 -0
- package/.output/server/node_modules/vue/dist/vue.cjs.js +80 -0
- package/.output/server/node_modules/vue/dist/vue.cjs.prod.js +66 -0
- package/.output/server/node_modules/vue/index.js +7 -0
- package/.output/server/node_modules/vue/index.mjs +1 -0
- package/.output/server/node_modules/vue/package.json +112 -0
- package/.output/server/node_modules/vue/server-renderer/index.mjs +1 -0
- package/.output/server/node_modules/vue-bundle-renderer/dist/runtime.mjs +196 -0
- package/.output/server/node_modules/vue-bundle-renderer/package.json +50 -0
- package/.output/server/node_modules/xtend/mutable.js +17 -0
- package/.output/server/node_modules/xtend/package.json +55 -0
- package/.output/server/node_modules/zod/index.js +4 -0
- package/.output/server/node_modules/zod/package.json +135 -0
- package/.output/server/node_modules/zod/v3/ZodError.js +133 -0
- package/.output/server/node_modules/zod/v3/errors.js +9 -0
- package/.output/server/node_modules/zod/v3/external.js +6 -0
- package/.output/server/node_modules/zod/v3/helpers/errorUtil.js +6 -0
- package/.output/server/node_modules/zod/v3/helpers/parseUtil.js +109 -0
- package/.output/server/node_modules/zod/v3/helpers/typeAliases.js +1 -0
- package/.output/server/node_modules/zod/v3/helpers/util.js +133 -0
- package/.output/server/node_modules/zod/v3/index.js +4 -0
- package/.output/server/node_modules/zod/v3/locales/en.js +109 -0
- package/.output/server/node_modules/zod/v3/package.json +6 -0
- package/.output/server/node_modules/zod/v3/types.js +3695 -0
- package/.output/server/node_modules/zod/v4/classic/checks.js +1 -0
- package/.output/server/node_modules/zod/v4/classic/coerce.js +17 -0
- package/.output/server/node_modules/zod/v4/classic/compat.js +31 -0
- package/.output/server/node_modules/zod/v4/classic/errors.js +48 -0
- package/.output/server/node_modules/zod/v4/classic/external.js +20 -0
- package/.output/server/node_modules/zod/v4/classic/from-json-schema.js +584 -0
- package/.output/server/node_modules/zod/v4/classic/index.js +4 -0
- package/.output/server/node_modules/zod/v4/classic/iso.js +30 -0
- package/.output/server/node_modules/zod/v4/classic/package.json +6 -0
- package/.output/server/node_modules/zod/v4/classic/parse.js +15 -0
- package/.output/server/node_modules/zod/v4/classic/schemas.js +1157 -0
- package/.output/server/node_modules/zod/v4/core/api.js +1082 -0
- package/.output/server/node_modules/zod/v4/core/checks.js +575 -0
- package/.output/server/node_modules/zod/v4/core/core.js +76 -0
- package/.output/server/node_modules/zod/v4/core/doc.js +35 -0
- package/.output/server/node_modules/zod/v4/core/errors.js +182 -0
- package/.output/server/node_modules/zod/v4/core/index.js +16 -0
- package/.output/server/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/.output/server/node_modules/zod/v4/core/json-schema-processors.js +605 -0
- package/.output/server/node_modules/zod/v4/core/json-schema.js +1 -0
- package/.output/server/node_modules/zod/v4/core/package.json +6 -0
- package/.output/server/node_modules/zod/v4/core/parse.js +93 -0
- package/.output/server/node_modules/zod/v4/core/regexes.js +133 -0
- package/.output/server/node_modules/zod/v4/core/registries.js +51 -0
- package/.output/server/node_modules/zod/v4/core/schemas.js +2095 -0
- package/.output/server/node_modules/zod/v4/core/to-json-schema.js +437 -0
- package/.output/server/node_modules/zod/v4/core/util.js +651 -0
- package/.output/server/node_modules/zod/v4/core/versions.js +5 -0
- package/.output/server/node_modules/zod/v4/index.js +3 -0
- package/.output/server/node_modules/zod/v4/locales/ar.js +106 -0
- package/.output/server/node_modules/zod/v4/locales/az.js +105 -0
- package/.output/server/node_modules/zod/v4/locales/be.js +156 -0
- package/.output/server/node_modules/zod/v4/locales/bg.js +120 -0
- package/.output/server/node_modules/zod/v4/locales/ca.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/cs.js +111 -0
- package/.output/server/node_modules/zod/v4/locales/da.js +115 -0
- package/.output/server/node_modules/zod/v4/locales/de.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/en.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/eo.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/es.js +132 -0
- package/.output/server/node_modules/zod/v4/locales/fa.js +114 -0
- package/.output/server/node_modules/zod/v4/locales/fi.js +112 -0
- package/.output/server/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/fr.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/he.js +214 -0
- package/.output/server/node_modules/zod/v4/locales/hu.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/hy.js +147 -0
- package/.output/server/node_modules/zod/v4/locales/id.js +106 -0
- package/.output/server/node_modules/zod/v4/locales/index.js +49 -0
- package/.output/server/node_modules/zod/v4/locales/is.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/it.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ja.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/ka.js +112 -0
- package/.output/server/node_modules/zod/v4/locales/kh.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/km.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/ko.js +111 -0
- package/.output/server/node_modules/zod/v4/locales/lt.js +203 -0
- package/.output/server/node_modules/zod/v4/locales/mk.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/ms.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/nl.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/no.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ota.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/package.json +6 -0
- package/.output/server/node_modules/zod/v4/locales/pl.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/ps.js +114 -0
- package/.output/server/node_modules/zod/v4/locales/pt.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ru.js +156 -0
- package/.output/server/node_modules/zod/v4/locales/sl.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/sv.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/ta.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/th.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/tr.js +105 -0
- package/.output/server/node_modules/zod/v4/locales/ua.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/uk.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ur.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/uz.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/vi.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/yo.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/.output/server/node_modules/zod/v4/package.json +6 -0
- package/.output/server/package.json +95 -0
- package/README.md +46 -0
- package/bin/cli.mjs +113 -0
- package/bin/entry.cjs +84 -0
- package/package.json +48 -0
|
@@ -0,0 +1,2447 @@
|
|
|
1
|
+
{
|
|
2
|
+
"acl": {
|
|
3
|
+
"arity": -2,
|
|
4
|
+
"flags": [],
|
|
5
|
+
"keyStart": 0,
|
|
6
|
+
"keyStop": 0,
|
|
7
|
+
"step": 0
|
|
8
|
+
},
|
|
9
|
+
"append": {
|
|
10
|
+
"arity": 3,
|
|
11
|
+
"flags": [
|
|
12
|
+
"write",
|
|
13
|
+
"denyoom",
|
|
14
|
+
"fast"
|
|
15
|
+
],
|
|
16
|
+
"keyStart": 1,
|
|
17
|
+
"keyStop": 1,
|
|
18
|
+
"step": 1
|
|
19
|
+
},
|
|
20
|
+
"asking": {
|
|
21
|
+
"arity": 1,
|
|
22
|
+
"flags": [
|
|
23
|
+
"fast"
|
|
24
|
+
],
|
|
25
|
+
"keyStart": 0,
|
|
26
|
+
"keyStop": 0,
|
|
27
|
+
"step": 0
|
|
28
|
+
},
|
|
29
|
+
"auth": {
|
|
30
|
+
"arity": -2,
|
|
31
|
+
"flags": [
|
|
32
|
+
"noscript",
|
|
33
|
+
"loading",
|
|
34
|
+
"stale",
|
|
35
|
+
"fast",
|
|
36
|
+
"no_auth",
|
|
37
|
+
"allow_busy"
|
|
38
|
+
],
|
|
39
|
+
"keyStart": 0,
|
|
40
|
+
"keyStop": 0,
|
|
41
|
+
"step": 0
|
|
42
|
+
},
|
|
43
|
+
"bgrewriteaof": {
|
|
44
|
+
"arity": 1,
|
|
45
|
+
"flags": [
|
|
46
|
+
"admin",
|
|
47
|
+
"noscript",
|
|
48
|
+
"no_async_loading"
|
|
49
|
+
],
|
|
50
|
+
"keyStart": 0,
|
|
51
|
+
"keyStop": 0,
|
|
52
|
+
"step": 0
|
|
53
|
+
},
|
|
54
|
+
"bgsave": {
|
|
55
|
+
"arity": -1,
|
|
56
|
+
"flags": [
|
|
57
|
+
"admin",
|
|
58
|
+
"noscript",
|
|
59
|
+
"no_async_loading"
|
|
60
|
+
],
|
|
61
|
+
"keyStart": 0,
|
|
62
|
+
"keyStop": 0,
|
|
63
|
+
"step": 0
|
|
64
|
+
},
|
|
65
|
+
"bitcount": {
|
|
66
|
+
"arity": -2,
|
|
67
|
+
"flags": [
|
|
68
|
+
"readonly"
|
|
69
|
+
],
|
|
70
|
+
"keyStart": 1,
|
|
71
|
+
"keyStop": 1,
|
|
72
|
+
"step": 1
|
|
73
|
+
},
|
|
74
|
+
"bitfield": {
|
|
75
|
+
"arity": -2,
|
|
76
|
+
"flags": [
|
|
77
|
+
"write",
|
|
78
|
+
"denyoom"
|
|
79
|
+
],
|
|
80
|
+
"keyStart": 1,
|
|
81
|
+
"keyStop": 1,
|
|
82
|
+
"step": 1
|
|
83
|
+
},
|
|
84
|
+
"bitfield_ro": {
|
|
85
|
+
"arity": -2,
|
|
86
|
+
"flags": [
|
|
87
|
+
"readonly",
|
|
88
|
+
"fast"
|
|
89
|
+
],
|
|
90
|
+
"keyStart": 1,
|
|
91
|
+
"keyStop": 1,
|
|
92
|
+
"step": 1
|
|
93
|
+
},
|
|
94
|
+
"bitop": {
|
|
95
|
+
"arity": -4,
|
|
96
|
+
"flags": [
|
|
97
|
+
"write",
|
|
98
|
+
"denyoom"
|
|
99
|
+
],
|
|
100
|
+
"keyStart": 2,
|
|
101
|
+
"keyStop": -1,
|
|
102
|
+
"step": 1
|
|
103
|
+
},
|
|
104
|
+
"bitpos": {
|
|
105
|
+
"arity": -3,
|
|
106
|
+
"flags": [
|
|
107
|
+
"readonly"
|
|
108
|
+
],
|
|
109
|
+
"keyStart": 1,
|
|
110
|
+
"keyStop": 1,
|
|
111
|
+
"step": 1
|
|
112
|
+
},
|
|
113
|
+
"blmove": {
|
|
114
|
+
"arity": 6,
|
|
115
|
+
"flags": [
|
|
116
|
+
"write",
|
|
117
|
+
"denyoom",
|
|
118
|
+
"noscript",
|
|
119
|
+
"blocking"
|
|
120
|
+
],
|
|
121
|
+
"keyStart": 1,
|
|
122
|
+
"keyStop": 2,
|
|
123
|
+
"step": 1
|
|
124
|
+
},
|
|
125
|
+
"blmpop": {
|
|
126
|
+
"arity": -5,
|
|
127
|
+
"flags": [
|
|
128
|
+
"write",
|
|
129
|
+
"blocking",
|
|
130
|
+
"movablekeys"
|
|
131
|
+
],
|
|
132
|
+
"keyStart": 0,
|
|
133
|
+
"keyStop": 0,
|
|
134
|
+
"step": 0
|
|
135
|
+
},
|
|
136
|
+
"blpop": {
|
|
137
|
+
"arity": -3,
|
|
138
|
+
"flags": [
|
|
139
|
+
"write",
|
|
140
|
+
"noscript",
|
|
141
|
+
"blocking"
|
|
142
|
+
],
|
|
143
|
+
"keyStart": 1,
|
|
144
|
+
"keyStop": -2,
|
|
145
|
+
"step": 1
|
|
146
|
+
},
|
|
147
|
+
"brpop": {
|
|
148
|
+
"arity": -3,
|
|
149
|
+
"flags": [
|
|
150
|
+
"write",
|
|
151
|
+
"noscript",
|
|
152
|
+
"blocking"
|
|
153
|
+
],
|
|
154
|
+
"keyStart": 1,
|
|
155
|
+
"keyStop": -2,
|
|
156
|
+
"step": 1
|
|
157
|
+
},
|
|
158
|
+
"brpoplpush": {
|
|
159
|
+
"arity": 4,
|
|
160
|
+
"flags": [
|
|
161
|
+
"write",
|
|
162
|
+
"denyoom",
|
|
163
|
+
"noscript",
|
|
164
|
+
"blocking"
|
|
165
|
+
],
|
|
166
|
+
"keyStart": 1,
|
|
167
|
+
"keyStop": 2,
|
|
168
|
+
"step": 1
|
|
169
|
+
},
|
|
170
|
+
"bzmpop": {
|
|
171
|
+
"arity": -5,
|
|
172
|
+
"flags": [
|
|
173
|
+
"write",
|
|
174
|
+
"blocking",
|
|
175
|
+
"movablekeys"
|
|
176
|
+
],
|
|
177
|
+
"keyStart": 0,
|
|
178
|
+
"keyStop": 0,
|
|
179
|
+
"step": 0
|
|
180
|
+
},
|
|
181
|
+
"bzpopmax": {
|
|
182
|
+
"arity": -3,
|
|
183
|
+
"flags": [
|
|
184
|
+
"write",
|
|
185
|
+
"noscript",
|
|
186
|
+
"blocking",
|
|
187
|
+
"fast"
|
|
188
|
+
],
|
|
189
|
+
"keyStart": 1,
|
|
190
|
+
"keyStop": -2,
|
|
191
|
+
"step": 1
|
|
192
|
+
},
|
|
193
|
+
"bzpopmin": {
|
|
194
|
+
"arity": -3,
|
|
195
|
+
"flags": [
|
|
196
|
+
"write",
|
|
197
|
+
"noscript",
|
|
198
|
+
"blocking",
|
|
199
|
+
"fast"
|
|
200
|
+
],
|
|
201
|
+
"keyStart": 1,
|
|
202
|
+
"keyStop": -2,
|
|
203
|
+
"step": 1
|
|
204
|
+
},
|
|
205
|
+
"client": {
|
|
206
|
+
"arity": -2,
|
|
207
|
+
"flags": [],
|
|
208
|
+
"keyStart": 0,
|
|
209
|
+
"keyStop": 0,
|
|
210
|
+
"step": 0
|
|
211
|
+
},
|
|
212
|
+
"cluster": {
|
|
213
|
+
"arity": -2,
|
|
214
|
+
"flags": [],
|
|
215
|
+
"keyStart": 0,
|
|
216
|
+
"keyStop": 0,
|
|
217
|
+
"step": 0
|
|
218
|
+
},
|
|
219
|
+
"command": {
|
|
220
|
+
"arity": -1,
|
|
221
|
+
"flags": [
|
|
222
|
+
"loading",
|
|
223
|
+
"stale"
|
|
224
|
+
],
|
|
225
|
+
"keyStart": 0,
|
|
226
|
+
"keyStop": 0,
|
|
227
|
+
"step": 0
|
|
228
|
+
},
|
|
229
|
+
"config": {
|
|
230
|
+
"arity": -2,
|
|
231
|
+
"flags": [],
|
|
232
|
+
"keyStart": 0,
|
|
233
|
+
"keyStop": 0,
|
|
234
|
+
"step": 0
|
|
235
|
+
},
|
|
236
|
+
"copy": {
|
|
237
|
+
"arity": -3,
|
|
238
|
+
"flags": [
|
|
239
|
+
"write",
|
|
240
|
+
"denyoom"
|
|
241
|
+
],
|
|
242
|
+
"keyStart": 1,
|
|
243
|
+
"keyStop": 2,
|
|
244
|
+
"step": 1
|
|
245
|
+
},
|
|
246
|
+
"dbsize": {
|
|
247
|
+
"arity": 1,
|
|
248
|
+
"flags": [
|
|
249
|
+
"readonly",
|
|
250
|
+
"fast"
|
|
251
|
+
],
|
|
252
|
+
"keyStart": 0,
|
|
253
|
+
"keyStop": 0,
|
|
254
|
+
"step": 0
|
|
255
|
+
},
|
|
256
|
+
"debug": {
|
|
257
|
+
"arity": -2,
|
|
258
|
+
"flags": [
|
|
259
|
+
"admin",
|
|
260
|
+
"noscript",
|
|
261
|
+
"loading",
|
|
262
|
+
"stale"
|
|
263
|
+
],
|
|
264
|
+
"keyStart": 0,
|
|
265
|
+
"keyStop": 0,
|
|
266
|
+
"step": 0
|
|
267
|
+
},
|
|
268
|
+
"decr": {
|
|
269
|
+
"arity": 2,
|
|
270
|
+
"flags": [
|
|
271
|
+
"write",
|
|
272
|
+
"denyoom",
|
|
273
|
+
"fast"
|
|
274
|
+
],
|
|
275
|
+
"keyStart": 1,
|
|
276
|
+
"keyStop": 1,
|
|
277
|
+
"step": 1
|
|
278
|
+
},
|
|
279
|
+
"decrby": {
|
|
280
|
+
"arity": 3,
|
|
281
|
+
"flags": [
|
|
282
|
+
"write",
|
|
283
|
+
"denyoom",
|
|
284
|
+
"fast"
|
|
285
|
+
],
|
|
286
|
+
"keyStart": 1,
|
|
287
|
+
"keyStop": 1,
|
|
288
|
+
"step": 1
|
|
289
|
+
},
|
|
290
|
+
"del": {
|
|
291
|
+
"arity": -2,
|
|
292
|
+
"flags": [
|
|
293
|
+
"write"
|
|
294
|
+
],
|
|
295
|
+
"keyStart": 1,
|
|
296
|
+
"keyStop": -1,
|
|
297
|
+
"step": 1
|
|
298
|
+
},
|
|
299
|
+
"discard": {
|
|
300
|
+
"arity": 1,
|
|
301
|
+
"flags": [
|
|
302
|
+
"noscript",
|
|
303
|
+
"loading",
|
|
304
|
+
"stale",
|
|
305
|
+
"fast",
|
|
306
|
+
"allow_busy"
|
|
307
|
+
],
|
|
308
|
+
"keyStart": 0,
|
|
309
|
+
"keyStop": 0,
|
|
310
|
+
"step": 0
|
|
311
|
+
},
|
|
312
|
+
"dump": {
|
|
313
|
+
"arity": 2,
|
|
314
|
+
"flags": [
|
|
315
|
+
"readonly"
|
|
316
|
+
],
|
|
317
|
+
"keyStart": 1,
|
|
318
|
+
"keyStop": 1,
|
|
319
|
+
"step": 1
|
|
320
|
+
},
|
|
321
|
+
"echo": {
|
|
322
|
+
"arity": 2,
|
|
323
|
+
"flags": [
|
|
324
|
+
"fast"
|
|
325
|
+
],
|
|
326
|
+
"keyStart": 0,
|
|
327
|
+
"keyStop": 0,
|
|
328
|
+
"step": 0
|
|
329
|
+
},
|
|
330
|
+
"eval": {
|
|
331
|
+
"arity": -3,
|
|
332
|
+
"flags": [
|
|
333
|
+
"noscript",
|
|
334
|
+
"stale",
|
|
335
|
+
"skip_monitor",
|
|
336
|
+
"no_mandatory_keys",
|
|
337
|
+
"movablekeys"
|
|
338
|
+
],
|
|
339
|
+
"keyStart": 0,
|
|
340
|
+
"keyStop": 0,
|
|
341
|
+
"step": 0
|
|
342
|
+
},
|
|
343
|
+
"eval_ro": {
|
|
344
|
+
"arity": -3,
|
|
345
|
+
"flags": [
|
|
346
|
+
"readonly",
|
|
347
|
+
"noscript",
|
|
348
|
+
"stale",
|
|
349
|
+
"skip_monitor",
|
|
350
|
+
"no_mandatory_keys",
|
|
351
|
+
"movablekeys"
|
|
352
|
+
],
|
|
353
|
+
"keyStart": 0,
|
|
354
|
+
"keyStop": 0,
|
|
355
|
+
"step": 0
|
|
356
|
+
},
|
|
357
|
+
"evalsha": {
|
|
358
|
+
"arity": -3,
|
|
359
|
+
"flags": [
|
|
360
|
+
"noscript",
|
|
361
|
+
"stale",
|
|
362
|
+
"skip_monitor",
|
|
363
|
+
"no_mandatory_keys",
|
|
364
|
+
"movablekeys"
|
|
365
|
+
],
|
|
366
|
+
"keyStart": 0,
|
|
367
|
+
"keyStop": 0,
|
|
368
|
+
"step": 0
|
|
369
|
+
},
|
|
370
|
+
"evalsha_ro": {
|
|
371
|
+
"arity": -3,
|
|
372
|
+
"flags": [
|
|
373
|
+
"readonly",
|
|
374
|
+
"noscript",
|
|
375
|
+
"stale",
|
|
376
|
+
"skip_monitor",
|
|
377
|
+
"no_mandatory_keys",
|
|
378
|
+
"movablekeys"
|
|
379
|
+
],
|
|
380
|
+
"keyStart": 0,
|
|
381
|
+
"keyStop": 0,
|
|
382
|
+
"step": 0
|
|
383
|
+
},
|
|
384
|
+
"exec": {
|
|
385
|
+
"arity": 1,
|
|
386
|
+
"flags": [
|
|
387
|
+
"noscript",
|
|
388
|
+
"loading",
|
|
389
|
+
"stale",
|
|
390
|
+
"skip_slowlog"
|
|
391
|
+
],
|
|
392
|
+
"keyStart": 0,
|
|
393
|
+
"keyStop": 0,
|
|
394
|
+
"step": 0
|
|
395
|
+
},
|
|
396
|
+
"exists": {
|
|
397
|
+
"arity": -2,
|
|
398
|
+
"flags": [
|
|
399
|
+
"readonly",
|
|
400
|
+
"fast"
|
|
401
|
+
],
|
|
402
|
+
"keyStart": 1,
|
|
403
|
+
"keyStop": -1,
|
|
404
|
+
"step": 1
|
|
405
|
+
},
|
|
406
|
+
"expire": {
|
|
407
|
+
"arity": -3,
|
|
408
|
+
"flags": [
|
|
409
|
+
"write",
|
|
410
|
+
"fast"
|
|
411
|
+
],
|
|
412
|
+
"keyStart": 1,
|
|
413
|
+
"keyStop": 1,
|
|
414
|
+
"step": 1
|
|
415
|
+
},
|
|
416
|
+
"expireat": {
|
|
417
|
+
"arity": -3,
|
|
418
|
+
"flags": [
|
|
419
|
+
"write",
|
|
420
|
+
"fast"
|
|
421
|
+
],
|
|
422
|
+
"keyStart": 1,
|
|
423
|
+
"keyStop": 1,
|
|
424
|
+
"step": 1
|
|
425
|
+
},
|
|
426
|
+
"expiretime": {
|
|
427
|
+
"arity": 2,
|
|
428
|
+
"flags": [
|
|
429
|
+
"readonly",
|
|
430
|
+
"fast"
|
|
431
|
+
],
|
|
432
|
+
"keyStart": 1,
|
|
433
|
+
"keyStop": 1,
|
|
434
|
+
"step": 1
|
|
435
|
+
},
|
|
436
|
+
"failover": {
|
|
437
|
+
"arity": -1,
|
|
438
|
+
"flags": [
|
|
439
|
+
"admin",
|
|
440
|
+
"noscript",
|
|
441
|
+
"stale"
|
|
442
|
+
],
|
|
443
|
+
"keyStart": 0,
|
|
444
|
+
"keyStop": 0,
|
|
445
|
+
"step": 0
|
|
446
|
+
},
|
|
447
|
+
"fcall": {
|
|
448
|
+
"arity": -3,
|
|
449
|
+
"flags": [
|
|
450
|
+
"noscript",
|
|
451
|
+
"stale",
|
|
452
|
+
"skip_monitor",
|
|
453
|
+
"no_mandatory_keys",
|
|
454
|
+
"movablekeys"
|
|
455
|
+
],
|
|
456
|
+
"keyStart": 0,
|
|
457
|
+
"keyStop": 0,
|
|
458
|
+
"step": 0
|
|
459
|
+
},
|
|
460
|
+
"fcall_ro": {
|
|
461
|
+
"arity": -3,
|
|
462
|
+
"flags": [
|
|
463
|
+
"readonly",
|
|
464
|
+
"noscript",
|
|
465
|
+
"stale",
|
|
466
|
+
"skip_monitor",
|
|
467
|
+
"no_mandatory_keys",
|
|
468
|
+
"movablekeys"
|
|
469
|
+
],
|
|
470
|
+
"keyStart": 0,
|
|
471
|
+
"keyStop": 0,
|
|
472
|
+
"step": 0
|
|
473
|
+
},
|
|
474
|
+
"flushall": {
|
|
475
|
+
"arity": -1,
|
|
476
|
+
"flags": [
|
|
477
|
+
"write"
|
|
478
|
+
],
|
|
479
|
+
"keyStart": 0,
|
|
480
|
+
"keyStop": 0,
|
|
481
|
+
"step": 0
|
|
482
|
+
},
|
|
483
|
+
"flushdb": {
|
|
484
|
+
"arity": -1,
|
|
485
|
+
"flags": [
|
|
486
|
+
"write"
|
|
487
|
+
],
|
|
488
|
+
"keyStart": 0,
|
|
489
|
+
"keyStop": 0,
|
|
490
|
+
"step": 0
|
|
491
|
+
},
|
|
492
|
+
"function": {
|
|
493
|
+
"arity": -2,
|
|
494
|
+
"flags": [],
|
|
495
|
+
"keyStart": 0,
|
|
496
|
+
"keyStop": 0,
|
|
497
|
+
"step": 0
|
|
498
|
+
},
|
|
499
|
+
"geoadd": {
|
|
500
|
+
"arity": -5,
|
|
501
|
+
"flags": [
|
|
502
|
+
"write",
|
|
503
|
+
"denyoom"
|
|
504
|
+
],
|
|
505
|
+
"keyStart": 1,
|
|
506
|
+
"keyStop": 1,
|
|
507
|
+
"step": 1
|
|
508
|
+
},
|
|
509
|
+
"geodist": {
|
|
510
|
+
"arity": -4,
|
|
511
|
+
"flags": [
|
|
512
|
+
"readonly"
|
|
513
|
+
],
|
|
514
|
+
"keyStart": 1,
|
|
515
|
+
"keyStop": 1,
|
|
516
|
+
"step": 1
|
|
517
|
+
},
|
|
518
|
+
"geohash": {
|
|
519
|
+
"arity": -2,
|
|
520
|
+
"flags": [
|
|
521
|
+
"readonly"
|
|
522
|
+
],
|
|
523
|
+
"keyStart": 1,
|
|
524
|
+
"keyStop": 1,
|
|
525
|
+
"step": 1
|
|
526
|
+
},
|
|
527
|
+
"geopos": {
|
|
528
|
+
"arity": -2,
|
|
529
|
+
"flags": [
|
|
530
|
+
"readonly"
|
|
531
|
+
],
|
|
532
|
+
"keyStart": 1,
|
|
533
|
+
"keyStop": 1,
|
|
534
|
+
"step": 1
|
|
535
|
+
},
|
|
536
|
+
"georadius": {
|
|
537
|
+
"arity": -6,
|
|
538
|
+
"flags": [
|
|
539
|
+
"write",
|
|
540
|
+
"denyoom",
|
|
541
|
+
"movablekeys"
|
|
542
|
+
],
|
|
543
|
+
"keyStart": 1,
|
|
544
|
+
"keyStop": 1,
|
|
545
|
+
"step": 1
|
|
546
|
+
},
|
|
547
|
+
"georadius_ro": {
|
|
548
|
+
"arity": -6,
|
|
549
|
+
"flags": [
|
|
550
|
+
"readonly"
|
|
551
|
+
],
|
|
552
|
+
"keyStart": 1,
|
|
553
|
+
"keyStop": 1,
|
|
554
|
+
"step": 1
|
|
555
|
+
},
|
|
556
|
+
"georadiusbymember": {
|
|
557
|
+
"arity": -5,
|
|
558
|
+
"flags": [
|
|
559
|
+
"write",
|
|
560
|
+
"denyoom",
|
|
561
|
+
"movablekeys"
|
|
562
|
+
],
|
|
563
|
+
"keyStart": 1,
|
|
564
|
+
"keyStop": 1,
|
|
565
|
+
"step": 1
|
|
566
|
+
},
|
|
567
|
+
"georadiusbymember_ro": {
|
|
568
|
+
"arity": -5,
|
|
569
|
+
"flags": [
|
|
570
|
+
"readonly"
|
|
571
|
+
],
|
|
572
|
+
"keyStart": 1,
|
|
573
|
+
"keyStop": 1,
|
|
574
|
+
"step": 1
|
|
575
|
+
},
|
|
576
|
+
"geosearch": {
|
|
577
|
+
"arity": -7,
|
|
578
|
+
"flags": [
|
|
579
|
+
"readonly"
|
|
580
|
+
],
|
|
581
|
+
"keyStart": 1,
|
|
582
|
+
"keyStop": 1,
|
|
583
|
+
"step": 1
|
|
584
|
+
},
|
|
585
|
+
"geosearchstore": {
|
|
586
|
+
"arity": -8,
|
|
587
|
+
"flags": [
|
|
588
|
+
"write",
|
|
589
|
+
"denyoom"
|
|
590
|
+
],
|
|
591
|
+
"keyStart": 1,
|
|
592
|
+
"keyStop": 2,
|
|
593
|
+
"step": 1
|
|
594
|
+
},
|
|
595
|
+
"get": {
|
|
596
|
+
"arity": 2,
|
|
597
|
+
"flags": [
|
|
598
|
+
"readonly",
|
|
599
|
+
"fast"
|
|
600
|
+
],
|
|
601
|
+
"keyStart": 1,
|
|
602
|
+
"keyStop": 1,
|
|
603
|
+
"step": 1
|
|
604
|
+
},
|
|
605
|
+
"getbit": {
|
|
606
|
+
"arity": 3,
|
|
607
|
+
"flags": [
|
|
608
|
+
"readonly",
|
|
609
|
+
"fast"
|
|
610
|
+
],
|
|
611
|
+
"keyStart": 1,
|
|
612
|
+
"keyStop": 1,
|
|
613
|
+
"step": 1
|
|
614
|
+
},
|
|
615
|
+
"getdel": {
|
|
616
|
+
"arity": 2,
|
|
617
|
+
"flags": [
|
|
618
|
+
"write",
|
|
619
|
+
"fast"
|
|
620
|
+
],
|
|
621
|
+
"keyStart": 1,
|
|
622
|
+
"keyStop": 1,
|
|
623
|
+
"step": 1
|
|
624
|
+
},
|
|
625
|
+
"getex": {
|
|
626
|
+
"arity": -2,
|
|
627
|
+
"flags": [
|
|
628
|
+
"write",
|
|
629
|
+
"fast"
|
|
630
|
+
],
|
|
631
|
+
"keyStart": 1,
|
|
632
|
+
"keyStop": 1,
|
|
633
|
+
"step": 1
|
|
634
|
+
},
|
|
635
|
+
"getrange": {
|
|
636
|
+
"arity": 4,
|
|
637
|
+
"flags": [
|
|
638
|
+
"readonly"
|
|
639
|
+
],
|
|
640
|
+
"keyStart": 1,
|
|
641
|
+
"keyStop": 1,
|
|
642
|
+
"step": 1
|
|
643
|
+
},
|
|
644
|
+
"getset": {
|
|
645
|
+
"arity": 3,
|
|
646
|
+
"flags": [
|
|
647
|
+
"write",
|
|
648
|
+
"denyoom",
|
|
649
|
+
"fast"
|
|
650
|
+
],
|
|
651
|
+
"keyStart": 1,
|
|
652
|
+
"keyStop": 1,
|
|
653
|
+
"step": 1
|
|
654
|
+
},
|
|
655
|
+
"hdel": {
|
|
656
|
+
"arity": -3,
|
|
657
|
+
"flags": [
|
|
658
|
+
"write",
|
|
659
|
+
"fast"
|
|
660
|
+
],
|
|
661
|
+
"keyStart": 1,
|
|
662
|
+
"keyStop": 1,
|
|
663
|
+
"step": 1
|
|
664
|
+
},
|
|
665
|
+
"hello": {
|
|
666
|
+
"arity": -1,
|
|
667
|
+
"flags": [
|
|
668
|
+
"noscript",
|
|
669
|
+
"loading",
|
|
670
|
+
"stale",
|
|
671
|
+
"fast",
|
|
672
|
+
"no_auth",
|
|
673
|
+
"allow_busy"
|
|
674
|
+
],
|
|
675
|
+
"keyStart": 0,
|
|
676
|
+
"keyStop": 0,
|
|
677
|
+
"step": 0
|
|
678
|
+
},
|
|
679
|
+
"hexists": {
|
|
680
|
+
"arity": 3,
|
|
681
|
+
"flags": [
|
|
682
|
+
"readonly",
|
|
683
|
+
"fast"
|
|
684
|
+
],
|
|
685
|
+
"keyStart": 1,
|
|
686
|
+
"keyStop": 1,
|
|
687
|
+
"step": 1
|
|
688
|
+
},
|
|
689
|
+
"hget": {
|
|
690
|
+
"arity": 3,
|
|
691
|
+
"flags": [
|
|
692
|
+
"readonly",
|
|
693
|
+
"fast"
|
|
694
|
+
],
|
|
695
|
+
"keyStart": 1,
|
|
696
|
+
"keyStop": 1,
|
|
697
|
+
"step": 1
|
|
698
|
+
},
|
|
699
|
+
"hgetall": {
|
|
700
|
+
"arity": 2,
|
|
701
|
+
"flags": [
|
|
702
|
+
"readonly"
|
|
703
|
+
],
|
|
704
|
+
"keyStart": 1,
|
|
705
|
+
"keyStop": 1,
|
|
706
|
+
"step": 1
|
|
707
|
+
},
|
|
708
|
+
"hincrby": {
|
|
709
|
+
"arity": 4,
|
|
710
|
+
"flags": [
|
|
711
|
+
"write",
|
|
712
|
+
"denyoom",
|
|
713
|
+
"fast"
|
|
714
|
+
],
|
|
715
|
+
"keyStart": 1,
|
|
716
|
+
"keyStop": 1,
|
|
717
|
+
"step": 1
|
|
718
|
+
},
|
|
719
|
+
"hincrbyfloat": {
|
|
720
|
+
"arity": 4,
|
|
721
|
+
"flags": [
|
|
722
|
+
"write",
|
|
723
|
+
"denyoom",
|
|
724
|
+
"fast"
|
|
725
|
+
],
|
|
726
|
+
"keyStart": 1,
|
|
727
|
+
"keyStop": 1,
|
|
728
|
+
"step": 1
|
|
729
|
+
},
|
|
730
|
+
"hkeys": {
|
|
731
|
+
"arity": 2,
|
|
732
|
+
"flags": [
|
|
733
|
+
"readonly"
|
|
734
|
+
],
|
|
735
|
+
"keyStart": 1,
|
|
736
|
+
"keyStop": 1,
|
|
737
|
+
"step": 1
|
|
738
|
+
},
|
|
739
|
+
"hlen": {
|
|
740
|
+
"arity": 2,
|
|
741
|
+
"flags": [
|
|
742
|
+
"readonly",
|
|
743
|
+
"fast"
|
|
744
|
+
],
|
|
745
|
+
"keyStart": 1,
|
|
746
|
+
"keyStop": 1,
|
|
747
|
+
"step": 1
|
|
748
|
+
},
|
|
749
|
+
"hmget": {
|
|
750
|
+
"arity": -3,
|
|
751
|
+
"flags": [
|
|
752
|
+
"readonly",
|
|
753
|
+
"fast"
|
|
754
|
+
],
|
|
755
|
+
"keyStart": 1,
|
|
756
|
+
"keyStop": 1,
|
|
757
|
+
"step": 1
|
|
758
|
+
},
|
|
759
|
+
"hmset": {
|
|
760
|
+
"arity": -4,
|
|
761
|
+
"flags": [
|
|
762
|
+
"write",
|
|
763
|
+
"denyoom",
|
|
764
|
+
"fast"
|
|
765
|
+
],
|
|
766
|
+
"keyStart": 1,
|
|
767
|
+
"keyStop": 1,
|
|
768
|
+
"step": 1
|
|
769
|
+
},
|
|
770
|
+
"hrandfield": {
|
|
771
|
+
"arity": -2,
|
|
772
|
+
"flags": [
|
|
773
|
+
"readonly"
|
|
774
|
+
],
|
|
775
|
+
"keyStart": 1,
|
|
776
|
+
"keyStop": 1,
|
|
777
|
+
"step": 1
|
|
778
|
+
},
|
|
779
|
+
"hscan": {
|
|
780
|
+
"arity": -3,
|
|
781
|
+
"flags": [
|
|
782
|
+
"readonly"
|
|
783
|
+
],
|
|
784
|
+
"keyStart": 1,
|
|
785
|
+
"keyStop": 1,
|
|
786
|
+
"step": 1
|
|
787
|
+
},
|
|
788
|
+
"hset": {
|
|
789
|
+
"arity": -4,
|
|
790
|
+
"flags": [
|
|
791
|
+
"write",
|
|
792
|
+
"denyoom",
|
|
793
|
+
"fast"
|
|
794
|
+
],
|
|
795
|
+
"keyStart": 1,
|
|
796
|
+
"keyStop": 1,
|
|
797
|
+
"step": 1
|
|
798
|
+
},
|
|
799
|
+
"hsetnx": {
|
|
800
|
+
"arity": 4,
|
|
801
|
+
"flags": [
|
|
802
|
+
"write",
|
|
803
|
+
"denyoom",
|
|
804
|
+
"fast"
|
|
805
|
+
],
|
|
806
|
+
"keyStart": 1,
|
|
807
|
+
"keyStop": 1,
|
|
808
|
+
"step": 1
|
|
809
|
+
},
|
|
810
|
+
"hstrlen": {
|
|
811
|
+
"arity": 3,
|
|
812
|
+
"flags": [
|
|
813
|
+
"readonly",
|
|
814
|
+
"fast"
|
|
815
|
+
],
|
|
816
|
+
"keyStart": 1,
|
|
817
|
+
"keyStop": 1,
|
|
818
|
+
"step": 1
|
|
819
|
+
},
|
|
820
|
+
"hvals": {
|
|
821
|
+
"arity": 2,
|
|
822
|
+
"flags": [
|
|
823
|
+
"readonly"
|
|
824
|
+
],
|
|
825
|
+
"keyStart": 1,
|
|
826
|
+
"keyStop": 1,
|
|
827
|
+
"step": 1
|
|
828
|
+
},
|
|
829
|
+
"incr": {
|
|
830
|
+
"arity": 2,
|
|
831
|
+
"flags": [
|
|
832
|
+
"write",
|
|
833
|
+
"denyoom",
|
|
834
|
+
"fast"
|
|
835
|
+
],
|
|
836
|
+
"keyStart": 1,
|
|
837
|
+
"keyStop": 1,
|
|
838
|
+
"step": 1
|
|
839
|
+
},
|
|
840
|
+
"incrby": {
|
|
841
|
+
"arity": 3,
|
|
842
|
+
"flags": [
|
|
843
|
+
"write",
|
|
844
|
+
"denyoom",
|
|
845
|
+
"fast"
|
|
846
|
+
],
|
|
847
|
+
"keyStart": 1,
|
|
848
|
+
"keyStop": 1,
|
|
849
|
+
"step": 1
|
|
850
|
+
},
|
|
851
|
+
"incrbyfloat": {
|
|
852
|
+
"arity": 3,
|
|
853
|
+
"flags": [
|
|
854
|
+
"write",
|
|
855
|
+
"denyoom",
|
|
856
|
+
"fast"
|
|
857
|
+
],
|
|
858
|
+
"keyStart": 1,
|
|
859
|
+
"keyStop": 1,
|
|
860
|
+
"step": 1
|
|
861
|
+
},
|
|
862
|
+
"info": {
|
|
863
|
+
"arity": -1,
|
|
864
|
+
"flags": [
|
|
865
|
+
"loading",
|
|
866
|
+
"stale"
|
|
867
|
+
],
|
|
868
|
+
"keyStart": 0,
|
|
869
|
+
"keyStop": 0,
|
|
870
|
+
"step": 0
|
|
871
|
+
},
|
|
872
|
+
"keys": {
|
|
873
|
+
"arity": 2,
|
|
874
|
+
"flags": [
|
|
875
|
+
"readonly"
|
|
876
|
+
],
|
|
877
|
+
"keyStart": 0,
|
|
878
|
+
"keyStop": 0,
|
|
879
|
+
"step": 0
|
|
880
|
+
},
|
|
881
|
+
"lastsave": {
|
|
882
|
+
"arity": 1,
|
|
883
|
+
"flags": [
|
|
884
|
+
"loading",
|
|
885
|
+
"stale",
|
|
886
|
+
"fast"
|
|
887
|
+
],
|
|
888
|
+
"keyStart": 0,
|
|
889
|
+
"keyStop": 0,
|
|
890
|
+
"step": 0
|
|
891
|
+
},
|
|
892
|
+
"latency": {
|
|
893
|
+
"arity": -2,
|
|
894
|
+
"flags": [],
|
|
895
|
+
"keyStart": 0,
|
|
896
|
+
"keyStop": 0,
|
|
897
|
+
"step": 0
|
|
898
|
+
},
|
|
899
|
+
"lcs": {
|
|
900
|
+
"arity": -3,
|
|
901
|
+
"flags": [
|
|
902
|
+
"readonly"
|
|
903
|
+
],
|
|
904
|
+
"keyStart": 1,
|
|
905
|
+
"keyStop": 2,
|
|
906
|
+
"step": 1
|
|
907
|
+
},
|
|
908
|
+
"lindex": {
|
|
909
|
+
"arity": 3,
|
|
910
|
+
"flags": [
|
|
911
|
+
"readonly"
|
|
912
|
+
],
|
|
913
|
+
"keyStart": 1,
|
|
914
|
+
"keyStop": 1,
|
|
915
|
+
"step": 1
|
|
916
|
+
},
|
|
917
|
+
"linsert": {
|
|
918
|
+
"arity": 5,
|
|
919
|
+
"flags": [
|
|
920
|
+
"write",
|
|
921
|
+
"denyoom"
|
|
922
|
+
],
|
|
923
|
+
"keyStart": 1,
|
|
924
|
+
"keyStop": 1,
|
|
925
|
+
"step": 1
|
|
926
|
+
},
|
|
927
|
+
"llen": {
|
|
928
|
+
"arity": 2,
|
|
929
|
+
"flags": [
|
|
930
|
+
"readonly",
|
|
931
|
+
"fast"
|
|
932
|
+
],
|
|
933
|
+
"keyStart": 1,
|
|
934
|
+
"keyStop": 1,
|
|
935
|
+
"step": 1
|
|
936
|
+
},
|
|
937
|
+
"lmove": {
|
|
938
|
+
"arity": 5,
|
|
939
|
+
"flags": [
|
|
940
|
+
"write",
|
|
941
|
+
"denyoom"
|
|
942
|
+
],
|
|
943
|
+
"keyStart": 1,
|
|
944
|
+
"keyStop": 2,
|
|
945
|
+
"step": 1
|
|
946
|
+
},
|
|
947
|
+
"lmpop": {
|
|
948
|
+
"arity": -4,
|
|
949
|
+
"flags": [
|
|
950
|
+
"write",
|
|
951
|
+
"movablekeys"
|
|
952
|
+
],
|
|
953
|
+
"keyStart": 0,
|
|
954
|
+
"keyStop": 0,
|
|
955
|
+
"step": 0
|
|
956
|
+
},
|
|
957
|
+
"lolwut": {
|
|
958
|
+
"arity": -1,
|
|
959
|
+
"flags": [
|
|
960
|
+
"readonly",
|
|
961
|
+
"fast"
|
|
962
|
+
],
|
|
963
|
+
"keyStart": 0,
|
|
964
|
+
"keyStop": 0,
|
|
965
|
+
"step": 0
|
|
966
|
+
},
|
|
967
|
+
"lpop": {
|
|
968
|
+
"arity": -2,
|
|
969
|
+
"flags": [
|
|
970
|
+
"write",
|
|
971
|
+
"fast"
|
|
972
|
+
],
|
|
973
|
+
"keyStart": 1,
|
|
974
|
+
"keyStop": 1,
|
|
975
|
+
"step": 1
|
|
976
|
+
},
|
|
977
|
+
"lpos": {
|
|
978
|
+
"arity": -3,
|
|
979
|
+
"flags": [
|
|
980
|
+
"readonly"
|
|
981
|
+
],
|
|
982
|
+
"keyStart": 1,
|
|
983
|
+
"keyStop": 1,
|
|
984
|
+
"step": 1
|
|
985
|
+
},
|
|
986
|
+
"lpush": {
|
|
987
|
+
"arity": -3,
|
|
988
|
+
"flags": [
|
|
989
|
+
"write",
|
|
990
|
+
"denyoom",
|
|
991
|
+
"fast"
|
|
992
|
+
],
|
|
993
|
+
"keyStart": 1,
|
|
994
|
+
"keyStop": 1,
|
|
995
|
+
"step": 1
|
|
996
|
+
},
|
|
997
|
+
"lpushx": {
|
|
998
|
+
"arity": -3,
|
|
999
|
+
"flags": [
|
|
1000
|
+
"write",
|
|
1001
|
+
"denyoom",
|
|
1002
|
+
"fast"
|
|
1003
|
+
],
|
|
1004
|
+
"keyStart": 1,
|
|
1005
|
+
"keyStop": 1,
|
|
1006
|
+
"step": 1
|
|
1007
|
+
},
|
|
1008
|
+
"lrange": {
|
|
1009
|
+
"arity": 4,
|
|
1010
|
+
"flags": [
|
|
1011
|
+
"readonly"
|
|
1012
|
+
],
|
|
1013
|
+
"keyStart": 1,
|
|
1014
|
+
"keyStop": 1,
|
|
1015
|
+
"step": 1
|
|
1016
|
+
},
|
|
1017
|
+
"lrem": {
|
|
1018
|
+
"arity": 4,
|
|
1019
|
+
"flags": [
|
|
1020
|
+
"write"
|
|
1021
|
+
],
|
|
1022
|
+
"keyStart": 1,
|
|
1023
|
+
"keyStop": 1,
|
|
1024
|
+
"step": 1
|
|
1025
|
+
},
|
|
1026
|
+
"lset": {
|
|
1027
|
+
"arity": 4,
|
|
1028
|
+
"flags": [
|
|
1029
|
+
"write",
|
|
1030
|
+
"denyoom"
|
|
1031
|
+
],
|
|
1032
|
+
"keyStart": 1,
|
|
1033
|
+
"keyStop": 1,
|
|
1034
|
+
"step": 1
|
|
1035
|
+
},
|
|
1036
|
+
"ltrim": {
|
|
1037
|
+
"arity": 4,
|
|
1038
|
+
"flags": [
|
|
1039
|
+
"write"
|
|
1040
|
+
],
|
|
1041
|
+
"keyStart": 1,
|
|
1042
|
+
"keyStop": 1,
|
|
1043
|
+
"step": 1
|
|
1044
|
+
},
|
|
1045
|
+
"memory": {
|
|
1046
|
+
"arity": -2,
|
|
1047
|
+
"flags": [],
|
|
1048
|
+
"keyStart": 0,
|
|
1049
|
+
"keyStop": 0,
|
|
1050
|
+
"step": 0
|
|
1051
|
+
},
|
|
1052
|
+
"mget": {
|
|
1053
|
+
"arity": -2,
|
|
1054
|
+
"flags": [
|
|
1055
|
+
"readonly",
|
|
1056
|
+
"fast"
|
|
1057
|
+
],
|
|
1058
|
+
"keyStart": 1,
|
|
1059
|
+
"keyStop": -1,
|
|
1060
|
+
"step": 1
|
|
1061
|
+
},
|
|
1062
|
+
"migrate": {
|
|
1063
|
+
"arity": -6,
|
|
1064
|
+
"flags": [
|
|
1065
|
+
"write",
|
|
1066
|
+
"movablekeys"
|
|
1067
|
+
],
|
|
1068
|
+
"keyStart": 3,
|
|
1069
|
+
"keyStop": 3,
|
|
1070
|
+
"step": 1
|
|
1071
|
+
},
|
|
1072
|
+
"module": {
|
|
1073
|
+
"arity": -2,
|
|
1074
|
+
"flags": [],
|
|
1075
|
+
"keyStart": 0,
|
|
1076
|
+
"keyStop": 0,
|
|
1077
|
+
"step": 0
|
|
1078
|
+
},
|
|
1079
|
+
"monitor": {
|
|
1080
|
+
"arity": 1,
|
|
1081
|
+
"flags": [
|
|
1082
|
+
"admin",
|
|
1083
|
+
"noscript",
|
|
1084
|
+
"loading",
|
|
1085
|
+
"stale"
|
|
1086
|
+
],
|
|
1087
|
+
"keyStart": 0,
|
|
1088
|
+
"keyStop": 0,
|
|
1089
|
+
"step": 0
|
|
1090
|
+
},
|
|
1091
|
+
"move": {
|
|
1092
|
+
"arity": 3,
|
|
1093
|
+
"flags": [
|
|
1094
|
+
"write",
|
|
1095
|
+
"fast"
|
|
1096
|
+
],
|
|
1097
|
+
"keyStart": 1,
|
|
1098
|
+
"keyStop": 1,
|
|
1099
|
+
"step": 1
|
|
1100
|
+
},
|
|
1101
|
+
"mset": {
|
|
1102
|
+
"arity": -3,
|
|
1103
|
+
"flags": [
|
|
1104
|
+
"write",
|
|
1105
|
+
"denyoom"
|
|
1106
|
+
],
|
|
1107
|
+
"keyStart": 1,
|
|
1108
|
+
"keyStop": -1,
|
|
1109
|
+
"step": 2
|
|
1110
|
+
},
|
|
1111
|
+
"msetnx": {
|
|
1112
|
+
"arity": -3,
|
|
1113
|
+
"flags": [
|
|
1114
|
+
"write",
|
|
1115
|
+
"denyoom"
|
|
1116
|
+
],
|
|
1117
|
+
"keyStart": 1,
|
|
1118
|
+
"keyStop": -1,
|
|
1119
|
+
"step": 2
|
|
1120
|
+
},
|
|
1121
|
+
"multi": {
|
|
1122
|
+
"arity": 1,
|
|
1123
|
+
"flags": [
|
|
1124
|
+
"noscript",
|
|
1125
|
+
"loading",
|
|
1126
|
+
"stale",
|
|
1127
|
+
"fast",
|
|
1128
|
+
"allow_busy"
|
|
1129
|
+
],
|
|
1130
|
+
"keyStart": 0,
|
|
1131
|
+
"keyStop": 0,
|
|
1132
|
+
"step": 0
|
|
1133
|
+
},
|
|
1134
|
+
"object": {
|
|
1135
|
+
"arity": -2,
|
|
1136
|
+
"flags": [],
|
|
1137
|
+
"keyStart": 0,
|
|
1138
|
+
"keyStop": 0,
|
|
1139
|
+
"step": 0
|
|
1140
|
+
},
|
|
1141
|
+
"persist": {
|
|
1142
|
+
"arity": 2,
|
|
1143
|
+
"flags": [
|
|
1144
|
+
"write",
|
|
1145
|
+
"fast"
|
|
1146
|
+
],
|
|
1147
|
+
"keyStart": 1,
|
|
1148
|
+
"keyStop": 1,
|
|
1149
|
+
"step": 1
|
|
1150
|
+
},
|
|
1151
|
+
"pexpire": {
|
|
1152
|
+
"arity": -3,
|
|
1153
|
+
"flags": [
|
|
1154
|
+
"write",
|
|
1155
|
+
"fast"
|
|
1156
|
+
],
|
|
1157
|
+
"keyStart": 1,
|
|
1158
|
+
"keyStop": 1,
|
|
1159
|
+
"step": 1
|
|
1160
|
+
},
|
|
1161
|
+
"pexpireat": {
|
|
1162
|
+
"arity": -3,
|
|
1163
|
+
"flags": [
|
|
1164
|
+
"write",
|
|
1165
|
+
"fast"
|
|
1166
|
+
],
|
|
1167
|
+
"keyStart": 1,
|
|
1168
|
+
"keyStop": 1,
|
|
1169
|
+
"step": 1
|
|
1170
|
+
},
|
|
1171
|
+
"pexpiretime": {
|
|
1172
|
+
"arity": 2,
|
|
1173
|
+
"flags": [
|
|
1174
|
+
"readonly",
|
|
1175
|
+
"fast"
|
|
1176
|
+
],
|
|
1177
|
+
"keyStart": 1,
|
|
1178
|
+
"keyStop": 1,
|
|
1179
|
+
"step": 1
|
|
1180
|
+
},
|
|
1181
|
+
"pfadd": {
|
|
1182
|
+
"arity": -2,
|
|
1183
|
+
"flags": [
|
|
1184
|
+
"write",
|
|
1185
|
+
"denyoom",
|
|
1186
|
+
"fast"
|
|
1187
|
+
],
|
|
1188
|
+
"keyStart": 1,
|
|
1189
|
+
"keyStop": 1,
|
|
1190
|
+
"step": 1
|
|
1191
|
+
},
|
|
1192
|
+
"pfcount": {
|
|
1193
|
+
"arity": -2,
|
|
1194
|
+
"flags": [
|
|
1195
|
+
"readonly"
|
|
1196
|
+
],
|
|
1197
|
+
"keyStart": 1,
|
|
1198
|
+
"keyStop": -1,
|
|
1199
|
+
"step": 1
|
|
1200
|
+
},
|
|
1201
|
+
"pfdebug": {
|
|
1202
|
+
"arity": 3,
|
|
1203
|
+
"flags": [
|
|
1204
|
+
"write",
|
|
1205
|
+
"denyoom",
|
|
1206
|
+
"admin"
|
|
1207
|
+
],
|
|
1208
|
+
"keyStart": 2,
|
|
1209
|
+
"keyStop": 2,
|
|
1210
|
+
"step": 1
|
|
1211
|
+
},
|
|
1212
|
+
"pfmerge": {
|
|
1213
|
+
"arity": -2,
|
|
1214
|
+
"flags": [
|
|
1215
|
+
"write",
|
|
1216
|
+
"denyoom"
|
|
1217
|
+
],
|
|
1218
|
+
"keyStart": 1,
|
|
1219
|
+
"keyStop": -1,
|
|
1220
|
+
"step": 1
|
|
1221
|
+
},
|
|
1222
|
+
"pfselftest": {
|
|
1223
|
+
"arity": 1,
|
|
1224
|
+
"flags": [
|
|
1225
|
+
"admin"
|
|
1226
|
+
],
|
|
1227
|
+
"keyStart": 0,
|
|
1228
|
+
"keyStop": 0,
|
|
1229
|
+
"step": 0
|
|
1230
|
+
},
|
|
1231
|
+
"ping": {
|
|
1232
|
+
"arity": -1,
|
|
1233
|
+
"flags": [
|
|
1234
|
+
"fast"
|
|
1235
|
+
],
|
|
1236
|
+
"keyStart": 0,
|
|
1237
|
+
"keyStop": 0,
|
|
1238
|
+
"step": 0
|
|
1239
|
+
},
|
|
1240
|
+
"psetex": {
|
|
1241
|
+
"arity": 4,
|
|
1242
|
+
"flags": [
|
|
1243
|
+
"write",
|
|
1244
|
+
"denyoom"
|
|
1245
|
+
],
|
|
1246
|
+
"keyStart": 1,
|
|
1247
|
+
"keyStop": 1,
|
|
1248
|
+
"step": 1
|
|
1249
|
+
},
|
|
1250
|
+
"psubscribe": {
|
|
1251
|
+
"arity": -2,
|
|
1252
|
+
"flags": [
|
|
1253
|
+
"pubsub",
|
|
1254
|
+
"noscript",
|
|
1255
|
+
"loading",
|
|
1256
|
+
"stale"
|
|
1257
|
+
],
|
|
1258
|
+
"keyStart": 0,
|
|
1259
|
+
"keyStop": 0,
|
|
1260
|
+
"step": 0
|
|
1261
|
+
},
|
|
1262
|
+
"psync": {
|
|
1263
|
+
"arity": -3,
|
|
1264
|
+
"flags": [
|
|
1265
|
+
"admin",
|
|
1266
|
+
"noscript",
|
|
1267
|
+
"no_async_loading",
|
|
1268
|
+
"no_multi"
|
|
1269
|
+
],
|
|
1270
|
+
"keyStart": 0,
|
|
1271
|
+
"keyStop": 0,
|
|
1272
|
+
"step": 0
|
|
1273
|
+
},
|
|
1274
|
+
"pttl": {
|
|
1275
|
+
"arity": 2,
|
|
1276
|
+
"flags": [
|
|
1277
|
+
"readonly",
|
|
1278
|
+
"fast"
|
|
1279
|
+
],
|
|
1280
|
+
"keyStart": 1,
|
|
1281
|
+
"keyStop": 1,
|
|
1282
|
+
"step": 1
|
|
1283
|
+
},
|
|
1284
|
+
"publish": {
|
|
1285
|
+
"arity": 3,
|
|
1286
|
+
"flags": [
|
|
1287
|
+
"pubsub",
|
|
1288
|
+
"loading",
|
|
1289
|
+
"stale",
|
|
1290
|
+
"fast"
|
|
1291
|
+
],
|
|
1292
|
+
"keyStart": 0,
|
|
1293
|
+
"keyStop": 0,
|
|
1294
|
+
"step": 0
|
|
1295
|
+
},
|
|
1296
|
+
"pubsub": {
|
|
1297
|
+
"arity": -2,
|
|
1298
|
+
"flags": [],
|
|
1299
|
+
"keyStart": 0,
|
|
1300
|
+
"keyStop": 0,
|
|
1301
|
+
"step": 0
|
|
1302
|
+
},
|
|
1303
|
+
"punsubscribe": {
|
|
1304
|
+
"arity": -1,
|
|
1305
|
+
"flags": [
|
|
1306
|
+
"pubsub",
|
|
1307
|
+
"noscript",
|
|
1308
|
+
"loading",
|
|
1309
|
+
"stale"
|
|
1310
|
+
],
|
|
1311
|
+
"keyStart": 0,
|
|
1312
|
+
"keyStop": 0,
|
|
1313
|
+
"step": 0
|
|
1314
|
+
},
|
|
1315
|
+
"quit": {
|
|
1316
|
+
"arity": -1,
|
|
1317
|
+
"flags": [
|
|
1318
|
+
"noscript",
|
|
1319
|
+
"loading",
|
|
1320
|
+
"stale",
|
|
1321
|
+
"fast",
|
|
1322
|
+
"no_auth",
|
|
1323
|
+
"allow_busy"
|
|
1324
|
+
],
|
|
1325
|
+
"keyStart": 0,
|
|
1326
|
+
"keyStop": 0,
|
|
1327
|
+
"step": 0
|
|
1328
|
+
},
|
|
1329
|
+
"randomkey": {
|
|
1330
|
+
"arity": 1,
|
|
1331
|
+
"flags": [
|
|
1332
|
+
"readonly"
|
|
1333
|
+
],
|
|
1334
|
+
"keyStart": 0,
|
|
1335
|
+
"keyStop": 0,
|
|
1336
|
+
"step": 0
|
|
1337
|
+
},
|
|
1338
|
+
"readonly": {
|
|
1339
|
+
"arity": 1,
|
|
1340
|
+
"flags": [
|
|
1341
|
+
"loading",
|
|
1342
|
+
"stale",
|
|
1343
|
+
"fast"
|
|
1344
|
+
],
|
|
1345
|
+
"keyStart": 0,
|
|
1346
|
+
"keyStop": 0,
|
|
1347
|
+
"step": 0
|
|
1348
|
+
},
|
|
1349
|
+
"readwrite": {
|
|
1350
|
+
"arity": 1,
|
|
1351
|
+
"flags": [
|
|
1352
|
+
"loading",
|
|
1353
|
+
"stale",
|
|
1354
|
+
"fast"
|
|
1355
|
+
],
|
|
1356
|
+
"keyStart": 0,
|
|
1357
|
+
"keyStop": 0,
|
|
1358
|
+
"step": 0
|
|
1359
|
+
},
|
|
1360
|
+
"rename": {
|
|
1361
|
+
"arity": 3,
|
|
1362
|
+
"flags": [
|
|
1363
|
+
"write"
|
|
1364
|
+
],
|
|
1365
|
+
"keyStart": 1,
|
|
1366
|
+
"keyStop": 2,
|
|
1367
|
+
"step": 1
|
|
1368
|
+
},
|
|
1369
|
+
"renamenx": {
|
|
1370
|
+
"arity": 3,
|
|
1371
|
+
"flags": [
|
|
1372
|
+
"write",
|
|
1373
|
+
"fast"
|
|
1374
|
+
],
|
|
1375
|
+
"keyStart": 1,
|
|
1376
|
+
"keyStop": 2,
|
|
1377
|
+
"step": 1
|
|
1378
|
+
},
|
|
1379
|
+
"replconf": {
|
|
1380
|
+
"arity": -1,
|
|
1381
|
+
"flags": [
|
|
1382
|
+
"admin",
|
|
1383
|
+
"noscript",
|
|
1384
|
+
"loading",
|
|
1385
|
+
"stale",
|
|
1386
|
+
"allow_busy"
|
|
1387
|
+
],
|
|
1388
|
+
"keyStart": 0,
|
|
1389
|
+
"keyStop": 0,
|
|
1390
|
+
"step": 0
|
|
1391
|
+
},
|
|
1392
|
+
"replicaof": {
|
|
1393
|
+
"arity": 3,
|
|
1394
|
+
"flags": [
|
|
1395
|
+
"admin",
|
|
1396
|
+
"noscript",
|
|
1397
|
+
"stale",
|
|
1398
|
+
"no_async_loading"
|
|
1399
|
+
],
|
|
1400
|
+
"keyStart": 0,
|
|
1401
|
+
"keyStop": 0,
|
|
1402
|
+
"step": 0
|
|
1403
|
+
},
|
|
1404
|
+
"reset": {
|
|
1405
|
+
"arity": 1,
|
|
1406
|
+
"flags": [
|
|
1407
|
+
"noscript",
|
|
1408
|
+
"loading",
|
|
1409
|
+
"stale",
|
|
1410
|
+
"fast",
|
|
1411
|
+
"no_auth",
|
|
1412
|
+
"allow_busy"
|
|
1413
|
+
],
|
|
1414
|
+
"keyStart": 0,
|
|
1415
|
+
"keyStop": 0,
|
|
1416
|
+
"step": 0
|
|
1417
|
+
},
|
|
1418
|
+
"restore": {
|
|
1419
|
+
"arity": -4,
|
|
1420
|
+
"flags": [
|
|
1421
|
+
"write",
|
|
1422
|
+
"denyoom"
|
|
1423
|
+
],
|
|
1424
|
+
"keyStart": 1,
|
|
1425
|
+
"keyStop": 1,
|
|
1426
|
+
"step": 1
|
|
1427
|
+
},
|
|
1428
|
+
"restore-asking": {
|
|
1429
|
+
"arity": -4,
|
|
1430
|
+
"flags": [
|
|
1431
|
+
"write",
|
|
1432
|
+
"denyoom",
|
|
1433
|
+
"asking"
|
|
1434
|
+
],
|
|
1435
|
+
"keyStart": 1,
|
|
1436
|
+
"keyStop": 1,
|
|
1437
|
+
"step": 1
|
|
1438
|
+
},
|
|
1439
|
+
"role": {
|
|
1440
|
+
"arity": 1,
|
|
1441
|
+
"flags": [
|
|
1442
|
+
"noscript",
|
|
1443
|
+
"loading",
|
|
1444
|
+
"stale",
|
|
1445
|
+
"fast"
|
|
1446
|
+
],
|
|
1447
|
+
"keyStart": 0,
|
|
1448
|
+
"keyStop": 0,
|
|
1449
|
+
"step": 0
|
|
1450
|
+
},
|
|
1451
|
+
"rpop": {
|
|
1452
|
+
"arity": -2,
|
|
1453
|
+
"flags": [
|
|
1454
|
+
"write",
|
|
1455
|
+
"fast"
|
|
1456
|
+
],
|
|
1457
|
+
"keyStart": 1,
|
|
1458
|
+
"keyStop": 1,
|
|
1459
|
+
"step": 1
|
|
1460
|
+
},
|
|
1461
|
+
"rpoplpush": {
|
|
1462
|
+
"arity": 3,
|
|
1463
|
+
"flags": [
|
|
1464
|
+
"write",
|
|
1465
|
+
"denyoom"
|
|
1466
|
+
],
|
|
1467
|
+
"keyStart": 1,
|
|
1468
|
+
"keyStop": 2,
|
|
1469
|
+
"step": 1
|
|
1470
|
+
},
|
|
1471
|
+
"rpush": {
|
|
1472
|
+
"arity": -3,
|
|
1473
|
+
"flags": [
|
|
1474
|
+
"write",
|
|
1475
|
+
"denyoom",
|
|
1476
|
+
"fast"
|
|
1477
|
+
],
|
|
1478
|
+
"keyStart": 1,
|
|
1479
|
+
"keyStop": 1,
|
|
1480
|
+
"step": 1
|
|
1481
|
+
},
|
|
1482
|
+
"rpushx": {
|
|
1483
|
+
"arity": -3,
|
|
1484
|
+
"flags": [
|
|
1485
|
+
"write",
|
|
1486
|
+
"denyoom",
|
|
1487
|
+
"fast"
|
|
1488
|
+
],
|
|
1489
|
+
"keyStart": 1,
|
|
1490
|
+
"keyStop": 1,
|
|
1491
|
+
"step": 1
|
|
1492
|
+
},
|
|
1493
|
+
"sadd": {
|
|
1494
|
+
"arity": -3,
|
|
1495
|
+
"flags": [
|
|
1496
|
+
"write",
|
|
1497
|
+
"denyoom",
|
|
1498
|
+
"fast"
|
|
1499
|
+
],
|
|
1500
|
+
"keyStart": 1,
|
|
1501
|
+
"keyStop": 1,
|
|
1502
|
+
"step": 1
|
|
1503
|
+
},
|
|
1504
|
+
"save": {
|
|
1505
|
+
"arity": 1,
|
|
1506
|
+
"flags": [
|
|
1507
|
+
"admin",
|
|
1508
|
+
"noscript",
|
|
1509
|
+
"no_async_loading",
|
|
1510
|
+
"no_multi"
|
|
1511
|
+
],
|
|
1512
|
+
"keyStart": 0,
|
|
1513
|
+
"keyStop": 0,
|
|
1514
|
+
"step": 0
|
|
1515
|
+
},
|
|
1516
|
+
"scan": {
|
|
1517
|
+
"arity": -2,
|
|
1518
|
+
"flags": [
|
|
1519
|
+
"readonly"
|
|
1520
|
+
],
|
|
1521
|
+
"keyStart": 0,
|
|
1522
|
+
"keyStop": 0,
|
|
1523
|
+
"step": 0
|
|
1524
|
+
},
|
|
1525
|
+
"scard": {
|
|
1526
|
+
"arity": 2,
|
|
1527
|
+
"flags": [
|
|
1528
|
+
"readonly",
|
|
1529
|
+
"fast"
|
|
1530
|
+
],
|
|
1531
|
+
"keyStart": 1,
|
|
1532
|
+
"keyStop": 1,
|
|
1533
|
+
"step": 1
|
|
1534
|
+
},
|
|
1535
|
+
"script": {
|
|
1536
|
+
"arity": -2,
|
|
1537
|
+
"flags": [],
|
|
1538
|
+
"keyStart": 0,
|
|
1539
|
+
"keyStop": 0,
|
|
1540
|
+
"step": 0
|
|
1541
|
+
},
|
|
1542
|
+
"sdiff": {
|
|
1543
|
+
"arity": -2,
|
|
1544
|
+
"flags": [
|
|
1545
|
+
"readonly"
|
|
1546
|
+
],
|
|
1547
|
+
"keyStart": 1,
|
|
1548
|
+
"keyStop": -1,
|
|
1549
|
+
"step": 1
|
|
1550
|
+
},
|
|
1551
|
+
"sdiffstore": {
|
|
1552
|
+
"arity": -3,
|
|
1553
|
+
"flags": [
|
|
1554
|
+
"write",
|
|
1555
|
+
"denyoom"
|
|
1556
|
+
],
|
|
1557
|
+
"keyStart": 1,
|
|
1558
|
+
"keyStop": -1,
|
|
1559
|
+
"step": 1
|
|
1560
|
+
},
|
|
1561
|
+
"select": {
|
|
1562
|
+
"arity": 2,
|
|
1563
|
+
"flags": [
|
|
1564
|
+
"loading",
|
|
1565
|
+
"stale",
|
|
1566
|
+
"fast"
|
|
1567
|
+
],
|
|
1568
|
+
"keyStart": 0,
|
|
1569
|
+
"keyStop": 0,
|
|
1570
|
+
"step": 0
|
|
1571
|
+
},
|
|
1572
|
+
"set": {
|
|
1573
|
+
"arity": -3,
|
|
1574
|
+
"flags": [
|
|
1575
|
+
"write",
|
|
1576
|
+
"denyoom"
|
|
1577
|
+
],
|
|
1578
|
+
"keyStart": 1,
|
|
1579
|
+
"keyStop": 1,
|
|
1580
|
+
"step": 1
|
|
1581
|
+
},
|
|
1582
|
+
"setbit": {
|
|
1583
|
+
"arity": 4,
|
|
1584
|
+
"flags": [
|
|
1585
|
+
"write",
|
|
1586
|
+
"denyoom"
|
|
1587
|
+
],
|
|
1588
|
+
"keyStart": 1,
|
|
1589
|
+
"keyStop": 1,
|
|
1590
|
+
"step": 1
|
|
1591
|
+
},
|
|
1592
|
+
"setex": {
|
|
1593
|
+
"arity": 4,
|
|
1594
|
+
"flags": [
|
|
1595
|
+
"write",
|
|
1596
|
+
"denyoom"
|
|
1597
|
+
],
|
|
1598
|
+
"keyStart": 1,
|
|
1599
|
+
"keyStop": 1,
|
|
1600
|
+
"step": 1
|
|
1601
|
+
},
|
|
1602
|
+
"setnx": {
|
|
1603
|
+
"arity": 3,
|
|
1604
|
+
"flags": [
|
|
1605
|
+
"write",
|
|
1606
|
+
"denyoom",
|
|
1607
|
+
"fast"
|
|
1608
|
+
],
|
|
1609
|
+
"keyStart": 1,
|
|
1610
|
+
"keyStop": 1,
|
|
1611
|
+
"step": 1
|
|
1612
|
+
},
|
|
1613
|
+
"setrange": {
|
|
1614
|
+
"arity": 4,
|
|
1615
|
+
"flags": [
|
|
1616
|
+
"write",
|
|
1617
|
+
"denyoom"
|
|
1618
|
+
],
|
|
1619
|
+
"keyStart": 1,
|
|
1620
|
+
"keyStop": 1,
|
|
1621
|
+
"step": 1
|
|
1622
|
+
},
|
|
1623
|
+
"shutdown": {
|
|
1624
|
+
"arity": -1,
|
|
1625
|
+
"flags": [
|
|
1626
|
+
"admin",
|
|
1627
|
+
"noscript",
|
|
1628
|
+
"loading",
|
|
1629
|
+
"stale",
|
|
1630
|
+
"no_multi",
|
|
1631
|
+
"allow_busy"
|
|
1632
|
+
],
|
|
1633
|
+
"keyStart": 0,
|
|
1634
|
+
"keyStop": 0,
|
|
1635
|
+
"step": 0
|
|
1636
|
+
},
|
|
1637
|
+
"sinter": {
|
|
1638
|
+
"arity": -2,
|
|
1639
|
+
"flags": [
|
|
1640
|
+
"readonly"
|
|
1641
|
+
],
|
|
1642
|
+
"keyStart": 1,
|
|
1643
|
+
"keyStop": -1,
|
|
1644
|
+
"step": 1
|
|
1645
|
+
},
|
|
1646
|
+
"sintercard": {
|
|
1647
|
+
"arity": -3,
|
|
1648
|
+
"flags": [
|
|
1649
|
+
"readonly",
|
|
1650
|
+
"movablekeys"
|
|
1651
|
+
],
|
|
1652
|
+
"keyStart": 0,
|
|
1653
|
+
"keyStop": 0,
|
|
1654
|
+
"step": 0
|
|
1655
|
+
},
|
|
1656
|
+
"sinterstore": {
|
|
1657
|
+
"arity": -3,
|
|
1658
|
+
"flags": [
|
|
1659
|
+
"write",
|
|
1660
|
+
"denyoom"
|
|
1661
|
+
],
|
|
1662
|
+
"keyStart": 1,
|
|
1663
|
+
"keyStop": -1,
|
|
1664
|
+
"step": 1
|
|
1665
|
+
},
|
|
1666
|
+
"sismember": {
|
|
1667
|
+
"arity": 3,
|
|
1668
|
+
"flags": [
|
|
1669
|
+
"readonly",
|
|
1670
|
+
"fast"
|
|
1671
|
+
],
|
|
1672
|
+
"keyStart": 1,
|
|
1673
|
+
"keyStop": 1,
|
|
1674
|
+
"step": 1
|
|
1675
|
+
},
|
|
1676
|
+
"slaveof": {
|
|
1677
|
+
"arity": 3,
|
|
1678
|
+
"flags": [
|
|
1679
|
+
"admin",
|
|
1680
|
+
"noscript",
|
|
1681
|
+
"stale",
|
|
1682
|
+
"no_async_loading"
|
|
1683
|
+
],
|
|
1684
|
+
"keyStart": 0,
|
|
1685
|
+
"keyStop": 0,
|
|
1686
|
+
"step": 0
|
|
1687
|
+
},
|
|
1688
|
+
"slowlog": {
|
|
1689
|
+
"arity": -2,
|
|
1690
|
+
"flags": [],
|
|
1691
|
+
"keyStart": 0,
|
|
1692
|
+
"keyStop": 0,
|
|
1693
|
+
"step": 0
|
|
1694
|
+
},
|
|
1695
|
+
"smembers": {
|
|
1696
|
+
"arity": 2,
|
|
1697
|
+
"flags": [
|
|
1698
|
+
"readonly"
|
|
1699
|
+
],
|
|
1700
|
+
"keyStart": 1,
|
|
1701
|
+
"keyStop": 1,
|
|
1702
|
+
"step": 1
|
|
1703
|
+
},
|
|
1704
|
+
"smismember": {
|
|
1705
|
+
"arity": -3,
|
|
1706
|
+
"flags": [
|
|
1707
|
+
"readonly",
|
|
1708
|
+
"fast"
|
|
1709
|
+
],
|
|
1710
|
+
"keyStart": 1,
|
|
1711
|
+
"keyStop": 1,
|
|
1712
|
+
"step": 1
|
|
1713
|
+
},
|
|
1714
|
+
"smove": {
|
|
1715
|
+
"arity": 4,
|
|
1716
|
+
"flags": [
|
|
1717
|
+
"write",
|
|
1718
|
+
"fast"
|
|
1719
|
+
],
|
|
1720
|
+
"keyStart": 1,
|
|
1721
|
+
"keyStop": 2,
|
|
1722
|
+
"step": 1
|
|
1723
|
+
},
|
|
1724
|
+
"sort": {
|
|
1725
|
+
"arity": -2,
|
|
1726
|
+
"flags": [
|
|
1727
|
+
"write",
|
|
1728
|
+
"denyoom",
|
|
1729
|
+
"movablekeys"
|
|
1730
|
+
],
|
|
1731
|
+
"keyStart": 1,
|
|
1732
|
+
"keyStop": 1,
|
|
1733
|
+
"step": 1
|
|
1734
|
+
},
|
|
1735
|
+
"sort_ro": {
|
|
1736
|
+
"arity": -2,
|
|
1737
|
+
"flags": [
|
|
1738
|
+
"readonly",
|
|
1739
|
+
"movablekeys"
|
|
1740
|
+
],
|
|
1741
|
+
"keyStart": 1,
|
|
1742
|
+
"keyStop": 1,
|
|
1743
|
+
"step": 1
|
|
1744
|
+
},
|
|
1745
|
+
"spop": {
|
|
1746
|
+
"arity": -2,
|
|
1747
|
+
"flags": [
|
|
1748
|
+
"write",
|
|
1749
|
+
"fast"
|
|
1750
|
+
],
|
|
1751
|
+
"keyStart": 1,
|
|
1752
|
+
"keyStop": 1,
|
|
1753
|
+
"step": 1
|
|
1754
|
+
},
|
|
1755
|
+
"spublish": {
|
|
1756
|
+
"arity": 3,
|
|
1757
|
+
"flags": [
|
|
1758
|
+
"pubsub",
|
|
1759
|
+
"loading",
|
|
1760
|
+
"stale",
|
|
1761
|
+
"fast"
|
|
1762
|
+
],
|
|
1763
|
+
"keyStart": 1,
|
|
1764
|
+
"keyStop": 1,
|
|
1765
|
+
"step": 1
|
|
1766
|
+
},
|
|
1767
|
+
"srandmember": {
|
|
1768
|
+
"arity": -2,
|
|
1769
|
+
"flags": [
|
|
1770
|
+
"readonly"
|
|
1771
|
+
],
|
|
1772
|
+
"keyStart": 1,
|
|
1773
|
+
"keyStop": 1,
|
|
1774
|
+
"step": 1
|
|
1775
|
+
},
|
|
1776
|
+
"srem": {
|
|
1777
|
+
"arity": -3,
|
|
1778
|
+
"flags": [
|
|
1779
|
+
"write",
|
|
1780
|
+
"fast"
|
|
1781
|
+
],
|
|
1782
|
+
"keyStart": 1,
|
|
1783
|
+
"keyStop": 1,
|
|
1784
|
+
"step": 1
|
|
1785
|
+
},
|
|
1786
|
+
"sscan": {
|
|
1787
|
+
"arity": -3,
|
|
1788
|
+
"flags": [
|
|
1789
|
+
"readonly"
|
|
1790
|
+
],
|
|
1791
|
+
"keyStart": 1,
|
|
1792
|
+
"keyStop": 1,
|
|
1793
|
+
"step": 1
|
|
1794
|
+
},
|
|
1795
|
+
"ssubscribe": {
|
|
1796
|
+
"arity": -2,
|
|
1797
|
+
"flags": [
|
|
1798
|
+
"pubsub",
|
|
1799
|
+
"noscript",
|
|
1800
|
+
"loading",
|
|
1801
|
+
"stale"
|
|
1802
|
+
],
|
|
1803
|
+
"keyStart": 1,
|
|
1804
|
+
"keyStop": -1,
|
|
1805
|
+
"step": 1
|
|
1806
|
+
},
|
|
1807
|
+
"strlen": {
|
|
1808
|
+
"arity": 2,
|
|
1809
|
+
"flags": [
|
|
1810
|
+
"readonly",
|
|
1811
|
+
"fast"
|
|
1812
|
+
],
|
|
1813
|
+
"keyStart": 1,
|
|
1814
|
+
"keyStop": 1,
|
|
1815
|
+
"step": 1
|
|
1816
|
+
},
|
|
1817
|
+
"subscribe": {
|
|
1818
|
+
"arity": -2,
|
|
1819
|
+
"flags": [
|
|
1820
|
+
"pubsub",
|
|
1821
|
+
"noscript",
|
|
1822
|
+
"loading",
|
|
1823
|
+
"stale"
|
|
1824
|
+
],
|
|
1825
|
+
"keyStart": 0,
|
|
1826
|
+
"keyStop": 0,
|
|
1827
|
+
"step": 0
|
|
1828
|
+
},
|
|
1829
|
+
"substr": {
|
|
1830
|
+
"arity": 4,
|
|
1831
|
+
"flags": [
|
|
1832
|
+
"readonly"
|
|
1833
|
+
],
|
|
1834
|
+
"keyStart": 1,
|
|
1835
|
+
"keyStop": 1,
|
|
1836
|
+
"step": 1
|
|
1837
|
+
},
|
|
1838
|
+
"sunion": {
|
|
1839
|
+
"arity": -2,
|
|
1840
|
+
"flags": [
|
|
1841
|
+
"readonly"
|
|
1842
|
+
],
|
|
1843
|
+
"keyStart": 1,
|
|
1844
|
+
"keyStop": -1,
|
|
1845
|
+
"step": 1
|
|
1846
|
+
},
|
|
1847
|
+
"sunionstore": {
|
|
1848
|
+
"arity": -3,
|
|
1849
|
+
"flags": [
|
|
1850
|
+
"write",
|
|
1851
|
+
"denyoom"
|
|
1852
|
+
],
|
|
1853
|
+
"keyStart": 1,
|
|
1854
|
+
"keyStop": -1,
|
|
1855
|
+
"step": 1
|
|
1856
|
+
},
|
|
1857
|
+
"sunsubscribe": {
|
|
1858
|
+
"arity": -1,
|
|
1859
|
+
"flags": [
|
|
1860
|
+
"pubsub",
|
|
1861
|
+
"noscript",
|
|
1862
|
+
"loading",
|
|
1863
|
+
"stale"
|
|
1864
|
+
],
|
|
1865
|
+
"keyStart": 1,
|
|
1866
|
+
"keyStop": -1,
|
|
1867
|
+
"step": 1
|
|
1868
|
+
},
|
|
1869
|
+
"swapdb": {
|
|
1870
|
+
"arity": 3,
|
|
1871
|
+
"flags": [
|
|
1872
|
+
"write",
|
|
1873
|
+
"fast"
|
|
1874
|
+
],
|
|
1875
|
+
"keyStart": 0,
|
|
1876
|
+
"keyStop": 0,
|
|
1877
|
+
"step": 0
|
|
1878
|
+
},
|
|
1879
|
+
"sync": {
|
|
1880
|
+
"arity": 1,
|
|
1881
|
+
"flags": [
|
|
1882
|
+
"admin",
|
|
1883
|
+
"noscript",
|
|
1884
|
+
"no_async_loading",
|
|
1885
|
+
"no_multi"
|
|
1886
|
+
],
|
|
1887
|
+
"keyStart": 0,
|
|
1888
|
+
"keyStop": 0,
|
|
1889
|
+
"step": 0
|
|
1890
|
+
},
|
|
1891
|
+
"time": {
|
|
1892
|
+
"arity": 1,
|
|
1893
|
+
"flags": [
|
|
1894
|
+
"loading",
|
|
1895
|
+
"stale",
|
|
1896
|
+
"fast"
|
|
1897
|
+
],
|
|
1898
|
+
"keyStart": 0,
|
|
1899
|
+
"keyStop": 0,
|
|
1900
|
+
"step": 0
|
|
1901
|
+
},
|
|
1902
|
+
"touch": {
|
|
1903
|
+
"arity": -2,
|
|
1904
|
+
"flags": [
|
|
1905
|
+
"readonly",
|
|
1906
|
+
"fast"
|
|
1907
|
+
],
|
|
1908
|
+
"keyStart": 1,
|
|
1909
|
+
"keyStop": -1,
|
|
1910
|
+
"step": 1
|
|
1911
|
+
},
|
|
1912
|
+
"ttl": {
|
|
1913
|
+
"arity": 2,
|
|
1914
|
+
"flags": [
|
|
1915
|
+
"readonly",
|
|
1916
|
+
"fast"
|
|
1917
|
+
],
|
|
1918
|
+
"keyStart": 1,
|
|
1919
|
+
"keyStop": 1,
|
|
1920
|
+
"step": 1
|
|
1921
|
+
},
|
|
1922
|
+
"type": {
|
|
1923
|
+
"arity": 2,
|
|
1924
|
+
"flags": [
|
|
1925
|
+
"readonly",
|
|
1926
|
+
"fast"
|
|
1927
|
+
],
|
|
1928
|
+
"keyStart": 1,
|
|
1929
|
+
"keyStop": 1,
|
|
1930
|
+
"step": 1
|
|
1931
|
+
},
|
|
1932
|
+
"unlink": {
|
|
1933
|
+
"arity": -2,
|
|
1934
|
+
"flags": [
|
|
1935
|
+
"write",
|
|
1936
|
+
"fast"
|
|
1937
|
+
],
|
|
1938
|
+
"keyStart": 1,
|
|
1939
|
+
"keyStop": -1,
|
|
1940
|
+
"step": 1
|
|
1941
|
+
},
|
|
1942
|
+
"unsubscribe": {
|
|
1943
|
+
"arity": -1,
|
|
1944
|
+
"flags": [
|
|
1945
|
+
"pubsub",
|
|
1946
|
+
"noscript",
|
|
1947
|
+
"loading",
|
|
1948
|
+
"stale"
|
|
1949
|
+
],
|
|
1950
|
+
"keyStart": 0,
|
|
1951
|
+
"keyStop": 0,
|
|
1952
|
+
"step": 0
|
|
1953
|
+
},
|
|
1954
|
+
"unwatch": {
|
|
1955
|
+
"arity": 1,
|
|
1956
|
+
"flags": [
|
|
1957
|
+
"noscript",
|
|
1958
|
+
"loading",
|
|
1959
|
+
"stale",
|
|
1960
|
+
"fast",
|
|
1961
|
+
"allow_busy"
|
|
1962
|
+
],
|
|
1963
|
+
"keyStart": 0,
|
|
1964
|
+
"keyStop": 0,
|
|
1965
|
+
"step": 0
|
|
1966
|
+
},
|
|
1967
|
+
"wait": {
|
|
1968
|
+
"arity": 3,
|
|
1969
|
+
"flags": [
|
|
1970
|
+
"noscript"
|
|
1971
|
+
],
|
|
1972
|
+
"keyStart": 0,
|
|
1973
|
+
"keyStop": 0,
|
|
1974
|
+
"step": 0
|
|
1975
|
+
},
|
|
1976
|
+
"watch": {
|
|
1977
|
+
"arity": -2,
|
|
1978
|
+
"flags": [
|
|
1979
|
+
"noscript",
|
|
1980
|
+
"loading",
|
|
1981
|
+
"stale",
|
|
1982
|
+
"fast",
|
|
1983
|
+
"allow_busy"
|
|
1984
|
+
],
|
|
1985
|
+
"keyStart": 1,
|
|
1986
|
+
"keyStop": -1,
|
|
1987
|
+
"step": 1
|
|
1988
|
+
},
|
|
1989
|
+
"xack": {
|
|
1990
|
+
"arity": -4,
|
|
1991
|
+
"flags": [
|
|
1992
|
+
"write",
|
|
1993
|
+
"fast"
|
|
1994
|
+
],
|
|
1995
|
+
"keyStart": 1,
|
|
1996
|
+
"keyStop": 1,
|
|
1997
|
+
"step": 1
|
|
1998
|
+
},
|
|
1999
|
+
"xadd": {
|
|
2000
|
+
"arity": -5,
|
|
2001
|
+
"flags": [
|
|
2002
|
+
"write",
|
|
2003
|
+
"denyoom",
|
|
2004
|
+
"fast"
|
|
2005
|
+
],
|
|
2006
|
+
"keyStart": 1,
|
|
2007
|
+
"keyStop": 1,
|
|
2008
|
+
"step": 1
|
|
2009
|
+
},
|
|
2010
|
+
"xautoclaim": {
|
|
2011
|
+
"arity": -6,
|
|
2012
|
+
"flags": [
|
|
2013
|
+
"write",
|
|
2014
|
+
"fast"
|
|
2015
|
+
],
|
|
2016
|
+
"keyStart": 1,
|
|
2017
|
+
"keyStop": 1,
|
|
2018
|
+
"step": 1
|
|
2019
|
+
},
|
|
2020
|
+
"xclaim": {
|
|
2021
|
+
"arity": -6,
|
|
2022
|
+
"flags": [
|
|
2023
|
+
"write",
|
|
2024
|
+
"fast"
|
|
2025
|
+
],
|
|
2026
|
+
"keyStart": 1,
|
|
2027
|
+
"keyStop": 1,
|
|
2028
|
+
"step": 1
|
|
2029
|
+
},
|
|
2030
|
+
"xdel": {
|
|
2031
|
+
"arity": -3,
|
|
2032
|
+
"flags": [
|
|
2033
|
+
"write",
|
|
2034
|
+
"fast"
|
|
2035
|
+
],
|
|
2036
|
+
"keyStart": 1,
|
|
2037
|
+
"keyStop": 1,
|
|
2038
|
+
"step": 1
|
|
2039
|
+
},
|
|
2040
|
+
"xgroup": {
|
|
2041
|
+
"arity": -2,
|
|
2042
|
+
"flags": [],
|
|
2043
|
+
"keyStart": 0,
|
|
2044
|
+
"keyStop": 0,
|
|
2045
|
+
"step": 0
|
|
2046
|
+
},
|
|
2047
|
+
"xinfo": {
|
|
2048
|
+
"arity": -2,
|
|
2049
|
+
"flags": [],
|
|
2050
|
+
"keyStart": 0,
|
|
2051
|
+
"keyStop": 0,
|
|
2052
|
+
"step": 0
|
|
2053
|
+
},
|
|
2054
|
+
"xlen": {
|
|
2055
|
+
"arity": 2,
|
|
2056
|
+
"flags": [
|
|
2057
|
+
"readonly",
|
|
2058
|
+
"fast"
|
|
2059
|
+
],
|
|
2060
|
+
"keyStart": 1,
|
|
2061
|
+
"keyStop": 1,
|
|
2062
|
+
"step": 1
|
|
2063
|
+
},
|
|
2064
|
+
"xpending": {
|
|
2065
|
+
"arity": -3,
|
|
2066
|
+
"flags": [
|
|
2067
|
+
"readonly"
|
|
2068
|
+
],
|
|
2069
|
+
"keyStart": 1,
|
|
2070
|
+
"keyStop": 1,
|
|
2071
|
+
"step": 1
|
|
2072
|
+
},
|
|
2073
|
+
"xrange": {
|
|
2074
|
+
"arity": -4,
|
|
2075
|
+
"flags": [
|
|
2076
|
+
"readonly"
|
|
2077
|
+
],
|
|
2078
|
+
"keyStart": 1,
|
|
2079
|
+
"keyStop": 1,
|
|
2080
|
+
"step": 1
|
|
2081
|
+
},
|
|
2082
|
+
"xread": {
|
|
2083
|
+
"arity": -4,
|
|
2084
|
+
"flags": [
|
|
2085
|
+
"readonly",
|
|
2086
|
+
"blocking",
|
|
2087
|
+
"movablekeys"
|
|
2088
|
+
],
|
|
2089
|
+
"keyStart": 0,
|
|
2090
|
+
"keyStop": 0,
|
|
2091
|
+
"step": 0
|
|
2092
|
+
},
|
|
2093
|
+
"xreadgroup": {
|
|
2094
|
+
"arity": -7,
|
|
2095
|
+
"flags": [
|
|
2096
|
+
"write",
|
|
2097
|
+
"blocking",
|
|
2098
|
+
"movablekeys"
|
|
2099
|
+
],
|
|
2100
|
+
"keyStart": 0,
|
|
2101
|
+
"keyStop": 0,
|
|
2102
|
+
"step": 0
|
|
2103
|
+
},
|
|
2104
|
+
"xrevrange": {
|
|
2105
|
+
"arity": -4,
|
|
2106
|
+
"flags": [
|
|
2107
|
+
"readonly"
|
|
2108
|
+
],
|
|
2109
|
+
"keyStart": 1,
|
|
2110
|
+
"keyStop": 1,
|
|
2111
|
+
"step": 1
|
|
2112
|
+
},
|
|
2113
|
+
"xsetid": {
|
|
2114
|
+
"arity": -3,
|
|
2115
|
+
"flags": [
|
|
2116
|
+
"write",
|
|
2117
|
+
"denyoom",
|
|
2118
|
+
"fast"
|
|
2119
|
+
],
|
|
2120
|
+
"keyStart": 1,
|
|
2121
|
+
"keyStop": 1,
|
|
2122
|
+
"step": 1
|
|
2123
|
+
},
|
|
2124
|
+
"xtrim": {
|
|
2125
|
+
"arity": -4,
|
|
2126
|
+
"flags": [
|
|
2127
|
+
"write"
|
|
2128
|
+
],
|
|
2129
|
+
"keyStart": 1,
|
|
2130
|
+
"keyStop": 1,
|
|
2131
|
+
"step": 1
|
|
2132
|
+
},
|
|
2133
|
+
"zadd": {
|
|
2134
|
+
"arity": -4,
|
|
2135
|
+
"flags": [
|
|
2136
|
+
"write",
|
|
2137
|
+
"denyoom",
|
|
2138
|
+
"fast"
|
|
2139
|
+
],
|
|
2140
|
+
"keyStart": 1,
|
|
2141
|
+
"keyStop": 1,
|
|
2142
|
+
"step": 1
|
|
2143
|
+
},
|
|
2144
|
+
"zcard": {
|
|
2145
|
+
"arity": 2,
|
|
2146
|
+
"flags": [
|
|
2147
|
+
"readonly",
|
|
2148
|
+
"fast"
|
|
2149
|
+
],
|
|
2150
|
+
"keyStart": 1,
|
|
2151
|
+
"keyStop": 1,
|
|
2152
|
+
"step": 1
|
|
2153
|
+
},
|
|
2154
|
+
"zcount": {
|
|
2155
|
+
"arity": 4,
|
|
2156
|
+
"flags": [
|
|
2157
|
+
"readonly",
|
|
2158
|
+
"fast"
|
|
2159
|
+
],
|
|
2160
|
+
"keyStart": 1,
|
|
2161
|
+
"keyStop": 1,
|
|
2162
|
+
"step": 1
|
|
2163
|
+
},
|
|
2164
|
+
"zdiff": {
|
|
2165
|
+
"arity": -3,
|
|
2166
|
+
"flags": [
|
|
2167
|
+
"readonly",
|
|
2168
|
+
"movablekeys"
|
|
2169
|
+
],
|
|
2170
|
+
"keyStart": 0,
|
|
2171
|
+
"keyStop": 0,
|
|
2172
|
+
"step": 0
|
|
2173
|
+
},
|
|
2174
|
+
"zdiffstore": {
|
|
2175
|
+
"arity": -4,
|
|
2176
|
+
"flags": [
|
|
2177
|
+
"write",
|
|
2178
|
+
"denyoom",
|
|
2179
|
+
"movablekeys"
|
|
2180
|
+
],
|
|
2181
|
+
"keyStart": 1,
|
|
2182
|
+
"keyStop": 1,
|
|
2183
|
+
"step": 1
|
|
2184
|
+
},
|
|
2185
|
+
"zincrby": {
|
|
2186
|
+
"arity": 4,
|
|
2187
|
+
"flags": [
|
|
2188
|
+
"write",
|
|
2189
|
+
"denyoom",
|
|
2190
|
+
"fast"
|
|
2191
|
+
],
|
|
2192
|
+
"keyStart": 1,
|
|
2193
|
+
"keyStop": 1,
|
|
2194
|
+
"step": 1
|
|
2195
|
+
},
|
|
2196
|
+
"zinter": {
|
|
2197
|
+
"arity": -3,
|
|
2198
|
+
"flags": [
|
|
2199
|
+
"readonly",
|
|
2200
|
+
"movablekeys"
|
|
2201
|
+
],
|
|
2202
|
+
"keyStart": 0,
|
|
2203
|
+
"keyStop": 0,
|
|
2204
|
+
"step": 0
|
|
2205
|
+
},
|
|
2206
|
+
"zintercard": {
|
|
2207
|
+
"arity": -3,
|
|
2208
|
+
"flags": [
|
|
2209
|
+
"readonly",
|
|
2210
|
+
"movablekeys"
|
|
2211
|
+
],
|
|
2212
|
+
"keyStart": 0,
|
|
2213
|
+
"keyStop": 0,
|
|
2214
|
+
"step": 0
|
|
2215
|
+
},
|
|
2216
|
+
"zinterstore": {
|
|
2217
|
+
"arity": -4,
|
|
2218
|
+
"flags": [
|
|
2219
|
+
"write",
|
|
2220
|
+
"denyoom",
|
|
2221
|
+
"movablekeys"
|
|
2222
|
+
],
|
|
2223
|
+
"keyStart": 1,
|
|
2224
|
+
"keyStop": 1,
|
|
2225
|
+
"step": 1
|
|
2226
|
+
},
|
|
2227
|
+
"zlexcount": {
|
|
2228
|
+
"arity": 4,
|
|
2229
|
+
"flags": [
|
|
2230
|
+
"readonly",
|
|
2231
|
+
"fast"
|
|
2232
|
+
],
|
|
2233
|
+
"keyStart": 1,
|
|
2234
|
+
"keyStop": 1,
|
|
2235
|
+
"step": 1
|
|
2236
|
+
},
|
|
2237
|
+
"zmpop": {
|
|
2238
|
+
"arity": -4,
|
|
2239
|
+
"flags": [
|
|
2240
|
+
"write",
|
|
2241
|
+
"movablekeys"
|
|
2242
|
+
],
|
|
2243
|
+
"keyStart": 0,
|
|
2244
|
+
"keyStop": 0,
|
|
2245
|
+
"step": 0
|
|
2246
|
+
},
|
|
2247
|
+
"zmscore": {
|
|
2248
|
+
"arity": -3,
|
|
2249
|
+
"flags": [
|
|
2250
|
+
"readonly",
|
|
2251
|
+
"fast"
|
|
2252
|
+
],
|
|
2253
|
+
"keyStart": 1,
|
|
2254
|
+
"keyStop": 1,
|
|
2255
|
+
"step": 1
|
|
2256
|
+
},
|
|
2257
|
+
"zpopmax": {
|
|
2258
|
+
"arity": -2,
|
|
2259
|
+
"flags": [
|
|
2260
|
+
"write",
|
|
2261
|
+
"fast"
|
|
2262
|
+
],
|
|
2263
|
+
"keyStart": 1,
|
|
2264
|
+
"keyStop": 1,
|
|
2265
|
+
"step": 1
|
|
2266
|
+
},
|
|
2267
|
+
"zpopmin": {
|
|
2268
|
+
"arity": -2,
|
|
2269
|
+
"flags": [
|
|
2270
|
+
"write",
|
|
2271
|
+
"fast"
|
|
2272
|
+
],
|
|
2273
|
+
"keyStart": 1,
|
|
2274
|
+
"keyStop": 1,
|
|
2275
|
+
"step": 1
|
|
2276
|
+
},
|
|
2277
|
+
"zrandmember": {
|
|
2278
|
+
"arity": -2,
|
|
2279
|
+
"flags": [
|
|
2280
|
+
"readonly"
|
|
2281
|
+
],
|
|
2282
|
+
"keyStart": 1,
|
|
2283
|
+
"keyStop": 1,
|
|
2284
|
+
"step": 1
|
|
2285
|
+
},
|
|
2286
|
+
"zrange": {
|
|
2287
|
+
"arity": -4,
|
|
2288
|
+
"flags": [
|
|
2289
|
+
"readonly"
|
|
2290
|
+
],
|
|
2291
|
+
"keyStart": 1,
|
|
2292
|
+
"keyStop": 1,
|
|
2293
|
+
"step": 1
|
|
2294
|
+
},
|
|
2295
|
+
"zrangebylex": {
|
|
2296
|
+
"arity": -4,
|
|
2297
|
+
"flags": [
|
|
2298
|
+
"readonly"
|
|
2299
|
+
],
|
|
2300
|
+
"keyStart": 1,
|
|
2301
|
+
"keyStop": 1,
|
|
2302
|
+
"step": 1
|
|
2303
|
+
},
|
|
2304
|
+
"zrangebyscore": {
|
|
2305
|
+
"arity": -4,
|
|
2306
|
+
"flags": [
|
|
2307
|
+
"readonly"
|
|
2308
|
+
],
|
|
2309
|
+
"keyStart": 1,
|
|
2310
|
+
"keyStop": 1,
|
|
2311
|
+
"step": 1
|
|
2312
|
+
},
|
|
2313
|
+
"zrangestore": {
|
|
2314
|
+
"arity": -5,
|
|
2315
|
+
"flags": [
|
|
2316
|
+
"write",
|
|
2317
|
+
"denyoom"
|
|
2318
|
+
],
|
|
2319
|
+
"keyStart": 1,
|
|
2320
|
+
"keyStop": 2,
|
|
2321
|
+
"step": 1
|
|
2322
|
+
},
|
|
2323
|
+
"zrank": {
|
|
2324
|
+
"arity": 3,
|
|
2325
|
+
"flags": [
|
|
2326
|
+
"readonly",
|
|
2327
|
+
"fast"
|
|
2328
|
+
],
|
|
2329
|
+
"keyStart": 1,
|
|
2330
|
+
"keyStop": 1,
|
|
2331
|
+
"step": 1
|
|
2332
|
+
},
|
|
2333
|
+
"zrem": {
|
|
2334
|
+
"arity": -3,
|
|
2335
|
+
"flags": [
|
|
2336
|
+
"write",
|
|
2337
|
+
"fast"
|
|
2338
|
+
],
|
|
2339
|
+
"keyStart": 1,
|
|
2340
|
+
"keyStop": 1,
|
|
2341
|
+
"step": 1
|
|
2342
|
+
},
|
|
2343
|
+
"zremrangebylex": {
|
|
2344
|
+
"arity": 4,
|
|
2345
|
+
"flags": [
|
|
2346
|
+
"write"
|
|
2347
|
+
],
|
|
2348
|
+
"keyStart": 1,
|
|
2349
|
+
"keyStop": 1,
|
|
2350
|
+
"step": 1
|
|
2351
|
+
},
|
|
2352
|
+
"zremrangebyrank": {
|
|
2353
|
+
"arity": 4,
|
|
2354
|
+
"flags": [
|
|
2355
|
+
"write"
|
|
2356
|
+
],
|
|
2357
|
+
"keyStart": 1,
|
|
2358
|
+
"keyStop": 1,
|
|
2359
|
+
"step": 1
|
|
2360
|
+
},
|
|
2361
|
+
"zremrangebyscore": {
|
|
2362
|
+
"arity": 4,
|
|
2363
|
+
"flags": [
|
|
2364
|
+
"write"
|
|
2365
|
+
],
|
|
2366
|
+
"keyStart": 1,
|
|
2367
|
+
"keyStop": 1,
|
|
2368
|
+
"step": 1
|
|
2369
|
+
},
|
|
2370
|
+
"zrevrange": {
|
|
2371
|
+
"arity": -4,
|
|
2372
|
+
"flags": [
|
|
2373
|
+
"readonly"
|
|
2374
|
+
],
|
|
2375
|
+
"keyStart": 1,
|
|
2376
|
+
"keyStop": 1,
|
|
2377
|
+
"step": 1
|
|
2378
|
+
},
|
|
2379
|
+
"zrevrangebylex": {
|
|
2380
|
+
"arity": -4,
|
|
2381
|
+
"flags": [
|
|
2382
|
+
"readonly"
|
|
2383
|
+
],
|
|
2384
|
+
"keyStart": 1,
|
|
2385
|
+
"keyStop": 1,
|
|
2386
|
+
"step": 1
|
|
2387
|
+
},
|
|
2388
|
+
"zrevrangebyscore": {
|
|
2389
|
+
"arity": -4,
|
|
2390
|
+
"flags": [
|
|
2391
|
+
"readonly"
|
|
2392
|
+
],
|
|
2393
|
+
"keyStart": 1,
|
|
2394
|
+
"keyStop": 1,
|
|
2395
|
+
"step": 1
|
|
2396
|
+
},
|
|
2397
|
+
"zrevrank": {
|
|
2398
|
+
"arity": 3,
|
|
2399
|
+
"flags": [
|
|
2400
|
+
"readonly",
|
|
2401
|
+
"fast"
|
|
2402
|
+
],
|
|
2403
|
+
"keyStart": 1,
|
|
2404
|
+
"keyStop": 1,
|
|
2405
|
+
"step": 1
|
|
2406
|
+
},
|
|
2407
|
+
"zscan": {
|
|
2408
|
+
"arity": -3,
|
|
2409
|
+
"flags": [
|
|
2410
|
+
"readonly"
|
|
2411
|
+
],
|
|
2412
|
+
"keyStart": 1,
|
|
2413
|
+
"keyStop": 1,
|
|
2414
|
+
"step": 1
|
|
2415
|
+
},
|
|
2416
|
+
"zscore": {
|
|
2417
|
+
"arity": 3,
|
|
2418
|
+
"flags": [
|
|
2419
|
+
"readonly",
|
|
2420
|
+
"fast"
|
|
2421
|
+
],
|
|
2422
|
+
"keyStart": 1,
|
|
2423
|
+
"keyStop": 1,
|
|
2424
|
+
"step": 1
|
|
2425
|
+
},
|
|
2426
|
+
"zunion": {
|
|
2427
|
+
"arity": -3,
|
|
2428
|
+
"flags": [
|
|
2429
|
+
"readonly",
|
|
2430
|
+
"movablekeys"
|
|
2431
|
+
],
|
|
2432
|
+
"keyStart": 0,
|
|
2433
|
+
"keyStop": 0,
|
|
2434
|
+
"step": 0
|
|
2435
|
+
},
|
|
2436
|
+
"zunionstore": {
|
|
2437
|
+
"arity": -4,
|
|
2438
|
+
"flags": [
|
|
2439
|
+
"write",
|
|
2440
|
+
"denyoom",
|
|
2441
|
+
"movablekeys"
|
|
2442
|
+
],
|
|
2443
|
+
"keyStart": 1,
|
|
2444
|
+
"keyStop": 1,
|
|
2445
|
+
"step": 1
|
|
2446
|
+
}
|
|
2447
|
+
}
|