-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal-redis-stack.conf
More file actions
33 lines (25 loc) · 959 Bytes
/
local-redis-stack.conf
File metadata and controls
33 lines (25 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Redis configuration file example.
#
# Note that in order to read the configuration file, Redis must be
# started with the file path as first argument:
#
# ./redis-server /path/to/redis.conf
# Note on units: when memory size is needed, it is possible to specify
# it in the usual form of 1k 5GB 4M and so forth:
#
# 1k => 1000 bytes
# 1kb => 1024 bytes
# 1m => 1000000 bytes
# 1mb => 1024*1024 bytes
# 1g => 1000000000 bytes
# 1gb => 1024*1024*1024 bytes
#
# units are case insensitive so 1GB 1Gb 1gB are all the same.
################################## NETWORK #####################################
port 6379
############################## APPEND ONLY MODE ###############################
appendonly yes
################################## SECURITY ###################################
user queue on +@all -@dangerous +INFO ~bull:mails:* >somepassword
user worker on +@all -@dangerous +INFO +CLIENT ~bull:mails:* >somepassword
requirepass super-secret