Shutdown redis on normal exit

This commit is contained in:
moneromooo 2015-01-10 13:53:42 +00:00
parent 5a29cf9d34
commit 8462467c40
1 changed files with 4 additions and 0 deletions

View File

@ -255,3 +255,7 @@ InitScanBlockHeight()
RegisterCommands()
IRCLoop(OnIdle,OnIdentified,OnCommandProxy)
log_info('shutting down redis')
redisdb.shutdown
log_info('exiting')