活动介绍
file-type

TypeScript 编译错误 TS2300 分析与解决方案

ZIP文件

下载需积分: 9 | 75KB | 更新于2024-10-31 | 27 浏览量 | 0 下载量 举报 收藏
download 立即下载
知识点: 1. TypeScript 基础知识: - TypeScript 是一种由微软开发的编程语言,它是 JavaScript 的超集,添加了静态类型定义功能。 - TypeScript 最终会被编译成纯 JavaScript 代码,以便在浏览器或 Node.js 等环境中运行。 - TypeScript 引入了类型系统,可选类型注解、类和接口等面向对象编程特性。 2. 编译和构建工具 tsc: - tsc 是 TypeScript 编译器(TypeScript Compiler)的命令行工具,它用于将 TypeScript 文件(.ts)编译成 JavaScript 文件(.js)。 - 编译命令格式通常为:tsc [文件名].ts。 - tsc 支持多种编译选项,用于控制编译过程和输出结果,如 --sourcemap、-t(目标版本)、--module(模块系统)等。 3. 编译选项说明: - --sourcemap:生成与 TypeScript 文件对应的 JavaScript 文件的源映射文件,帮助调试。 - -t ES5:设置编译目标为 ECMAScript 5,这意味着编译后的 JavaScript 代码将遵循 ES5 的语法规则。 - --module amd:指定模块加载系统为 AMD(异步模块定义),AMD 是一种支持异步加载模块的规范,常用于浏览器端。 4. 编译错误 TS2300: - 错误 TS2300 表示“Duplicate identifier”,意为在当前作用域中找到了重复的标识符。 - 此类错误通常发生在引用了两个具有相同名称的类型声明(.d.ts 文件),导致编译器不知道该使用哪一个。 - 为解决该错误,应检查项目的类型声明文件,确认是否存在重复导入或声明相同标识符的情况。 5. 文件操作和环境配置: - 在测试用例中,需要打开名为 Sails.ts 的文件,并对其中的代码进行注释或取消注释的操作。 - 使用 cmd.exe 是 Windows 系统下的命令提示符,其中 /D 参数用于取消自动执行,/C 参数用于执行完命令后关闭命令窗口。 - 编译命令中的路径 C:/Users/Vado/AppData/Roaming/npm/tsc.cmd 表示 tsc 编译器的安装位置。 6. npm 与 TypeScript 配置: - npm(Node Package Manager)是 Node.js 的包管理器,也是 JavaScript 项目的依赖管理工具。 - TypeScript 编译器 tsc 可以通过 npm 安装,使用 npm install -g typescript 命令进行全局安装。 - tsc 命令执行过程中所涉及的配置文件和目录,如 /D /C 后面的路径,应该根据实际安装环境和项目需求进行调整。 7. 文件和目录操作: - 在测试用例中提到的 Sails.ts 文件,是源代码文件,位于某个文件系统的路径下。 - 文件名列表中的“TS-issue-1107-master”可能代表一个压缩包文件,用于存储与问题相关的所有文件和资源。 综上所述,上述资源摘要信息描述了一个具体的 TypeScript 编译错误案例及其测试用例,包括 TypeScript 的基本知识、编译器工具的使用、编译选项、错误信息的解释以及文件操作和环境配置等方面的知识点。解决此类问题通常需要开发者对 TypeScript 语言规范、编译器选项以及项目配置有足够的了解。

相关推荐

filetype

Starting Redis Server 1:C 09 Jun 2025 12:48:35.160 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:C 09 Jun 2025 12:48:35.161 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 09 Jun 2025 12:48:35.161 * Redis version=8.0.2, bits=64, commit=00000000, modified=1, pid=1, just started 1:C 09 Jun 2025 12:48:35.161 * Configuration loaded 1:M 09 Jun 2025 12:48:35.161 * monotonic clock: POSIX clock_gettime 1:M 09 Jun 2025 12:48:35.162 * Running mode=standalone, port=6379. 1:M 09 Jun 2025 12:48:35.162 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1:M 09 Jun 2025 12:48:35.162 * <bf> RedisBloom version 8.0.1 (Git=unknown) 1:M 09 Jun 2025 12:48:35.162 * <bf> Registering configuration options: [ 1:M 09 Jun 2025 12:48:35.162 * <bf> { bf-error-rate : 0.01 } 1:M 09 Jun 2025 12:48:35.162 * <bf> { bf-initial-size : 100 } 1:M 09 Jun 2025 12:48:35.162 * <bf> { bf-expansion-factor : 2 } 1:M 09 Jun 2025 12:48:35.162 * <bf> { cf-bucket-size : 2 } 1:M 09 Jun 2025 12:48:35.162 * <bf> { cf-initial-size : 1024 } 1:M 09 Jun 2025 12:48:35.162 * <bf> { cf-max-iterations : 20 } 1:M 09 Jun 2025 12:48:35.162 * <bf> { cf-expansion-factor : 1 } 1:M 09 Jun 2025 12:48:35.162 * <bf> { cf-max-expansions : 32 } 1:M 09 Jun 2025 12:48:35.162 * <bf> ] 1:M 09 Jun 2025 12:48:35.162 * Module 'bf' loaded from /usr/local/lib/redis/modules//redisbloom.so 1:M 09 Jun 2025 12:48:35.163 * <search> Redis version found by RedisSearch : 8.0.2 - oss 1:M 09 Jun 2025 12:48:35.163 * <search> RediSearch version 8.0.1 (Git=5688fcc) 1:M 09 Jun 2025 12:48:35.163 * <search> Low level api version 1 initialized successfully 1:M 09 Jun 2025 12:48:35.163 * <search> gc: ON, prefix min length: 2, min word length to stem: 4, prefix max expansions: 200, query timeout (ms): 500, timeout policy: return, cursor read size: 1000, cursor max idle (ms): 300000, max doctable size: 1000000, max number of search results: 1000000, 1:M 09 Jun 2025 12:48:35.163 * <search> Initialized thread pools! 1:M 09 Jun 2025 12:48:35.163 * <search> Disabled workers threadpool of size 0 1:M 09 Jun 2025 12:48:35.163 * <search> Subscribe to config changes 1:M 09 Jun 2025 12:48:35.163 * <search> Enabled role change notification 1:M 09 Jun 2025 12:48:35.163 * <search> Cluster configuration: AUTO partitions, type: 0, coordinator timeout: 0ms 1:M 09 Jun 2025 12:48:35.163 * <search> Register write commands 1:M 09 Jun 2025 12:48:35.163 * Module 'search' loaded from /usr/local/lib/redis/modules//redisearch.so 1:M 09 Jun 2025 12:48:35.164 * <timeseries> RedisTimeSeries version 80001, git_sha=577bfa8b5909e7ee572f0b651399be8303dc6641 1:M 09 Jun 2025 12:48:35.164 * <timeseries> Redis version found by RedisTimeSeries : 8.0.2 - oss 1:M 09 Jun 2025 12:48:35.164 * <timeseries> Registering configuration options: [ 1:M 09 Jun 2025 12:48:35.164 * <timeseries> { ts-compaction-policy : } 1:M 09 Jun 2025 12:48:35.164 * <timeseries> { ts-num-threads : 3 } 1:M 09 Jun 2025 12:48:35.164 * <timeseries> { ts-retention-policy : 0 } 1:M 09 Jun 2025 12:48:35.164 * <timeseries> { ts-duplicate-policy : block } 1:M 09 Jun 2025 12:48:35.164 * <timeseries> { ts-chunk-size-bytes : 4096 } 1:M 09 Jun 2025 12:48:35.164 * <timeseries> { ts-encoding : compressed } 1:M 09 Jun 2025 12:48:35.164 * <timeseries> { ts-ignore-max-time-diff: 0 } 1:M 09 Jun 2025 12:48:35.164 * <timeseries> { ts-ignore-max-val-diff : 0.000000 } 1:M 09 Jun 2025 12:48:35.164 * <timeseries> ] 1:M 09 Jun 2025 12:48:35.164 * <timeseries> Detected redis oss 1:M 09 Jun 2025 12:48:35.164 * Module 'timeseries' loaded from /usr/local/lib/redis/modules//redistimeseries.so 1:M 09 Jun 2025 12:48:35.164 * <ReJSON> Created new data type 'ReJSON-RL' 1:M 09 Jun 2025 12:48:35.164 * <ReJSON> version: 80001 git sha: unknown branch: unknown 1:M 09 Jun 2025 12:48:35.164 * <ReJSON> Exported RedisJSON_V1 API 1:M 09 Jun 2025 12:48:35.164 * <ReJSON> Exported RedisJSON_V2 API 1:M 09 Jun 2025 12:48:35.164 * <ReJSON> Exported RedisJSON_V3 API 1:M 09 Jun 2025 12:48:35.164 * <ReJSON> Exported RedisJSON_V4 API 1:M 09 Jun 2025 12:48:35.164 * <ReJSON> Exported RedisJSON_V5 API 1:M 09 Jun 2025 12:48:35.164 * <ReJSON> Enabled diskless replication 1:M 09 Jun 2025 12:48:35.164 * <ReJSON> Initialized shared string cache, thread safe: false. 1:M 09 Jun 2025 12:48:35.164 * Module 'ReJSON' loaded from /usr/local/lib/redis/modules//rejson.so 1:M 09 Jun 2025 12:48:35.164 * <search> Acquired RedisJSON_V5 API 1:M 09 Jun 2025 12:48:35.164 * Server initialized 1:M 09 Jun 2025 12:48:35.164 * <search> Loading event starts 1:M 09 Jun 2025 12:48:35.164 * <search> Enabled workers threadpool of size 4 1:M 09 Jun 2025 12:48:35.164 * Loading RDB produced by version 7.4.2 1:M 09 Jun 2025 12:48:35.164 * RDB age 11336 seconds 1:M 09 Jun 2025 12:48:35.164 * RDB memory usage when created 3.81 Mb 1:M 09 Jun 2025 12:48:35.168 # FATAL: Data file was created with a Redis server configured to handle more than 16 databases. Exiting Starting Redis Server 1:C 09 Jun 2025 12:48:35.760 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:C 09 Jun 2025 12:48:35.761 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 09 Jun 2025 12:48:35.761 * Redis version=8.0.2, bits=64, commit=00000000, modified=1, pid=1, just started 1:C 09 Jun 2025 12:48:35.761 * Configuration loaded 1:M 09 Jun 2025 12:48:35.761 * monotonic clock: POSIX clock_gettime 1:M 09 Jun 2025 12:48:35.762 * Running mode=standalone, port=6379. 1:M 09 Jun 2025 12:48:35.762 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1:M 09 Jun 2025 12:48:35.762 * <bf> RedisBloom version 8.0.1 (Git=unknown) 1:M 09 Jun 2025 12:48:35.762 * <bf> Registering configuration options: [ 1:M 09 Jun 2025 12:48:35.762 * <bf> { bf-error-rate : 0.01 } 1:M 09 Jun 2025 12:48:35.762 * <bf> { bf-initial-size : 100 } 1:M 09 Jun 2025 12:48:35.762 * <bf> { bf-expansion-factor : 2 } 1:M 09 Jun 2025 12:48:35.762 * <bf> { cf-bucket-size : 2 } 1:M 09 Jun 2025 12:48:35.762 * <bf> { cf-initial-size : 1024 } 1:M 09 Jun 2025 12:48:35.762 * <bf> { cf-max-iterations : 20 } 1:M 09 Jun 2025 12:48:35.762 * <bf> { cf-expansion-factor : 1 } 1:M 09 Jun 2025 12:48:35.762 * <bf> { cf-max-expansions : 32 } 1:M 09 Jun 2025 12:48:35.762 * <bf> ] 1:M 09 Jun 2025 12:48:35.762 * Module 'bf' loaded from /usr/local/lib/redis/modules//redisbloom.so 1:M 09 Jun 2025 12:48:35.763 * <search> Redis version found by RedisSearch : 8.0.2 - oss 1:M 09 Jun 2025 12:48:35.763 * <search> RediSearch version 8.0.1 (Git=5688fcc) 1:M 09 Jun 2025 12:48:35.763 * <search> Low level api version 1 initialized successfully 1:M 09 Jun 2025 12:48:35.763 * <search> gc: ON, prefix min length: 2, min word length to stem: 4, prefix max expansions: 200, query timeout (ms): 500, timeout policy: return, cursor read size: 1000, cursor max idle (ms): 300000, max doctable size: 1000000, max number of search results: 1000000, 1:M 09 Jun 2025 12:48:35.763 * <search> Initialized thread pools! 1:M 09 Jun 2025 12:48:35.763 * <search> Disabled workers threadpool of size 0 1:M 09 Jun 2025 12:48:35.763 * <search> Subscribe to config changes 1:M 09 Jun 2025 12:48:35.763 * <search> Enabled role change notification 1:M 09 Jun 2025 12:48:35.763 * <search> Cluster configuration: AUTO partitions, type: 0, coordinator timeout: 0ms 1:M 09 Jun 2025 12:48:35.763 * <search> Register write commands 1:M 09 Jun 2025 12:48:35.763 * Module 'search' loaded from /usr/local/lib/redis/modules//redisearch.so 1:M 09 Jun 2025 12:48:35.764 * <timeseries> RedisTimeSeries version 80001, git_sha=577bfa8b5909e7ee572f0b651399be8303dc6641 1:M 09 Jun 2025 12:48:35.764 * <timeseries> Redis version found by RedisTimeSeries : 8.0.2 - oss 1:M 09 Jun 2025 12:48:35.764 * <timeseries> Registering configuration options: [ 1:M 09 Jun 2025 12:48:35.764 * <timeseries> { ts-compaction-policy : } 1:M 09 Jun 2025 12:48:35.764 * <timeseries> { ts-num-threads : 3 } 1:M 09 Jun 2025 12:48:35.764 * <timeseries> { ts-retention-policy : 0 } 1:M 09 Jun 2025 12:48:35.764 * <timeseries> { ts-duplicate-policy : block } 1:M 09 Jun 2025 12:48:35.764 * <timeseries> { ts-chunk-size-bytes : 4096 } 1:M 09 Jun 2025 12:48:35.764 * <timeseries> { ts-encoding : compressed } 1:M 09 Jun 2025 12:48:35.764 * <timeseries> { ts-ignore-max-time-diff: 0 } 1:M 09 Jun 2025 12:48:35.764 * <timeseries> { ts-ignore-max-val-diff : 0.000000 } 1:M 09 Jun 2025 12:48:35.764 * <timeseries> ] 1:M 09 Jun 2025 12:48:35.764 * <timeseries> Detected redis oss 1:M 09 Jun 2025 12:48:35.764 * Module 'timeseries' loaded from /usr/local/lib/redis/modules//redistimeseries.so 1:M 09 Jun 2025 12:48:35.764 * <ReJSON> Created new data type 'ReJSON-RL' 1:M 09 Jun 2025 12:48:35.764 * <ReJSON> version: 80001 git sha: unknown branch: unknown 1:M 09 Jun 2025 12:48:35.764 * <ReJSON> Exported RedisJSON_V1 API 1:M 09 Jun 2025 12:48:35.764 * <ReJSON> Exported RedisJSON_V2 API 1:M 09 Jun 2025 12:48:35.764 * <ReJSON> Exported RedisJSON_V3 API 1:M 09 Jun 2025 12:48:35.764 * <ReJSON> Exported RedisJSON_V4 API 1:M 09 Jun 2025 12:48:35.764 * <ReJSON> Exported RedisJSON_V5 API 1:M 09 Jun 2025 12:48:35.764 * <ReJSON> Enabled diskless replication 1:M 09 Jun 2025 12:48:35.764 * <ReJSON> Initialized shared string cache, thread safe: false. 1:M 09 Jun 2025 12:48:35.764 * Module 'ReJSON' loaded from /usr/local/lib/redis/modules//rejson.so 1:M 09 Jun 2025 12:48:35.764 * <search> Acquired RedisJSON_V5 API 1:M 09 Jun 2025 12:48:35.764 * Server initialized 1:M 09 Jun 2025 12:48:35.764 * <search> Loading event starts 1:M 09 Jun 2025 12:48:35.764 * <search> Enabled workers threadpool of size 4 1:M 09 Jun 2025 12:48:35.764 * Loading RDB produced by version 7.4.2 1:M 09 Jun 2025 12:48:35.764 * RDB age 11336 seconds 1:M 09 Jun 2025 12:48:35.764 * RDB memory usage when created 3.81 Mb 1:M 09 Jun 2025 12:48:35.768 # FATAL: Data file was created with a Redis server configured to handle more than 16 databases. Exiting Starting Redis Server 1:C 09 Jun 2025 12:48:36.370 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:C 09 Jun 2025 12:48:36.370 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 09 Jun 2025 12:48:36.370 * Redis version=8.0.2, bits=64, commit=00000000, modified=1, pid=1, just started 1:C 09 Jun 2025 12:48:36.370 * Configuration loaded 1:M 09 Jun 2025 12:48:36.370 * monotonic clock: POSIX clock_gettime 1:M 09 Jun 2025 12:48:36.371 * Running mode=standalone, port=6379. 1:M 09 Jun 2025 12:48:36.371 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1:M 09 Jun 2025 12:48:36.371 * <bf> RedisBloom version 8.0.1 (Git=unknown) 1:M 09 Jun 2025 12:48:36.371 * <bf> Registering configuration options: [ 1:M 09 Jun 2025 12:48:36.371 * <bf> { bf-error-rate : 0.01 } 1:M 09 Jun 2025 12:48:36.371 * <bf> { bf-initial-size : 100 } 1:M 09 Jun 2025 12:48:36.371 * <bf> { bf-expansion-factor : 2 } 1:M 09 Jun 2025 12:48:36.371 * <bf> { cf-bucket-size : 2 } 1:M 09 Jun 2025 12:48:36.371 * <bf> { cf-initial-size : 1024 } 1:M 09 Jun 2025 12:48:36.371 * <bf> { cf-max-iterations : 20 } 1:M 09 Jun 2025 12:48:36.371 * <bf> { cf-expansion-factor : 1 } 1:M 09 Jun 2025 12:48:36.371 * <bf> { cf-max-expansions : 32 } 1:M 09 Jun 2025 12:48:36.371 * <bf> ] 1:M 09 Jun 2025 12:48:36.372 * Module 'bf' loaded from /usr/local/lib/redis/modules//redisbloom.so 1:M 09 Jun 2025 12:48:36.372 * <search> Redis version found by RedisSearch : 8.0.2 - oss 1:M 09 Jun 2025 12:48:36.372 * <search> RediSearch version 8.0.1 (Git=5688fcc) 1:M 09 Jun 2025 12:48:36.372 * <search> Low level api version 1 initialized successfully 1:M 09 Jun 2025 12:48:36.372 * <search> gc: ON, prefix min length: 2, min word length to stem: 4, prefix max expansions: 200, query timeout (ms): 500, timeout policy: return, cursor read size: 1000, cursor max idle (ms): 300000, max doctable size: 1000000, max number of search results: 1000000, 1:M 09 Jun 2025 12:48:36.372 * <search> Initialized thread pools! 1:M 09 Jun 2025 12:48:36.372 * <search> Disabled workers threadpool of size 0 1:M 09 Jun 2025 12:48:36.372 * <search> Subscribe to config changes 1:M 09 Jun 2025 12:48:36.372 * <search> Enabled role change notification 1:M 09 Jun 2025 12:48:36.372 * <search> Cluster configuration: AUTO partitions, type: 0, coordinator timeout: 0ms 1:M 09 Jun 2025 12:48:36.373 * <search> Register write commands 1:M 09 Jun 2025 12:48:36.373 * Module 'search' loaded from /usr/local/lib/redis/modules//redisearch.so 1:M 09 Jun 2025 12:48:36.373 * <timeseries> RedisTimeSeries version 80001, git_sha=577bfa8b5909e7ee572f0b651399be8303dc6641 1:M 09 Jun 2025 12:48:36.373 * <timeseries> Redis version found by RedisTimeSeries : 8.0.2 - oss 1:M 09 Jun 2025 12:48:36.373 * <timeseries> Registering configuration options: [ 1:M 09 Jun 2025 12:48:36.373 * <timeseries> { ts-compaction-policy : } 1:M 09 Jun 2025 12:48:36.373 * <timeseries> { ts-num-threads : 3 } 1:M 09 Jun 2025 12:48:36.373 * <timeseries> { ts-retention-policy : 0 } 1:M 09 Jun 2025 12:48:36.373 * <timeseries> { ts-duplicate-policy : block } 1:M 09 Jun 2025 12:48:36.373 * <timeseries> { ts-chunk-size-bytes : 4096 } 1:M 09 Jun 2025 12:48:36.373 * <timeseries> { ts-encoding : compressed } 1:M 09 Jun 2025 12:48:36.373 * <timeseries> { ts-ignore-max-time-diff: 0 } 1:M 09 Jun 2025 12:48:36.373 * <timeseries> { ts-ignore-max-val-diff : 0.000000 } 1:M 09 Jun 2025 12:48:36.373 * <timeseries> ] 1:M 09 Jun 2025 12:48:36.373 * <timeseries> Detected redis oss 1:M 09 Jun 2025 12:48:36.373 * Module 'timeseries' loaded from /usr/local/lib/redis/modules//redistimeseries.so 1:M 09 Jun 2025 12:48:36.373 * <ReJSON> Created new data type 'ReJSON-RL' 1:M 09 Jun 2025 12:48:36.373 * <ReJSON> version: 80001 git sha: unknown branch: unknown 1:M 09 Jun 2025 12:48:36.373 * <ReJSON> Exported RedisJSON_V1 API 1:M 09 Jun 2025 12:48:36.373 * <ReJSON> Exported RedisJSON_V2 API 1:M 09 Jun 2025 12:48:36.373 * <ReJSON> Exported RedisJSON_V3 API 1:M 09 Jun 2025 12:48:36.373 * <ReJSON> Exported RedisJSON_V4 API 1:M 09 Jun 2025 12:48:36.373 * <ReJSON> Exported RedisJSON_V5 API 1:M 09 Jun 2025 12:48:36.373 * <ReJSON> Enabled diskless replication 1:M 09 Jun 2025 12:48:36.373 * <ReJSON> Initialized shared string cache, thread safe: false. 1:M 09 Jun 2025 12:48:36.373 * Module 'ReJSON' loaded from /usr/local/lib/redis/modules//rejson.so 1:M 09 Jun 2025 12:48:36.373 * <search> Acquired RedisJSON_V5 API 1:M 09 Jun 2025 12:48:36.373 * Server initialized 1:M 09 Jun 2025 12:48:36.373 * <search> Loading event starts 1:M 09 Jun 2025 12:48:36.373 * <search> Enabled workers threadpool of size 4 1:M 09 Jun 2025 12:48:36.373 * Loading RDB produced by version 7.4.2 1:M 09 Jun 2025 12:48:36.373 * RDB age 11337 seconds 1:M 09 Jun 2025 12:48:36.373 * RDB memory usage when created 3.81 Mb 1:M 09 Jun 2025 12:48:36.377 # FATAL: Data file was created with a Redis server configured to handle more than 16 databases. Exiting Starting Redis Server 1:C 09 Jun 2025 12:48:37.120 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:C 09 Jun 2025 12:48:37.121 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 09 Jun 2025 12:48:37.121 * Redis version=8.0.2, bits=64, commit=00000000, modified=1, pid=1, just started 1:C 09 Jun 2025 12:48:37.121 * Configuration loaded 1:M 09 Jun 2025 12:48:37.121 * monotonic clock: POSIX clock_gettime 1:M 09 Jun 2025 12:48:37.122 * Running mode=standalone, port=6379. 1:M 09 Jun 2025 12:48:37.122 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1:M 09 Jun 2025 12:48:37.122 * <bf> RedisBloom version 8.0.1 (Git=unknown) 1:M 09 Jun 2025 12:48:37.122 * <bf> Registering configuration options: [ 1:M 09 Jun 2025 12:48:37.122 * <bf> { bf-error-rate : 0.01 } 1:M 09 Jun 2025 12:48:37.122 * <bf> { bf-initial-size : 100 } 1:M 09 Jun 2025 12:48:37.122 * <bf> { bf-expansion-factor : 2 } 1:M 09 Jun 2025 12:48:37.122 * <bf> { cf-bucket-size : 2 } 1:M 09 Jun 2025 12:48:37.122 * <bf> { cf-initial-size : 1024 } 1:M 09 Jun 2025 12:48:37.122 * <bf> { cf-max-iterations : 20 } 1:M 09 Jun 2025 12:48:37.122 * <bf> { cf-expansion-factor : 1 } 1:M 09 Jun 2025 12:48:37.122 * <bf> { cf-max-expansions : 32 } 1:M 09 Jun 2025 12:48:37.122 * <bf> ] 1:M 09 Jun 2025 12:48:37.122 * Module 'bf' loaded from /usr/local/lib/redis/modules//redisbloom.so 1:M 09 Jun 2025 12:48:37.123 * <search> Redis version found by RedisSearch : 8.0.2 - oss 1:M 09 Jun 2025 12:48:37.123 * <search> RediSearch version 8.0.1 (Git=5688fcc) 1:M 09 Jun 2025 12:48:37.123 * <search> Low level api version 1 initialized successfully 1:M 09 Jun 2025 12:48:37.123 * <search> gc: ON, prefix min length: 2, min word length to stem: 4, prefix max expansions: 200, query timeout (ms): 500, timeout policy: return, cursor read size: 1000, cursor max idle (ms): 300000, max doctable size: 1000000, max number of search results: 1000000, 1:M 09 Jun 2025 12:48:37.123 * <search> Initialized thread pools! 1:M 09 Jun 2025 12:48:37.123 * <search> Disabled workers threadpool of size 0 1:M 09 Jun 2025 12:48:37.123 * <search> Subscribe to config changes 1:M 09 Jun 2025 12:48:37.123 * <search> Enabled role change notification 1:M 09 Jun 2025 12:48:37.123 * <search> Cluster configuration: AUTO partitions, type: 0, coordinator timeout: 0ms 1:M 09 Jun 2025 12:48:37.123 * <search> Register write commands 1:M 09 Jun 2025 12:48:37.123 * Module 'search' loaded from /usr/local/lib/redis/modules//redisearch.so 1:M 09 Jun 2025 12:48:37.123 * <timeseries> RedisTimeSeries version 80001, git_sha=577bfa8b5909e7ee572f0b651399be8303dc6641 1:M 09 Jun 2025 12:48:37.123 * <timeseries> Redis version found by RedisTimeSeries : 8.0.2 - oss 1:M 09 Jun 2025 12:48:37.123 * <timeseries> Registering configuration options: [ 1:M 09 Jun 2025 12:48:37.123 * <timeseries> { ts-compaction-policy : } 1:M 09 Jun 2025 12:48:37.123 * <timeseries> { ts-num-threads : 3 } 1:M 09 Jun 2025 12:48:37.123 * <timeseries> { ts-retention-policy : 0 } 1:M 09 Jun 2025 12:48:37.123 * <timeseries> { ts-duplicate-policy : block } 1:M 09 Jun 2025 12:48:37.123 * <timeseries> { ts-chunk-size-bytes : 4096 } 1:M 09 Jun 2025 12:48:37.123 * <timeseries> { ts-encoding : compressed } 1:M 09 Jun 2025 12:48:37.123 * <timeseries> { ts-ignore-max-time-diff: 0 } 1:M 09 Jun 2025 12:48:37.123 * <timeseries> { ts-ignore-max-val-diff : 0.000000 } 1:M 09 Jun 2025 12:48:37.123 * <timeseries> ] 1:M 09 Jun 2025 12:48:37.124 * <timeseries> Detected redis oss 1:M 09 Jun 2025 12:48:37.124 * Module 'timeseries' loaded from /usr/local/lib/redis/modules//redistimeseries.so 1:M 09 Jun 2025 12:48:37.124 * <ReJSON> Created new data type 'ReJSON-RL' 1:M 09 Jun 2025 12:48:37.124 * <ReJSON> version: 80001 git sha: unknown branch: unknown 1:M 09 Jun 2025 12:48:37.124 * <ReJSON> Exported RedisJSON_V1 API 1:M 09 Jun 2025 12:48:37.124 * <ReJSON> Exported RedisJSON_V2 API 1:M 09 Jun 2025 12:48:37.124 * <ReJSON> Exported RedisJSON_V3 API 1:M 09 Jun 2025 12:48:37.124 * <ReJSON> Exported RedisJSON_V4 API 1:M 09 Jun 2025 12:48:37.124 * <ReJSON> Exported RedisJSON_V5 API 1:M 09 Jun 2025 12:48:37.124 * <ReJSON> Enabled diskless replication 1:M 09 Jun 2025 12:48:37.124 * <ReJSON> Initialized shared string cache, thread safe: false. 1:M 09 Jun 2025 12:48:37.124 * Module 'ReJSON' loaded from /usr/local/lib/redis/modules//rejson.so 1:M 09 Jun 2025 12:48:37.124 * <search> Acquired RedisJSON_V5 API 1:M 09 Jun 2025 12:48:37.124 * Server initialized 1:M 09 Jun 2025 12:48:37.124 * <search> Loading event starts 1:M 09 Jun 2025 12:48:37.124 * <search> Enabled workers threadpool of size 4 1:M 09 Jun 2025 12:48:37.124 * Loading RDB produced by version 7.4.2 1:M 09 Jun 2025 12:48:37.124 * RDB age 11338 seconds 1:M 09 Jun 2025 12:48:37.124 * RDB memory usage when created 3.81 Mb 1:M 09 Jun 2025 12:48:37.127 # FATAL: Data file was created with a Redis server configured to handle more than 16 databases. Exiting Starting Redis Server 1:C 09 Jun 2025 12:48:38.209 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:C 09 Jun 2025 12:48:38.210 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 09 Jun 2025 12:48:38.210 * Redis version=8.0.2, bits=64, commit=00000000, modified=1, pid=1, just started 1:C 09 Jun 2025 12:48:38.210 * Configuration loaded 1:M 09 Jun 2025 12:48:38.210 * monotonic clock: POSIX clock_gettime 1:M 09 Jun 2025 12:48:38.211 * Running mode=standalone, port=6379. 1:M 09 Jun 2025 12:48:38.211 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1:M 09 Jun 2025 12:48:38.211 * <bf> RedisBloom version 8.0.1 (Git=unknown) 1:M 09 Jun 2025 12:48:38.211 * <bf> Registering configuration options: [ 1:M 09 Jun 2025 12:48:38.211 * <bf> { bf-error-rate : 0.01 } 1:M 09 Jun 2025 12:48:38.211 * <bf> { bf-initial-size : 100 } 1:M 09 Jun 2025 12:48:38.211 * <bf> { bf-expansion-factor : 2 } 1:M 09 Jun 2025 12:48:38.211 * <bf> { cf-bucket-size : 2 } 1:M 09 Jun 2025 12:48:38.211 * <bf> { cf-initial-size : 1024 } 1:M 09 Jun 2025 12:48:38.211 * <bf> { cf-max-iterations : 20 } 1:M 09 Jun 2025 12:48:38.211 * <bf> { cf-expansion-factor : 1 } 1:M 09 Jun 2025 12:48:38.211 * <bf> { cf-max-expansions : 32 } 1:M 09 Jun 2025 12:48:38.211 * <bf> ] 1:M 09 Jun 2025 12:48:38.211 * Module 'bf' loaded from /usr/local/lib/redis/modules//redisbloom.so 1:M 09 Jun 2025 12:48:38.212 * <search> Redis version found by RedisSearch : 8.0.2 - oss 1:M 09 Jun 2025 12:48:38.212 * <search> RediSearch version 8.0.1 (Git=5688fcc) 1:M 09 Jun 2025 12:48:38.212 * <search> Low level api version 1 initialized successfully 1:M 09 Jun 2025 12:48:38.212 * <search> gc: ON, prefix min length: 2, min word length to stem: 4, prefix max expansions: 200, query timeout (ms): 500, timeout policy: return, cursor read size: 1000, cursor max idle (ms): 300000, max doctable size: 1000000, max number of search results: 1000000, 1:M 09 Jun 2025 12:48:38.212 * <search> Initialized thread pools! 1:M 09 Jun 2025 12:48:38.212 * <search> Disabled workers threadpool of size 0 1:M 09 Jun 2025 12:48:38.212 * <search> Subscribe to config changes 1:M 09 Jun 2025 12:48:38.212 * <search> Enabled role change notification 1:M 09 Jun 2025 12:48:38.212 * <search> Cluster configuration: AUTO partitions, type: 0, coordinator timeout: 0ms 1:M 09 Jun 2025 12:48:38.212 * <search> Register write commands 1:M 09 Jun 2025 12:48:38.212 * Module 'search' loaded from /usr/local/lib/redis/modules//redisearch.so 1:M 09 Jun 2025 12:48:38.213 * <timeseries> RedisTimeSeries version 80001, git_sha=577bfa8b5909e7ee572f0b651399be8303dc6641 1:M 09 Jun 2025 12:48:38.213 * <timeseries> Redis version found by RedisTimeSeries : 8.0.2 - oss 1:M 09 Jun 2025 12:48:38.213 * <timeseries> Registering configuration options: [ 1:M 09 Jun 2025 12:48:38.213 * <timeseries> { ts-compaction-policy : } 1:M 09 Jun 2025 12:48:38.213 * <timeseries> { ts-num-threads : 3 } 1:M 09 Jun 2025 12:48:38.213 * <timeseries> { ts-retention-policy : 0 } 1:M 09 Jun 2025 12:48:38.213 * <timeseries> { ts-duplicate-policy : block } 1:M 09 Jun 2025 12:48:38.213 * <timeseries> { ts-chunk-size-bytes : 4096 } 1:M 09 Jun 2025 12:48:38.213 * <timeseries> { ts-encoding : compressed } 1:M 09 Jun 2025 12:48:38.213 * <timeseries> { ts-ignore-max-time-diff: 0 } 1:M 09 Jun 2025 12:48:38.213 * <timeseries> { ts-ignore-max-val-diff : 0.000000 } 1:M 09 Jun 2025 12:48:38.213 * <timeseries> ] 1:M 09 Jun 2025 12:48:38.213 * <timeseries> Detected redis oss 1:M 09 Jun 2025 12:48:38.213 * Module 'timeseries' loaded from /usr/local/lib/redis/modules//redistimeseries.so 1:M 09 Jun 2025 12:48:38.213 * <ReJSON> Created new data type 'ReJSON-RL' 1:M 09 Jun 2025 12:48:38.213 * <ReJSON> version: 80001 git sha: unknown branch: unknown 1:M 09 Jun 2025 12:48:38.213 * <ReJSON> Exported RedisJSON_V1 API 1:M 09 Jun 2025 12:48:38.213 * <ReJSON> Exported RedisJSON_V2 API 1:M 09 Jun 2025 12:48:38.213 * <ReJSON> Exported RedisJSON_V3 API 1:M 09 Jun 2025 12:48:38.213 * <ReJSON> Exported RedisJSON_V4 API 1:M 09 Jun 2025 12:48:38.213 * <ReJSON> Exported RedisJSON_V5 API 1:M 09 Jun 2025 12:48:38.213 * <ReJSON> Enabled diskless replication 1:M 09 Jun 2025 12:48:38.213 * <ReJSON> Initialized shared string cache, thread safe: false. 1:M 09 Jun 2025 12:48:38.213 * Module 'ReJSON' loaded from /usr/local/lib/redis/modules//rejson.so 1:M 09 Jun 2025 12:48:38.213 * <search> Acquired RedisJSON_V5 API 1:M 09 Jun 2025 12:48:38.213 * Server initialized 1:M 09 Jun 2025 12:48:38.213 * <search> Loading event starts 1:M 09 Jun 2025 12:48:38.213 * <search> Enabled workers threadpool of size 4 1:M 09 Jun 2025 12:48:38.213 * Loading RDB produced by version 7.4.2 1:M 09 Jun 2025 12:48:38.213 * RDB age 11339 seconds 1:M 09 Jun 2025 12:48:38.213 * RDB memory usage when created 3.81 Mb 1:M 09 Jun 2025 12:48:38.217 # FATAL: Data file was created with a Redis server configured to handle more than 16 databases. Exiting Starting Redis Server 1:C 09 Jun 2025 12:48:40.160 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:C 09 Jun 2025 12:48:40.160 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 09 Jun 2025 12:48:40.160 * Redis version=8.0.2, bits=64, commit=00000000, modified=1, pid=1, just started 1:C 09 Jun 2025 12:48:40.160 * Configuration loaded 1:M 09 Jun 2025 12:48:40.161 * monotonic clock: POSIX clock_gettime 1:M 09 Jun 2025 12:48:40.161 * Running mode=standalone, port=6379. 1:M 09 Jun 2025 12:48:40.161 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1:M 09 Jun 2025 12:48:40.162 * <bf> RedisBloom version 8.0.1 (Git=unknown) 1:M 09 Jun 2025 12:48:40.162 * <bf> Registering configuration options: [ 1:M 09 Jun 2025 12:48:40.162 * <bf> { bf-error-rate : 0.01 } 1:M 09 Jun 2025 12:48:40.162 * <bf> { bf-initial-size : 100 } 1:M 09 Jun 2025 12:48:40.162 * <bf> { bf-expansion-factor : 2 } 1:M 09 Jun 2025 12:48:40.162 * <bf> { cf-bucket-size : 2 } 1:M 09 Jun 2025 12:48:40.162 * <bf> { cf-initial-size : 1024 } 1:M 09 Jun 2025 12:48:40.162 * <bf> { cf-max-iterations : 20 } 1:M 09 Jun 2025 12:48:40.162 * <bf> { cf-expansion-factor : 1 } 1:M 09 Jun 2025 12:48:40.162 * <bf> { cf-max-expansions : 32 } 1:M 09 Jun 2025 12:48:40.162 * <bf> ] 1:M 09 Jun 2025 12:48:40.162 * Module 'bf' loaded from /usr/local/lib/redis/modules//redisbloom.so 1:M 09 Jun 2025 12:48:40.162 * <search> Redis version found by RedisSearch : 8.0.2 - oss 1:M 09 Jun 2025 12:48:40.162 * <search> RediSearch version 8.0.1 (Git=5688fcc) 1:M 09 Jun 2025 12:48:40.163 * <search> Low level api version 1 initialized successfully 1:M 09 Jun 2025 12:48:40.163 * <search> gc: ON, prefix min length: 2, min word length to stem: 4, prefix max expansions: 200, query timeout (ms): 500, timeout policy: return, cursor read size: 1000, cursor max idle (ms): 300000, max doctable size: 1000000, max number of search results: 1000000, 1:M 09 Jun 2025 12:48:40.163 * <search> Initialized thread pools! 1:M 09 Jun 2025 12:48:40.163 * <search> Disabled workers threadpool of size 0 1:M 09 Jun 2025 12:48:40.163 * <search> Subscribe to config changes 1:M 09 Jun 2025 12:48:40.163 * <search> Enabled role change notification 1:M 09 Jun 2025 12:48:40.163 * <search> Cluster configuration: AUTO partitions, type: 0, coordinator timeout: 0ms 1:M 09 Jun 2025 12:48:40.163 * <search> Register write commands 1:M 09 Jun 2025 12:48:40.163 * Module 'search' loaded from /usr/local/lib/redis/modules//redisearch.so 1:M 09 Jun 2025 12:48:40.163 * <timeseries> RedisTimeSeries version 80001, git_sha=577bfa8b5909e7ee572f0b651399be8303dc6641 1:M 09 Jun 2025 12:48:40.163 * <timeseries> Redis version found by RedisTimeSeries : 8.0.2 - oss 1:M 09 Jun 2025 12:48:40.163 * <timeseries> Registering configuration options: [ 1:M 09 Jun 2025 12:48:40.163 * <timeseries> { ts-compaction-policy : } 1:M 09 Jun 2025 12:48:40.163 * <timeseries> { ts-num-threads : 3 } 1:M 09 Jun 2025 12:48:40.163 * <timeseries> { ts-retention-policy : 0 } 1:M 09 Jun 2025 12:48:40.163 * <timeseries> { ts-duplicate-policy : block } 1:M 09 Jun 2025 12:48:40.163 * <timeseries> { ts-chunk-size-bytes : 4096 } 1:M 09 Jun 2025 12:48:40.163 * <timeseries> { ts-encoding : compressed } 1:M 09 Jun 2025 12:48:40.163 * <timeseries> { ts-ignore-max-time-diff: 0 } 1:M 09 Jun 2025 12:48:40.163 * <timeseries> { ts-ignore-max-val-diff : 0.000000 } 1:M 09 Jun 2025 12:48:40.163 * <timeseries> ] 1:M 09 Jun 2025 12:48:40.163 * <timeseries> Detected redis oss 1:M 09 Jun 2025 12:48:40.163 * Module 'timeseries' loaded from /usr/local/lib/redis/modules//redistimeseries.so 1:M 09 Jun 2025 12:48:40.163 * <ReJSON> Created new data type 'ReJSON-RL' 1:M 09 Jun 2025 12:48:40.164 * <ReJSON> version: 80001 git sha: unknown branch: unknown 1:M 09 Jun 2025 12:48:40.164 * <ReJSON> Exported RedisJSON_V1 API 1:M 09 Jun 2025 12:48:40.164 * <ReJSON> Exported RedisJSON_V2 API 1:M 09 Jun 2025 12:48:40.164 * <ReJSON> Exported RedisJSON_V3 API 1:M 09 Jun 2025 12:48:40.164 * <ReJSON> Exported RedisJSON_V4 API 1:M 09 Jun 2025 12:48:40.164 * <ReJSON> Exported RedisJSON_V5 API 1:M 09 Jun 2025 12:48:40.164 * <ReJSON> Enabled diskless replication 1:M 09 Jun 2025 12:48:40.164 * <ReJSON> Initialized shared string cache, thread safe: false. 1:M 09 Jun 2025 12:48:40.164 * Module 'ReJSON' loaded from /usr/local/lib/redis/modules//rejson.so 1:M 09 Jun 2025 12:48:40.164 * <search> Acquired RedisJSON_V5 API 1:M 09 Jun 2025 12:48:40.164 * Server initialized 1:M 09 Jun 2025 12:48:40.164 * <search> Loading event starts 1:M 09 Jun 2025 12:48:40.164 * <search> Enabled workers threadpool of size 4 1:M 09 Jun 2025 12:48:40.164 * Loading RDB produced by version 7.4.2 1:M 09 Jun 2025 12:48:40.164 * RDB age 11341 seconds 1:M 09 Jun 2025 12:48:40.164 * RDB memory usage when created 3.81 Mb 1:M 09 Jun 2025 12:48:40.167 # FATAL: Data file was created with a Redis server configured to handle more than 16 databases. Exiting Starting Redis Server 1:C 09 Jun 2025 12:48:43.709 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:C 09 Jun 2025 12:48:43.710 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 09 Jun 2025 12:48:43.710 * Redis version=8.0.2, bits=64, commit=00000000, modified=1, pid=1, just started 1:C 09 Jun 2025 12:48:43.710 * Configuration loaded 1:M 09 Jun 2025 12:48:43.710 * monotonic clock: POSIX clock_gettime 1:M 09 Jun 2025 12:48:43.711 * Running mode=standalone, port=6379. 1:M 09 Jun 2025 12:48:43.711 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1:M 09 Jun 2025 12:48:43.711 * <bf> RedisBloom version 8.0.1 (Git=unknown) 1:M 09 Jun 2025 12:48:43.711 * <bf> Registering configuration options: [ 1:M 09 Jun 2025 12:48:43.711 * <bf> { bf-error-rate : 0.01 } 1:M 09 Jun 2025 12:48:43.711 * <bf> { bf-initial-size : 100 } 1:M 09 Jun 2025 12:48:43.711 * <bf> { bf-expansion-factor : 2 } 1:M 09 Jun 2025 12:48:43.711 * <bf> { cf-bucket-size : 2 } 1:M 09 Jun 2025 12:48:43.711 * <bf> { cf-initial-size : 1024 } 1:M 09 Jun 2025 12:48:43.711 * <bf> { cf-max-iterations : 20 } 1:M 09 Jun 2025 12:48:43.711 * <bf> { cf-expansion-factor : 1 } 1:M 09 Jun 2025 12:48:43.711 * <bf> { cf-max-expansions : 32 } 1:M 09 Jun 2025 12:48:43.711 * <bf> ] 1:M 09 Jun 2025 12:48:43.711 * Module 'bf' loaded from /usr/local/lib/redis/modules//redisbloom.so 1:M 09 Jun 2025 12:48:43.712 * <search> Redis version found by RedisSearch : 8.0.2 - oss 1:M 09 Jun 2025 12:48:43.712 * <search> RediSearch version 8.0.1 (Git=5688fcc) 1:M 09 Jun 2025 12:48:43.712 * <search> Low level api version 1 initialized successfully 1:M 09 Jun 2025 12:48:43.712 * <search> gc: ON, prefix min length: 2, min word length to stem: 4, prefix max expansions: 200, query timeout (ms): 500, timeout policy: return, cursor read size: 1000, cursor max idle (ms): 300000, max doctable size: 1000000, max number of search results: 1000000, 1:M 09 Jun 2025 12:48:43.712 * <search> Initialized thread pools! 1:M 09 Jun 2025 12:48:43.712 * <search> Disabled workers threadpool of size 0 1:M 09 Jun 2025 12:48:43.712 * <search> Subscribe to config changes 1:M 09 Jun 2025 12:48:43.712 * <search> Enabled role change notification 1:M 09 Jun 2025 12:48:43.712 * <search> Cluster configuration: AUTO partitions, type: 0, coordinator timeout: 0ms 1:M 09 Jun 2025 12:48:43.712 * <search> Register write commands 1:M 09 Jun 2025 12:48:43.713 * Module 'search' loaded from /usr/local/lib/redis/modules//redisearch.so 1:M 09 Jun 2025 12:48:43.713 * <timeseries> RedisTimeSeries version 80001, git_sha=577bfa8b5909e7ee572f0b651399be8303dc6641 1:M 09 Jun 2025 12:48:43.713 * <timeseries> Redis version found by RedisTimeSeries : 8.0.2 - oss 1:M 09 Jun 2025 12:48:43.713 * <timeseries> Registering configuration options: [ 1:M 09 Jun 2025 12:48:43.713 * <timeseries> { ts-compaction-policy : } 1:M 09 Jun 2025 12:48:43.713 * <timeseries> { ts-num-threads : 3 } 1:M 09 Jun 2025 12:48:43.713 * <timeseries> { ts-retention-policy : 0 } 1:M 09 Jun 2025 12:48:43.713 * <timeseries> { ts-duplicate-policy : block } 1:M 09 Jun 2025 12:48:43.713 * <timeseries> { ts-chunk-size-bytes : 4096 } 1:M 09 Jun 2025 12:48:43.713 * <timeseries> { ts-encoding : compressed } 1:M 09 Jun 2025 12:48:43.713 * <timeseries> { ts-ignore-max-time-diff: 0 } 1:M 09 Jun 2025 12:48:43.713 * <timeseries> { ts-ignore-max-val-diff : 0.000000 } 1:M 09 Jun 2025 12:48:43.713 * <timeseries> ] 1:M 09 Jun 2025 12:48:43.713 * <timeseries> Detected redis oss 1:M 09 Jun 2025 12:48:43.713 * Module 'timeseries' loaded from /usr/local/lib/redis/modules//redistimeseries.so 1:M 09 Jun 2025 12:48:43.713 * <ReJSON> Created new data type 'ReJSON-RL' 1:M 09 Jun 2025 12:48:43.713 * <ReJSON> version: 80001 git sha: unknown branch: unknown 1:M 09 Jun 2025 12:48:43.713 * <ReJSON> Exported RedisJSON_V1 API 1:M 09 Jun 2025 12:48:43.713 * <ReJSON> Exported RedisJSON_V2 API 1:M 09 Jun 2025 12:48:43.713 * <ReJSON> Exported RedisJSON_V3 API 1:M 09 Jun 2025 12:48:43.713 * <ReJSON> Exported RedisJSON_V4 API 1:M 09 Jun 2025 12:48:43.713 * <ReJSON> Exported RedisJSON_V5 API 1:M 09 Jun 2025 12:48:43.713 * <ReJSON> Enabled diskless replication 1:M 09 Jun 2025 12:48:43.713 * <ReJSON> Initialized shared string cache, thread safe: false. 1:M 09 Jun 2025 12:48:43.713 * Module 'ReJSON' loaded from /usr/local/lib/redis/modules//rejson.so 1:M 09 Jun 2025 12:48:43.713 * <search> Acquired RedisJSON_V5 API 1:M 09 Jun 2025 12:48:43.713 * Server initialized 1:M 09 Jun 2025 12:48:43.713 * <search> Loading event starts 1:M 09 Jun 2025 12:48:43.713 * <search> Enabled workers threadpool of size 4 1:M 09 Jun 2025 12:48:43.713 * Loading RDB produced by version 7.4.2 1:M 09 Jun 2025 12:48:43.713 * RDB age 11344 seconds 1:M 09 Jun 2025 12:48:43.714 * RDB memory usage when created 3.81 Mb 1:M 09 Jun 2025 12:48:43.717 # FATAL: Data file was created with a Redis server configured to handle more than 16 databases. Exiting 检查日志文件查看容器启动时出现了什么问题

