1
0
mirror of https://github.com/fluencelabs/redis synced 2025-07-14 16:21:33 +00:00
Files
client-libraries
doc
AuthCommand.html
Benchmarks.html
BgsaveCommand.html
CommandReference.html
Credits.html
DbsizeCommand.html
DelCommand.html
DesignPatterns.html
ExistsCommand.html
ExpireCommand.html
FAQ.html
FlushallCommand.html
FlushdbCommand.html
GetCommand.html
GetsetCommand.html
IncrCommand.html
InfoCommand.html
KeysCommand.html
LastsaveCommand.html
LindexCommand.html
LlenCommand.html
LpopCommand.html
LrangeCommand.html
LremCommand.html
LsetCommand.html
LtrimCommand.html
MgetCommand.html
MonitorCommand.html
MoveCommand.html
ProtocolSpecification.html
QuitCommand.html
README.html
RandomkeyCommand.html
RenameCommand.html
RenamenxCommand.html
ReplicationHowto.html
ReplyTypes.html
RpushCommand.html
SaddCommand.html
SaveCommand.html
ScardCommand.html
SdiffCommand.html
SdiffstoreCommand.html
SelectCommand.html
SetCommand.html
SetnxCommand.html
ShutdownCommand.html
SinterCommand.html
SinterstoreCommand.html
SismemberCommand.html
SlaveofCommand.html
SmembersCommand.html
SmoveCommand.html
SortCommand.html
SpopCommand.html
SremCommand.html
SunionCommand.html
SunionstoreCommand.html
TemplateCommand.html
TtlCommand.html
TwitterAlikeExample.html
TypeCommand.html
UnstableSource.html
index.html
redis.png
style.css
utils
.gitignore
BETATESTING.txt
BUGS
COPYING
Changelog
Makefile
README
TODO
adlist.c
adlist.h
ae.c
ae.h
anet.c
anet.h
benchmark.c
config.h
dict.c
dict.h
fmacros.h
lzf.h
lzfP.h
lzf_c.c
lzf_d.c
pqsort.c
pqsort.h
redis-cli.c
redis.c
redis.conf
redis.h
sds.c
sds.h
test-redis.tcl
zmalloc.c
zmalloc.h
redis/doc/LastsaveCommand.html

40 lines
1.6 KiB
HTML
Raw Normal View History

2009-03-22 10:30:00 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<div id="page">
<div id='header'>
<a href="index.html">
<img style="border:none" alt="Redis Documentation" src="redis.png">
</a>
</div>
<div id="pagecontent">
<div class="index">
<!-- This is a (PRE) block. Make sure it's left aligned or your toc title will be off. -->
<b>LastsaveCommand: Contents</b><br>&nbsp;&nbsp;<a href="#LASTSAVE">LASTSAVE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Return value">Return value</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#See also">See also</a>
</div>
<h1 class="wikiname">LastsaveCommand</h1>
<div class="summary">
</div>
<div class="narrow">
<h1><a name="LASTSAVE">LASTSAVE</a></h1>
<blockquote>Return the UNIX TIME of the last DB save executed with success.A client may check if a <a href="BgsaveCommand.html">BGSAVE</a> command succeeded reading the LASTSAVEvalue, then issuing a <a href="BgsaveCommand.html">BGSAVE</a> command and checking at regular intervalsevery N seconds if LASTSAVE changed.</blockquote>
<h2><a name="Return value">Return value</a></h2><a href="ReplyTypes.html">Integer reply</a>, specifically an UNIX time stamp.<h2><a name="See also">See also</a></h2>
<ul><li> <a href="BgsaveCommand.html">BGSAVE</a></li></ul>
</div>
</div>
</div>
</body>
</html>