summaryrefslogtreecommitdiff
path: root/spec/fixtures/config/redis_new_format_socket.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/config/redis_new_format_socket.yml')
-rw-r--r--spec/fixtures/config/redis_new_format_socket.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/config/redis_new_format_socket.yml b/spec/fixtures/config/redis_new_format_socket.yml
new file mode 100644
index 00000000000..4e76830c281
--- /dev/null
+++ b/spec/fixtures/config/redis_new_format_socket.yml
@@ -0,0 +1,6 @@
+development:
+ url: unix:/path/to/redis.sock
+test:
+ url: unix:/path/to/redis.sock
+production:
+ url: unix:/path/to/redis.sock