Redis001 | 常用操作手册
OS Shell下批量操作Redis 1 2 3 4 5 6 7 # 批量删除库中的某些Key ./redis-cli -h ip -p 1001 -a xxx keys ip_* |xargs ./redis-cli -h ip -p 1001 -a xxx del ./redis-cli -h ip -p 1001 -a xxx ………
Golang、C、Node.js、Dart、开发框架、高性能高可用架构、团队管理