Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
Predis] how work with list? By: Милость Hi all! Please help me find more information about function at work
with LIST. I'm not understand, how it work in Predis.
|
0 | Feb 8 2012 14:09 |
Feb 8 2012 14:09 |
|
|
Python redis client performance By: chinatian Why do I use pure Python redis connection the redis db get speed is
only 10k / s, while redis-benckmark speed to 40k?
|
6 | Feb 8 2012 08:08 |
Feb 8 2012 13:23 |
|
|
Finding all users that have common/mutual friends By: emiretsk Hi, I am building a facebook app - most of my 'simple user' data
(name, address, email, as well as other app specific data) is stored
in a MySQL table. The application make a heavy use of facebook graph
API(friendships, events etc.). I am…
|
3 | Feb 8 2012 08:07 |
Feb 8 2012 11:20 |
|
|
what's the difference of safe/non-safe dict itereator? By: tjuer This is a multi-part message in MIME format. I have just read the
'dict.c' source code file of dict implementation. I have got the
literal difference between safe/non-safe dict iterator, but don't yet
understand the intent of why introducing the…
|
0 | Feb 8 2012 08:08 |
Feb 8 2012 08:08 |
|
|
The Little Redis Book By: Karl Seguin Hi, Just wanted to let everyone know that I released a free ebook
about Redis called The Little Redis Book. You can find out more and
download it at: http://openmymind.net/2012/1/23/The-Little-Redis-Book/
You can also fork the project and…
|
7 | Jan 23 2012 11:30 |
Feb 8 2012 08:08 |
|
|
FOSDEM : Graph Processing Room videos are online By: Pere Urbón Bayes Hi! just wanted to tell you that the videos from your talks are
online. Enjoy it! Enjoy it! and spread the word: http://bit.ly/vZRHbh
Thank you!
|
0 | Feb 8 2012 07:01 |
Feb 8 2012 07:01 |
|
|
Redis replication via stunnel By: pedigree Is anyone running replication via stunnel as all? Ive been running
it for a while now and it will usually run just fine but it randomly
disconnects from the master (master is 2.4.3, slave 2.4.7). The slave
log reports [ 2 hours of disk is busy…
|
0 | Feb 7 2012 11:21 |
Feb 7 2012 11:21 |
|
|
Redis running very slow By: Rajitha R Hi All, I was running redis on my local machine and always observed
very good speed.Now when I run redis on a different machine on the
same network,its speed goes down drastically.In the sense,on local,it
used to insert atleast a million key-value…
|
12 | Feb 6 2012 05:29 |
Feb 7 2012 10:54 |
|
|
Redis high CPU and fork rate on OpenVZ By: Damon Hi, I'm currently having some issues with Redis spiking in CPU and
have been unable to determine what is causing it. Host OS: Centos
5.5 on an OpenVZ VM Memory: 12GB soft limit, 16GB hard limit Redis
version: 2.2.4 Memory: 2.45GB, 10.71GB RSS…
|
2 | Feb 6 2012 19:42 |
Feb 7 2012 09:55 |
|
|
idea about slave snapshotting option By: Jak Sprats Hi All, I mentioned this idea for the windows port, but it may not
be a bad idea for many setups. The idea is to have 1 master feeding 1
slave. The master does not persist data to disk, the slave does
in-process SAVEs. During the slave's…
|
8 | Jan 19 2012 12:04 |
Feb 7 2012 06:31 |
|
|
AOF file created read-only on Windows By: Nicolas Guillaumin Hi, I'm using dmajkic's 2.4.5 Windows port on a Windows 2003 server
machine. I've enabled appendonly in the config file, the rest is
pretty much the default config. The first time I start
redis-server.exe everything works fine: I can connect…
|
7 | Jan 30 2012 13:53 |
Feb 5 2012 16:06 |
|
|
HINCRBY overflows? By: zzz set n -9223372036854775484 +OK incrby n -100000 -ERR increment or
decrement would overflow incrby n -1000 -ERR increment or decrement
would overflow hput f n -9223372036854775484 -ERR unknown command
'hput' hset f n -9223372036854775484 :1 hget f n…
|
1 | Feb 4 2012 02:40 |
Feb 5 2012 04:14 |
|
|
Can Redis cluster be considered a viable option within the next 2 months? By: Bobby Up until now, we've used Redis mostly for caching. We generally have
master-slave replication for some "safety" but our systems aren't
majorly affected if Redis is unavailable for a period of time. We now
have a project on our roadmap to create a…
|
6 | Dec 7 2011 13:32 |
Feb 3 2012 08:28 |
|
|
PUSH with timer for min release time By: jacob Hi guys, I see in the documentation that you can set items to
expire at a certain time - which is great, but is there an ability to
PUSH something to redis with a timestamp and not have POPs return
those items before the timer expires? For the…
|
3 | Feb 2 2012 12:46 |
Feb 3 2012 06:30 |
|
|
nosql/redis database program By: Der Engel Hi, I'm about to create my first simple web app and wanted to know
from the community if there is some good book or documentation for
designing a database with NoSQL/Redis, I haven't use any SQL nor
design a DB yet, was going the sqlite route but…
|
2 | Jan 30 2012 13:53 |
Feb 2 2012 20:35 |
|
|
Issue 368 in redis: Timeout set to 0 does not disable timeout, makes it more angry and wrong. By: Redis Status: New Owner: ---- Labels: Type-Defect Priority-Medium New
issue 368 by zed.shaw: Timeout set to 0 does not disable timeout,
makes it more angry and wrong.
http://code.google.com/p/redis/issues/detail?id=368 What steps will
reproduce the…
|
4 | Nov 7 2010 01:54 |
Feb 2 2012 14:22 |
|
|
Clarification on transactions By: A J The idea of 'all or none' in MULTI-EXEC approach to transactions is
not very clear to me. As per documentation
http://redis.io/topics/transactions: "Either all of the commands or
none are processed. ........ ........ It's important to note that…
|
3 | Feb 2 2012 12:42 |
Feb 2 2012 13:48 |
|
|
object idletime command By: lsbardel Hello, I'm using this script
https://github.com/lsbardel/python-stdnet/blob/master/stdnet/lib/redis
/lua/keyinfo.lua to obtain information about keys for a given
pattern. The script calls the KEYS command to collect all relevant
keys and…
|
4 | Feb 2 2012 04:20 |
Feb 2 2012 09:49 |
|
|
Redis could be safer on 32bit instances By: Salvatore Sanfilippo Hello list! I think we have a problem with Redis running on 32 bit,
since if the configuration is not ok, there is some operational risk
due to hard 4GB limit, resulting in out of memory (one thing that
without 32bit instances rarely happens at…
|
2 | Dec 28 2011 12:36 |
Feb 2 2012 03:36 |
|
|
Re: Better stats for redis-as-cache By: Mike K Thanks, Salvatore! Looking good; here's the output of one server:
keyspace_hits:3623 keyspace_misses:27091 pubsub_channels:0
pubsub_patterns:0 latest_fork_usec:0 vm_enabled:0 role:master
db0:keys=1304376,expires=0 (right now we're mostly…
|
1 | Feb 1 2012 15:36 |
Feb 2 2012 02:53 |