Skip to content

Instantly share code, notes, and snippets.

@paurosello
Created November 26, 2017 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paurosello/dd22f884c45cb849c82e6eac81a65f2d to your computer and use it in GitHub Desktop.
Save paurosello/dd22f884c45cb849c82e6eac81a65f2d to your computer and use it in GitHub Desktop.
Redis Configuration
dbfilename redis_cache.rdb
dir /Users/pau/frappe-bench/config/pids
pidfile /Users/pau/frappe-bench/config/pids/redis_cache.pid
bind 127.0.0.1
port 13000
maxmemory 1638mb
maxmemory-policy allkeys-lru
appendonly no
save ""
dbfilename redis_queue.rdb
dir /Users/pau/frappe-bench/config/pids
pidfile /Users/pau/frappe-bench/config/pids/redis_queue.pid
bind 127.0.0.1
port 11000
dbfilename redis_socketio.rdb
dir /Users/pau/frappe-bench/config/pids
pidfile /Users/pau/frappe-bench/config/pids/redis_socketio.pid
bind 127.0.0.1
port 12000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment