Redis LASTSAVE 命令
Redis LASTSAVE 命令返回最近一次 Redis 成功将数据保存到磁盘上的时间,以 UNIX 时间戳格式表示
( Redis >= 1.0.0 )
语法
Redis LASTSAVE 命令语法如下:
127.0.0.1:6379> LASTSAVE
返回值
最近一次 Redis 成功将数据保存到磁盘上的时间,以 UNIX 时间戳格式表示
范例
127.0.0.1:6379> LASTSAVE (integer) 1503401027
Redis LASTSAVE 命令返回最近一次 Redis 成功将数据保存到磁盘上的时间,以 UNIX 时间戳格式表示
( Redis >= 1.0.0 )
Redis LASTSAVE 命令语法如下:
127.0.0.1:6379> LASTSAVE
最近一次 Redis 成功将数据保存到磁盘上的时间,以 UNIX 时间戳格式表示
127.0.0.1:6379> LASTSAVE (integer) 1503401027
♥ 简单教程,简单编程 - IT 入门首选站
Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.