Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Support Redis scene fault #825

Open
Icesource opened this issue Jan 17, 2023 · 3 comments
Open

[feature] Support Redis scene fault #825

Icesource opened this issue Jan 17, 2023 · 3 comments
Labels
chaosblade-exec-middleware difficulty/hard type/feature Category issues or prs related to feature request.

Comments

@Icesource
Copy link
Contributor

各位好,社区计划在未来为 ChaosBlade 引入 Redis 场景作为新的故障注入原子能力,现计划 Redis 场景如下:

  1. Redis 缓存过期
  2. Redis 缓存限流
  3. 支持 Redis 缓存穿透、
    欢迎各位开发者参与该项目,参与者将根据贡献程度获取社区的相应激励

Hello everyone, the community plans to introduce Redis scenarios for ChaosBlade as a new fault injection atomic capability in the future. The current planned Redis scenarios are as follows:

  1. Redis cache expires
  2. Redis cache throttling
  3. Support Redis cache penetration
    All developers are welcome to participate in the project, and participants will receive corresponding incentives from the community according to their contribution
@Icesource Icesource added type/feature Category issues or prs related to feature request. difficulty/hard labels Jan 17, 2023
@Icesource Icesource changed the title [ChaosBlade原子能力扩充] 支持Redis部分场景 [feature] Support Redis scene fault Jan 29, 2023
@caofujiang
Copy link

Redis缓存过期实验,修改key值的有效期。借助go-redis包expire实现。
Redis缓存限制实验:修改redis的maxmemory配置,设置缓存内存使用限制,借助go-redis包ConfigSet实现。

@myl1019
Copy link

myl1019 commented Feb 28, 2023

问一下, redis缓存过期是真实的过期吗? 这种方式由恢复手段吗

@MandssS
Copy link
Contributor

MandssS commented Jun 27, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chaosblade-exec-middleware difficulty/hard type/feature Category issues or prs related to feature request.
Projects
None yet
Development

No branches or pull requests

4 participants