From d3563ff06ff70107b890eadd855e6a87d6513213 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Mon, 5 Jan 2015 09:56:44 +0100 Subject: [PATCH] Include link to mailing list --- redis-faq.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis-faq.markdown b/redis-faq.markdown index 258e096..cb23d05 100644 --- a/redis-faq.markdown +++ b/redis-faq.markdown @@ -16,7 +16,7 @@ Don't spam the channel, upload it to [pastebin](http://pastebin.com/), as a [gis ## I want to use [SELECT](http://redis.io/commands/select) to seperate my data. Is this a good idea? -Antirez decided select was an anti-pattern a loooong time ago. He won't fully deprecate it, but it doesn't get support in new features such as cluster. (via brycebaril) +Antirez decided select was an anti-pattern a loooong time ago. He won't fully deprecate it, but it doesn't get support in new features such as cluster. (via brycebaril, [post on mailing list](https://groups.google.com/forum/#!msg/redis-db/vS5wX8X4Cjg/8ounBXitG4sJ)) Just use seperate instances or use namespacing (often used: `namespace:real-key-name`)