nexcloud: add 11.0 beta

This commit is contained in:
Wonderfall
2016-11-25 18:19:08 +00:00
parent cfd73badd9
commit d2d24ee11c
29 changed files with 883 additions and 0 deletions

View File

@ -0,0 +1,14 @@
bind 127.0.0.1
protected-mode yes
port 0
unixsocket /tmp/redis.sock
unixsocketperm 700
daemonize no
pidfile /tmp/redis.pid
logfile /tmp/redis.log
save 900 1
save 300 10
save 60 10000
dbfilename dump.rdb
dir /var/lib/redis/
maxmemory <REDIS_MAX_MEMORY>