filetype

Starting Redis Server 1:C 09 Jun 2025 12:44:54.319 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:C 09 Jun 2025 12:44:54.320 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 09 Jun 2025 12:44:54.320 * Redis version=8.0.2, bits=64, commit=00000000, modified=1, pid=1, just started 1:C 09 Jun 2025 12:44:54.320 * Configuration loaded 1:M 09 Jun 2025 12:44:54.320 * monotonic clock: POSIX clock_gettime _._ _.-``__ ''-._ _.-`` `. `_. ''-._ Redis Open Source .-`` .-```. ```\/ _.,_ ''-._ 8.0.2 (00000000/1) 64 bit ( ' , .-` | `, ) Running in standalone mode |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379 | `-._ `._ / _.-' | PID: 1 `-._ `-._ `-./ _.-' _.-' |`-._`-._ `-.__.-' _.-'_.-'| | `-._`-._ _.-'_.-' | https://redis.io `-._ `-._`-.__.-'_.-' _.-' |`-._`-._ `-.__.-' _.-'_.-'| | `-._`-._ _.-'_.-' | `-._ `-._`-.__.-'_.-' _.-' `-._ `-.__.-' _.-' `-._ _.-' `-.__.-' 1:M 09 Jun 2025 12:44:54.321 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1:M 09 Jun 2025 12:44:54.321 * <bf> RedisBloom version 8.0.1 (Git=unknown) 1:M 09 Jun 2025 12:44:54.321 * <bf> Registering configuration options: [ 1:M 09 Jun 2025 12:44:54.321 * <bf> { bf-error-rate : 0.01 } 1:M 09 Jun 2025 12:44:54.321 * <bf> { bf-initial-size : 100 } 1:M 09 Jun 2025 12:44:54.321 * <bf> { bf-expansion-factor : 2 } 1:M 09 Jun 2025 12:44:54.321 * <bf> { cf-bucket-size : 2 } 1:M 09 Jun 2025 12:44:54.321 * <bf> { cf-initial-size : 1024 } 1:M 09 Jun 2025 12:44:54.321 * <bf> { cf-max-iterations : 20 } 1:M 09 Jun 2025 12:44:54.321 * <bf> { cf-expansion-factor : 1 } 1:M 09 Jun 2025 12:44:54.321 * <bf> { cf-max-expansions : 32 } 1:M 09 Jun 2025 12:44:54.321 * <bf> ] 1:M 09 Jun 2025 12:44:54.321 * Module 'bf' loaded from /usr/local/lib/redis/modules//redisbloom.so 1:M 09 Jun 2025 12:44:54.322 * <search> Redis version found by RedisSearch : 8.0.2 - oss 1:M 09 Jun 2025 12:44:54.322 * <search> RediSearch version 8.0.1 (Git=5688fcc) 1:M 09 Jun 2025 12:44:54.322 * <search> Low level api version 1 initialized successfully 1:M 09 Jun 2025 12:44:54.322 * <search> gc: ON, prefix min length: 2, min word length to stem: 4, prefix max expansions: 200, query timeout (ms): 500, timeout policy: return, cursor read size: 1000, cursor max idle (ms): 300000, max doctable size: 1000000, max number of search results: 1000000, 1:M 09 Jun 2025 12:44:54.322 * <search> Initialized thread pools! 1:M 09 Jun 2025 12:44:54.322 * <search> Disabled workers threadpool of size 0 1:M 09 Jun 2025 12:44:54.322 * <search> Subscribe to config changes 1:M 09 Jun 2025 12:44:54.322 * <search> Enabled role change notification 1:M 09 Jun 2025 12:44:54.322 * <search> Cluster configuration: AUTO partitions, type: 0, coordinator timeout: 0ms 1:M 09 Jun 2025 12:44:54.322 * <search> Register write commands 1:M 09 Jun 2025 12:44:54.322 * Module 'search' loaded from /usr/local/lib/redis/modules//redisearch.so 1:M 09 Jun 2025 12:44:54.323 * <timeseries> RedisTimeSeries version 80001, git_sha=577bfa8b5909e7ee572f0b651399be8303dc6641 1:M 09 Jun 2025 12:44:54.323 * <timeseries> Redis version found by RedisTimeSeries : 8.0.2 - oss 1:M 09 Jun 2025 12:44:54.323 * <timeseries> Registering configuration options: [ 1:M 09 Jun 2025 12:44:54.323 * <timeseries> { ts-compaction-policy : } 1:M 09 Jun 2025 12:44:54.323 * <timeseries> { ts-num-threads : 3 } 1:M 09 Jun 2025 12:44:54.323 * <timeseries> { ts-retention-policy : 0 } 1:M 09 Jun 2025 12:44:54.323 * <timeseries> { ts-duplicate-policy : block } 1:M 09 Jun 2025 12:44:54.323 * <timeseries> { ts-chunk-size-bytes : 4096 } 1:M 09 Jun 2025 12:44:54.323 * <timeseries> { ts-encoding : compressed } 1:M 09 Jun 2025 12:44:54.323 * <timeseries> { ts-ignore-max-time-diff: 0 } 1:M 09 Jun 2025 12:44:54.323 * <timeseries> { ts-ignore-max-val-diff : 0.000000 } 1:M 09 Jun 2025 12:44:54.323 * <timeseries> ] 1:M 09 Jun 2025 12:44:54.323 * <timeseries> Detected redis oss 1:M 09 Jun 2025 12:44:54.323 * Module 'timeseries' loaded from /usr/local/lib/redis/modules//redistimeseries.so 1:M 09 Jun 2025 12:44:54.323 * <ReJSON> Created new data type 'ReJSON-RL' 1:M 09 Jun 2025 12:44:54.323 * <ReJSON> version: 80001 git sha: unknown branch: unknown 1:M 09 Jun 2025 12:44:54.323 * <ReJSON> Exported RedisJSON_V1 API 1:M 09 Jun 2025 12:44:54.323 * <ReJSON> Exported RedisJSON_V2 API 1:M 09 Jun 2025 12:44:54.323 * <ReJSON> Exported RedisJSON_V3 API 1:M 09 Jun 2025 12:44:54.323 * <ReJSON> Exported RedisJSON_V4 API 1:M 09 Jun 2025 12:44:54.323 * <ReJSON> Exported RedisJSON_V5 API 1:M 09 Jun 2025 12:44:54.323 * <ReJSON> Enabled diskless replication 1:M 09 Jun 2025 12:44:54.323 * <ReJSON> Initialized shared string cache, thread safe: false. 1:M 09 Jun 2025 12:44:54.323 * Module 'ReJSON' loaded from /usr/local/lib/redis/modules//rejson.so 1:M 09 Jun 2025 12:44:54.323 * <search> Acquired RedisJSON_V5 API 1:M 09 Jun 2025 12:44:54.323 * Server initialized 1:M 09 Jun 2025 12:44:54.323 * <search> Loading event starts 1:M 09 Jun 2025 12:44:54.323 * <search> Enabled workers threadpool of size 4 1:M 09 Jun 2025 12:44:54.323 * Loading RDB produced by version 7.4.2 1:M 09 Jun 2025 12:44:54.323 * RDB age 11115 seconds 1:M 09 Jun 2025 12:44:54.323 * RDB memory usage when created 3.81 Mb 1:M 09 Jun 2025 12:44:54.327 # FATAL: Data file was created with a Redis server configured to handle more than 16 databases. Exiting

黄荣钦
  • 粉丝: 41
上传资源 快速赚钱
手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部