redis
Rails 3 A/B Split Test System Without Redis?
I\'m looking for an easy way to integrate split testing into my Rails 3 application.I\'ve researched and found two alternatives that seem to be up to date for Rails 3...[详细]
2023-04-04 10:39 分类:问答Querying redis data
my access_log file has several of such lines... 10.10.11.69[13/Sep/2011:09:52:48 +0530] \"GET /icons/blank.gif HTTP/1.1\" 304 - \"http://10.10.10.14/production-logs/no2-pg-wallet/\" \"Mozilla/5.0 (Win[详细]
2023-04-04 05:27 分类:问答Looking for API optimization suggestions
In the past I had asked a few questions about how to create my own API to allow external sites access to my db I store in the database. This particular question is I\'m asking for suggestions on how t[详细]
2023-04-04 03:40 分类:问答Using Redis for Pub Sub . Advantages / Disadvantages over RabbitMQ
Our requirement is very simple. Send messages to users subscribed to a topic. We need our messaging system to be able to support millions of topics and maybe millions of subscribers to any given topic[详细]
2023-04-03 23:15 分类:问答Redis / Node.js - 2 clients (1 pub/sub) causing issues with writes
Trying to create two clients; one is pub/sub, the other is a standard connection.Is this not possible?There must be a way to abstract this towork :)Basically, if I do a get key after running test.js,[详细]
2023-04-03 08:44 分类:问答Is it possible to monitor only one database?
Currently, my understanding is that the \'monitor\' command outputs all commands received by the server, no matter which database number they are sent to.[详细]
2023-04-03 07:58 分类:问答Calling redis 'get' inside a loop to display forum post view data
I\'m rebuilding a forum/board in rails. One of the requirements is that view information be recorded for a subject.[详细]
2023-04-01 23:01 分类:问答Graph database to return a list of common friends among 2 person in a social network
Are there any graph database(s) that has a built-in feature to return a list of common friends among 2 or more people - just like in a social network like Facebook? The result should be returned as fa[详细]
2023-04-01 11:48 分类:问答How does a LAMP developer get started using a Redis/Node.js Solution?
I come from the cliche land of PHP and MySQL on Dreamhost. BUT! I am also a javascript jenie and I\'ve been dying to get on the Node.js train. In my reading I\'ve discovered inadvertently a NoSQL solu[详细]
2023-04-01 08:36 分类:问答Django cache performance
We are using now Redis for in-memory cache for our Django application (we have used memcached before, and there is no big difference in performance, we are using Redis because disk dump feature).[详细]
2023-04-01 04:04 分类:问答