use redis expire event to delete stored data immediately
This commit is contained in:
parent
490a1e88eb
commit
58840e2c00
2 changed files with 19 additions and 0 deletions
|
@ -14,6 +14,11 @@ const conf = convict({
|
|||
default: 'localhost',
|
||||
env: 'REDIS_HOST'
|
||||
},
|
||||
redis_event_expire: {
|
||||
format: Boolean,
|
||||
default: false,
|
||||
env: 'REDIS_EVENT_EXPIRE'
|
||||
},
|
||||
listen_port: {
|
||||
format: 'port',
|
||||
default: 1443,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue