redis > SET cache_page "www.google.com" OK redis> EXPIRE cache_page 30 # 设置过期时间为30 秒 (integer) 1 redis> TTL cache_page # 查看剩余生存 ...
確定! 回上一頁