mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Shutdown redis on normal exit
This commit is contained in:
parent
5a29cf9d34
commit
8462467c40
1 changed files with 4 additions and 0 deletions
|
@ -255,3 +255,7 @@ InitScanBlockHeight()
|
||||||
RegisterCommands()
|
RegisterCommands()
|
||||||
|
|
||||||
IRCLoop(OnIdle,OnIdentified,OnCommandProxy)
|
IRCLoop(OnIdle,OnIdentified,OnCommandProxy)
|
||||||
|
|
||||||
|
log_info('shutting down redis')
|
||||||
|
redisdb.shutdown
|
||||||
|
log_info('exiting')
|
||||||
|
|
Loading…
Reference in a new issue