redis
Jedis Storage Confusion, Is this issue from Redis or Jedis?
The following java code inserts a million integer pairs into redis. public class JedisInsertion { public static byte[] fromInt(int v) {[详细]
2023-04-11 06:59 分类:问答One Redis server per Rails app?
I\'ve a bunch of rails app on my server that should be able to use Redis as cache engine. Do I\'ve to start one instance of Redis for each of my application, or does the Redis support scoping?[详细]
2023-04-11 05:34 分类:问答Multiple clients load distribution with redis
We are using redis as a queue for asynchronous processing of jobs. One application pushes jobs to redis (lpush), other application reads the redis queue (blpop) and processes the same. We wanted to sc[详细]
2023-04-11 04:05 分类:问答How can I test if my redis cache is working?
I\'ve installed django-redis-cache and redis-py. I\'ve followed the caching docs for Django. As far as I know, the settings below are all that I need. But how do I tell if it\'s working properly??[详细]
2023-04-10 19:57 分类:问答building tests that deal with redis and cache_method decorator
So I\'m trying to build some tests for a project using redis but I have two methods giving me trouble.[详细]
2023-04-10 11:03 分类:问答Redis: Show database size/size for keys
My redis inst开发者_如何学编程ance seems to being growing very large and I\'d like to find out which of the multiple databases I have in there consumes how much memory. Redis\' INFO command just shows[详细]
2023-04-10 01:49 分类:问答how to structure 1-level-nested comments in redis?
I\'ve been struggling to find a data structure for nested comments (only 1 level of nesting, e.g. facebook)[详细]
2023-04-10 01:26 分类:问答fetching data from celery's backend(redis)
How do I get data开发者_运维技巧(all I really need is the state of the task) from a Celery backend? I am using Redis.Assuming that you configured the CELERY_RESULT_BACKEND to use redis ( see here ), t[详细]
2023-04-09 18:49 分类:问答Redis queue with claim expire
I have a queue interface I want to implement in开发者_如何学运维 redis. The trick is that each worker can claim an item for N seconds after that it\'s presumed the worker has crashed and the item need[详细]
2023-04-09 17:54 分类:问答Variables in Redis configuration file
I would like to set a REDIS_ROOT in my redis.conf file and be able to reuse that same variable across a number of other configuration points. I want to have all my logs, dumps, etc. go somewhere in th[详细]
2023-04-08 23:04 分类:问答