I want to use Redis as a database, not a cache开发者_开发技巧. From my (limited) understanding, Redis is an in-memory datastore. What are the risks of using Redis, and how can I mitigate them?You can
Given a large sorted set with rapidly changing scores/weights, what\'s the most efficient way to maintain subsets and开发者_StackOverflow社区 access those subsets in the master set\'s order?You have a
I\'m working on a game engine in objective-c where we want entities to have on-the-fly customization of attributes for ea开发者_JS百科ch entity. Initially, we were thinking of using NSDictionary, but
When we say caching like using memcahe or Redis, is this a 1:1 caching between the user and the cache or can we cache 1 item and use it for all user? Some items like a Friend list will be 1:1 a that
I am trying to connect to Redis cache server which is running on my machine (Windows 7). Whenever I start my client to put some keys into it, I get error as
I\'m using Redis to store data logs from many analog sensors.My goal is to sort the data according to a log time stamp and extract the data from a specific datetime range.My originial data model was t
I\'m rebuilding Lovers on Facebook with Sinatra & Redis, and I want: Set operations for managing requests & relationships between users
I want to use Redis. So I followed this tutorial: https://github.com/sebleier/django-redis-cache First, I install redis-py: https://github.com/andymccurdy/redis-py/
I have been experimenting with Redis, and I really like the scalability that it brings to the table. However, I\'m wondering how to handle changes to data structures for a system that\'s already in pr
Is it possible to fetch data from Redis fr开发者_开发技巧om within MySQL (using a native function or some other mechanism)? I would like to be able to use this information in ORDER BY statements for p