diff options
Diffstat (limited to 'tests/assets')
| -rw-r--r-- | tests/assets/default.conf | 27 | ||||
| -rw-r--r-- | tests/assets/encodings.rdb | bin | 0 -> 667 bytes | |||
| -rw-r--r-- | tests/assets/hash-zipmap.rdb | bin | 0 -> 35 bytes |
3 files changed, 27 insertions, 0 deletions
diff --git a/tests/assets/default.conf b/tests/assets/default.conf new file mode 100644 index 0000000..d7b8a75 --- /dev/null +++ b/tests/assets/default.conf @@ -0,0 +1,27 @@ +# Redis configuration for testing. + +always-show-logo yes +notify-keyspace-events KEA +daemonize no +pidfile /var/run/redis.pid +port 6379 +timeout 0 +bind 127.0.0.1 +loglevel verbose +logfile '' +databases 16 +latency-monitor-threshold 1 + +save 900 1 +save 300 10 +save 60 10000 + +rdbcompression yes +dbfilename dump.rdb +dir ./ + +slave-serve-stale-data yes +appendonly no +appendfsync everysec +no-appendfsync-on-rewrite no +activerehashing yes diff --git a/tests/assets/encodings.rdb b/tests/assets/encodings.rdb Binary files differnew file mode 100644 index 0000000..9fd9b70 --- /dev/null +++ b/tests/assets/encodings.rdb diff --git a/tests/assets/hash-zipmap.rdb b/tests/assets/hash-zipmap.rdb Binary files differnew file mode 100644 index 0000000..27a42ed --- /dev/null +++ b/tests/assets/hash-zipmap.rdb |
