diff --git a/expire/README.rdoc b/expire/README.rdoc index ae706dd..13fc8c5 100644 --- a/expire/README.rdoc +++ b/expire/README.rdoc @@ -1,9 +1,9 @@ = Auto record expire based on TTL Implements TTL-based record expiry via a Lua script which is periodically executed by the TC runtime. - - The calling period is customizable via -extpc flag - - Data is stored inside a 'table' engine where key 'x' stores the unix timestamp for the expiry date - - Lua cleanup script is called periodically to scan the database for keys ready to be removed, which are then purged from the DB. +- The calling period is customizable via -extpc flag +- Data is stored inside a 'table' engine where key 'x' stores the unix timestamp for the expiry date +- Lua cleanup script is called periodically to scan the database for keys ready to be removed, which are then purged from the DB. == Starting server # call expire script every 5 seconds @@ -15,5 +15,5 @@ Implements TTL-based record expiry via a Lua script which is periodically execut > nil > {"name"=>"bob", "x"=>"1247025691"} -Source: http://alpha.mixi.co.jp/blog/?p=862 -Source: http://alpha.mixi.co.jp/blog/?p=318 +- Source: http://alpha.mixi.co.jp/blog/?p=862 +- Source: http://alpha.mixi.co.jp/blog/?p=318 \ No newline at end of file