mirror of
https://github.com/idanoo/php-resque
synced 2025-07-04 23:22:19 +00:00
Initial commit
This commit is contained in:
commit
cb4205d508
37 changed files with 2808 additions and 0 deletions
8
test/misc/redis.conf
Normal file
8
test/misc/redis.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
daemonize yes
|
||||
pidfile ./redis.pid
|
||||
port 6379
|
||||
bind 127.0.0.1
|
||||
timeout 300
|
||||
dbfilename dump.rdb
|
||||
dir ./
|
||||
loglevel debug
|
Loading…
Add table
Add a link
Reference in a new issue