We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97ab48 commit 0fc4da9Copy full SHA for 0fc4da9
README.markdown
@@ -745,11 +745,16 @@ appropriately.
745
746
Here's our `config/resque.yml`:
747
748
- development: localhost:6379
749
- test: localhost:6379
750
- staging: redis1.se.github.com:6379
751
- fi: localhost:6379
752
- production: redis1.ae.github.com:6379
+``` yaml
+development: localhost:6379
+test: localhost:6379:1
+staging: redis1.se.github.com:6379
+fi: localhost:6379
753
+production: redis1.ae.github.com:6379
754
+```
755
+
756
+Note that separated Redis database should be used for test environment
757
+So that you can flush it and without impacting development environment
758
759
And our initializer:
760
0 commit comments