test

最新发布

如何利用shell命令行批量给redis设置过期时间

如何用shell命令行批量给redis加过期时间

以下是shell命令行

```
[root@iZuf6emne76ykf86e0pxakZ application]# cat 1.sh
#!/bin/bash
ls=`redis-cli -h 127.0.0.1 -p 6379 -a 123456 -n 0 keys test*`
fo >查看详情

    A+
发布日期:2022年02月10日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: