suxb201

Results 10 issues of suxb201

code ```python from redis.client import NEVER_DECODE options = {} options[NEVER_DECODE] = [] client.execute_command("bgrewriteaof", **options) ``` error ``` File "/home/suxiaobin.sxb/gits/tairv4/tests/py_tests/tests/cases/example.py", line 14, in test_example client.execute_command("info", **options) File "/home/suxiaobin.sxb/miniconda3/lib/python3.9/site-packages/redis/client.py", line 1218, in...

![20180103222923](https://user-images.githubusercontent.com/16659368/34524278-df638910-f0d5-11e7-8439-40fc904476ef.png) `$('.simpleditor').highlightWithinTextarea({ highlight: '#' })` i try to adjustment the width of the textarea to solve this error, but I failed.

项目地址:https://github.com/alibaba/RedisShake 项目描述: 用于 Redis 实例间数据迁移与清洗。 常见于生产环境中将 Redis 单机实例迁移到集群实例或者需要无缝将一个小规格 Redis 实例迁移到另一个大规格 Redis 实例。 并且支持使用 Lua 语言自定义过滤函数用以在迁移过程中过滤数据。项目的代码清晰,适合学习 Redis 数据存储结构。 中文文档:https://github.com/alibaba/RedisShake/wiki 👏 欢迎蹭 PR 截图: ![image](https://user-images.githubusercontent.com/16659368/192509767-208318c5-9563-4c23-aa9c-0986fd28dc8f.png)

issue-225

**Version** and **Platform**: - Darwin Kernel Version 21.6.0 - Python 3.10.4 - redis-py 4.4.0rc1 **Description**: After redis is down, you can not exit the redis-cluster client ``` 16:17:46.524 error occurred...

run ` roadhog-api-doc start 8001` but auto open **http://localhost:8000/** and i can not open **http://localhost:8001/**

当前版本配置文件: ```toml function = "" [sync_reader] # ... [redis_writer] # ... [advanced] # ... [module] # ... ``` 计划改动为: ```toml [sync_reader] # ... [redis_writer] # ... [filter] allow_key_prefix = "myapp"...

type: discussion

目前 CI 启动后会同时触发多个 job,对应多个 Redis 版本测试。job 之间的端口是共享的,当其中一个 job 启动使用某个 port 启动实例后,另一个 port 如果想用相同的端口就会导致测试失败。我已经给端口获取的地方加上了随机性,但是还是有很大的失败概率,不符合预期,需要再分析下。

type: bug

shake 运行环境: * ecs.c8i.4xlarge(Intel(R) Xeon(R) Platinum 8475B) * 云盘、网络均不构成瓶颈 测试 Redis 均为阿里云云数据库 Redis 云原生版。 --- 源端为 Redis 7.0 集群,64 分片 * 目的端为 Redis 7.0 单实例,ops 为 280k * 目的端为 Redis...

# 活动官网 https://summer-ospp.ac.cn/ # 题目描述 让 RedisShake 支持以下数据结构编码的解析: - https://github.com/tair-opensource/TairString - https://github.com/tair-opensource/TairHash - https://github.com/tair-opensource/TairZset 涉及技术:在掌握 C、Go 的基础上进一步了解 Redis 主从复制原理,Redis 常见数据结构编码,TairString、TairHash、TairZset 编码。 任务完成标志为在 https://github.com/tair-opensource/RedisShake/tree/v3/internal/rdb/types 目录下添加上述数据结构解析代码,编写配套测试,测试通过。 --- 完成上述内容后如有兴趣,欢迎参与到 RedisShake 的后续演进:Docker 支持、Homepage 补全、监控项梳理等。...

When trying to compile bcc on Alibaba Cloud Linux 3, I found several issues that I've fixed in this PR: - **LLVM10 Compilation**: Alibaba Cloud Linux 3 is compatible with...