It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical 开发者_如何转开发andcannot be reasonably answered in its current for
I am currently testing insertion of keys in a database Redis (on local). I have more than 5 millions keys and I have just 4GB RAM so at one moment I reach capacity of RAM and swap fill in (and my PC g
In some of my applications access to Redis seems to become a bottleneck. Currently there are two ways to make access more efficient. Pipelining and accessing Unix sockets instead of TCP.
As it currently stands, this q开发者_开发百科uestion is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
I am using resque in my application for delayed jobs, where i cant send emails & sms to bulk number of users asynchronously. And the data is stored in mongodb, mongoid is the ODM connects rails &a
First of all, this may need to be moved to superuser.I couldn\'t decide which venue was better. I am trying to write an R script that will run at boot/reboot and add that machine to a pool of doRedis
开发者_开发问答We would like to shard a weighted directed graph, The user can add nodes and edges dynamically, at first the DB/Graph is empty.
I want an autocomplete feature. I have short descriptive strings on a property of a data type. I have a list of ids in redis for the
I am trying to create a set of indexe开发者_如何学JAVAs in Redis, for doing AND operations. like this:
What\'s the best solution for using Node.js and Redis to create an uptime monitoring system? Can I use Redis as a queue but is not the best way to save information, maybe MongoDB is?