RQ 一个轻量级Python队列使用记录 2022-7-27 17:29 | 1,684 | 0 | Python,Redis 293 字 | 3 分钟 资源 官方文档:https://python-rq.org/ Github: https://github.com/rq/rq 安装 pip install rq 使用 创建任务 import red…
Redis 批量删除特定前缀 Key 的方法 2020-10-15 2:12 | 1,223 | 0 | Linux,Redis 57 字 | 1 分钟内 直接上命令了,后续有时间再扩展 # redis-cli -h 10.0.0.5 -n 2 --scan --pattern "hotNewsType:*" | xargs -L 2…