Tendis
Tendis copied to clipboard
Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
## Description 1. 添加ldb_tendis的测试代码,测试ldb_tendis扫描数据的正确与格式
## Description 1. 添加addslotsrange和delslotsrange以兼容redis
Avoid mostly harmless integer overflow in cjson according to https://github.com/redis/redis/commit/da9c2804a5ce774099bc3aabc894a8fd8c7e1440 And fix CVE-2025046819 according to https://github.com/redis/redis/commit/3a1624da2449ac3dbfc4bdaed43adf77a0b7bfba
有人测试兼容 arm 吗?
[root@ecm-m573b build]# gcc --version gcc (GCC) 14.1.0 Copyright (C) 2024 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even...
## Description ## Motivation and Context ## How Has This Been Tested? ## Types of Changes - [ ] Bug fix (non-breaking change that fixes an issue) - [ ]...
## Description dump-file-keep-num和dump-file-keep-hour只在从节点生效。 假设主节点A和从节点B,起初没有设置这两个参数,B节点的dump目录已经有较多binlog文件。这时候发生主从切换,再设置这两个参数的时候,因为B节点提成了主节点,不会触发清理binlog文件的逻辑。 ## Expected Behavior ## Current Behavior ## Possible Solution ## Steps to Reproduce (for bugs) ## Context ## Your Environment * Operating System and version: *...
## Description 修复scan命令的在切换数据库之后返回不在当前数据库中的内容,并添加了部分测试用例 ## Types of Changes - [x] Bug fix #288
切换成tendis后,数据库配置、代码等都没有修改。原代码使用 @Cacheable 写法后,会出现下面错误 tendis 数据库,缓存数据也插入成功了,我比对了之前redis 缓存数据和现在数据,插入数据格式、内容都是一样的,当数据库有缓存,再次查询从缓存取数据就能成功。第一次缓存没有数据就会有上门问题