YouTip LogoYouTip

Server Lastsave

# Redis Lastsave Command * (javascript:void(0);) * (javascript:void(0);) * (javascript:void(0);) * (javascript:void(0)) Redis Tutorial (#)(#)(#)(#)(#) ## Redis Commands (#)(#)(#)(#)(#)(#)(#)(#)[Redis Pub/Sub](#)(#)(#)(#)(#)(#)(#) ## Redis Advanced Tutorial (#)(#)(#)(#)(#)(#)(#)(#) [](#)(#) (#)[](#) Deep Dive Scripts Web Applications & Online Tools Machine Learning & Artificial Intelligence Data Management Computer Hardware Programming Scripting Languages Networking Computer Servers # Redis Lastsave Command !(#)(#) The Redis Lastsave command returns the UNIX timestamp of the most recent successful save of data to disk by Redis. ### Syntax The basic syntax of the Redis Lastsave command is as follows: redis 127.0.0.1:6379> LASTSAVE ### Available Versions >= 1.0.0 ### Return Value String, a collection of text lines. ### Example redis 127.0.0.1:6379> LASTSAVE (integer) 1410853592 !(#)(#)
← Server MonitorServer Config Set β†’