diff options
author | Mikhail Galanin <mgalanin@mimecast.com> | 2018-09-10 15:19:16 +0100 |
---|---|---|
committer | Mikhail Galanin <mgalanin@mimecast.com> | 2018-09-10 15:19:16 +0100 |
commit | a77f6d5515077c0b6912ce957d7c53bf0c526a58 (patch) | |
tree | 1380029b0bf7418249a8df99e03c03f6ee18fcb0 /test/functional/configs/redis.conf | |
parent | 1b5cef0e884b49430d5cac902a366703beef5439 (diff) | |
download | rspamd-a77f6d5515077c0b6912ce957d7c53bf0c526a58.tar.gz rspamd-a77f6d5515077c0b6912ce957d7c53bf0c526a58.zip |
[Test] Added test for Redis API
Diffstat (limited to 'test/functional/configs/redis.conf')
-rw-r--r-- | test/functional/configs/redis.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/functional/configs/redis.conf b/test/functional/configs/redis.conf new file mode 100644 index 000000000..2da10faf7 --- /dev/null +++ b/test/functional/configs/redis.conf @@ -0,0 +1,5 @@ +lua = ${LUA_SCRIPT}; +redis { + servers = "${REDIS_ADDR}:${REDIS_PORT}"; + expand_keys = true; +} |