redis
Suggestion for write frequently, read rarely database
I hav开发者_如何学Pythone an application server which writes frequently to a database and reads it in the near future, but then very rarely that data entry is read.[详细]
2023-04-12 07:51 分类:问答Atomic GETSET on a hash in Redis
I\'m going to be storing a hit counter for a number of URLs in Redis. I\'m planning on using a hash because that seems to make sense. It also has an atomic increment function which is critical to my u[详细]
2023-04-12 06:13 分类:问答Difference between Redis (key/value database) and an associative array?
Redis is a NOSQL key/value database, which reads the entire life within 开发者_运维百科RAM (and thus is quite fast). To me, an array (e.g., in PHP) does the same, as an array is a set of key/value. Th[详细]
2023-04-12 04:50 分类:问答Redis administration panel [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-11 20:11 分类:问答Getting rid of temp-xxxx.rdb files
When starting redis from a directory with a redis.conf that includes: save 60 10000 dir ./ it saves a temporary temp-1234.rdb (with the number always changing) to keep persistence. Problem is, I fi[详细]
2023-04-11 19:39 分类:问答redis and tags for a large video site
My question is regarding tags and searching, for a tube/flash based video clip site. I have apx 100,000 videos which I want to organize using Redis.[详细]
2023-04-11 14:05 分类:问答Redis delayed keys add
I have 3 virtual machines vm1, vm2 and redis-server all connected to each other. Various processes on vm2, invoke RPCs in vm1. But the parameters to the RPCs are stored in Redis. vm2 passes the key t[详细]
2023-04-11 12:10 分类:问答Zend_View caching (Redis)
Task: During the process of action of Zend Application to achieve next: - for each unique url or any definite url to substitute Zend_View object by data sto开发者_StackOverflow中文版red in the cache ([详细]
2023-04-11 08:20 分类:问答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 分类:问答