Actually call redis shutdown() on normal exit

This commit is contained in:
moneromooo 2015-01-29 10:14:47 +00:00
parent 0e144e14b3
commit 250528dff3
1 changed files with 1 additions and 1 deletions

View File

@ -407,5 +407,5 @@ while len(networks)>0:
log_info('shutting down redis')
redisdb.shutdown
redisdb.shutdown()
log_info('exiting')