1、DEL <?php $redis = new redis(); $redis->connect('127.0.0.1',6379); ... var_dump($redis->TTL('w3ckey')); // 查看给定key 的剩余生存时间,int 7
確定! 回上一頁