Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
Redis/Ruby gem exceptions By: Rob Hello list I'm experiencing some difficult-to-solve and very
frustrating problems using Redis within my web application. Every few
hours, my Rails processes start spitting out exceptions, usually
starting with one like this: Redis::ProtocolError:…
|
6 | Sep 17, 2010 03:36 |
Sep 17, 2010 10:33 |
|
|
Issue 317 in redis: Per database persistence configuration By: Redis Status: New Owner: ---- Labels: Type-Defect Priority-Medium New
issue 317 by dong77: Per database persistence configuration
http://code.google.com/p/redis/issues/detail?id=317 I have a critical
database that needs to sync to HD with appendonly…
|
1 | Sep 1, 2010 04:09 |
Sep 1, 2010 05:25 |
|
|
Issue 318 in redis: hset and expire By: Redis Status: New Owner: ---- Labels: Type-Defect Priority-Medium New
issue 318 by jeanm### @gmail.com: hset and expire
http://code.google.com/p/redis/issues/detail?id=318 redis> info
redis_version:1.3.17 redis> hset h a 1 (integer) 1 redis>…
|
2 | Sep 1, 2010 05:04 |
Sep 1, 2010 05:29 |
|
|
read operations have lots of small mallocs - compounds memory fragmentation By: Jak Sprats I put in a counter for each time zmalloc() (in zmalloc.c) is called
which gets reset each time call() (in redis.c) is called Here are the
number of malloc's per read op GET -> 39 mallocs
LRANGE of 1 -> 57 mallocs…
|
5 | Sep 1, 2010 05:37 |
Sep 2, 2010 04:02 |
|
|
New to redis , using it to store feed By: drkiran Hi , I am learning redis , Facing a problem when ever i restart
redis server the incr("global:uid") or incr("global:feed") started
from 1 . I lost my previous keys . please help , Thanks
|
1 | Sep 2, 2010 03:15 |
Sep 2, 2010 04:44 |
|
|
redis.org By: Tim Lossen wouldn't it be cool if that was the redis homepage? easier to
remember than http://code.google.com/p/redis/ i contacted the current
owner of the domain a while ago, and finally received an offer now:
they are willing to sell for $1150. quite a…
|
23 | Sep 2, 2010 11:02 |
Sep 13, 2010 16:55 |
|
|
Re: Memory fragmentation By: Marc Byrd Salvatore, Pieter, I'm afraid I'm not quite following the
discussion/motivation here (and the tweets don't seem to clarify for
me) - I can only guess that others may be likewise fuzzy. Can you
review how this started and where it's going and why?…
|
3 | Sep 2, 2010 11:15 |
Sep 2, 2010 15:47 |
|
|
Minor issue with Redis test By: Arvind Jamuna Dixit Hi, Only a minor issue while running: $ make test TAGS="slow" A
test in basic.tcl fails with "DBSIZE should be 10101 now".
|
1 | Sep 2, 2010 11:19 |
Sep 2, 2010 11:43 |
|
|
List of hashes ? By: Damien MATHIEU Hello, Basically I'm trying to build timelines using redis and I'd
like to be able to translate any entry to an other language. So I'd be
interested in having a list consisting of several hashes. But it
seems redis only allows to create lists of…
|
4 | Sep 3, 2010 03:10 |
Sep 3, 2010 12:49 |
|
|
Redis 2.0RC4 , By: Michel Bartz Hi, i looked around and could not find any ETA for a final version
for 2.0. I'm working on a project that needs some of the features of
Redis 2.0, but i can't risk not using a non final version on my
production environment. From what i can see on…
|
1 | Sep 3, 2010 03:10 |
Sep 3, 2010 03:11 |
|
|
Redis 2.0.0 stable is out By: Salvatore Sanfilippo Hello! Finally we reached 2.0.0 stable. This is just RC4 with
(many) bug fixes applied. Also this release features an updated
redis-cli, backported from master. Many thanks to VMware, Pieter
Noordhuis and the Redis community for making this…
|
10 | Sep 3, 2010 06:20 |
Sep 3, 2010 13:41 |
|
|
Issue 323 in redis: EXPIRE + INCR seems to reset value? By: Redis Status: New Owner: ---- Labels: Type-Defect Priority-Medium New
issue 323 by Evgeny### @gmail.com: EXPIRE + INCR seems to reset value?
http://code.google.com/p/redis/issues/detail?id=323 redis> INCR a
(integer) 1 redis> INCR a (integer) 2…
|
1 | Sep 5, 2010 12:00 |
Sep 5, 2010 12:08 |
|
|
Issue 324 in redis: No rule to make target 'install'. By: Redis Status: New Owner: ---- Labels: Type-Defect Priority-Medium New
issue 324 by milan.cermak: No rule to make target 'install'.
http://code.google.com/p/redis/issues/detail?id=324 What steps will
reproduce the problem? 1. Download and unpack the…
|
2 | Sep 5, 2010 13:50 |
Sep 9, 2010 03:51 |
|
|
Re: redis-stat in 2.0 By: Pedro Melo Hi, On Sun, Sep 5, 2010 at 2:12 PM, Julien Genestoux <julien.g###
@gmail.com> wrote: > redis-stat has become my fav redis tool in
the past..; but I can't seem to > find it in the release of 2.0.0.
> Was it deprecated? It was…
|
1 | Sep 5, 2010 16:44 |
Sep 8, 2010 11:02 |
|
|
impressive concurrency benchmark for redis By: Jak Sprats i wanted to test how the number of GETs varied as concurrency went
up. I wrote a script that varied the concurrency of GETs from
1-50000, and as concurrency goes up, it waits until there are only
2000 open tcp sockets on the machine before going…
|
15 | Sep 5, 2010 17:40 |
Sep 9, 2010 07:34 |
|
|
Re: Issue 165 in redis: redis-server crashes with === ASSERTION FAILED === when connecting 10.000+ c By: Redis Comment #3 on issue 165 by jaksprats: redis-server crashes with ===
ASSERTION FAILED === when connecting 10.000+ clients
http://code.google.com/p/redis/issues/detail?id=165 I got a similar
bug at 26,000 concurrent requests w/ 2.0.0 stable…
|
1 | Sep 5, 2010 18:00 |
Sep 7, 2010 03:56 |
|
|
Issue 325 in redis: Solaris compile failure By: Redis Status: New Owner: ---- Labels: Type-Defect Priority-Medium New
issue 325 by anko.com: Solaris compile failure
http://code.google.com/p/redis/issues/detail?id=325 What steps will
reproduce the problem? 1. Compile on Solaris with "CC=gcc gmake "…
|
6 | Sep 5, 2010 18:28 |
Sep 8, 2010 09:20 |
|
|
Re: List of keys of a specific type By: Damian Janowski On Sat, Sep 4, 2010 at 4:26 PM, Bratish Goswami <bratish###
@gmail.com> wrote: > Hi, > > Is there any command to fetch
the keys of any specific type? Suppose I > need the list of all the
hashes or sets or lists. Can this be…
|
0 | Sep 5, 2010 20:46 |
Sep 5, 2010 20:46 |
|
|
Redis update #7 python code and question By: adamjamesdrew import hashlib,redis sha1 = hashlib.sha1 class
RedisWrapper(redis.Redis): def get_hash_name(self,key): return
sha1(key).hexdigest()[:4] def exists(self,key): return
self.hexists(self.get_hash_name(key)) def get(self,key): return…
|
4 | Sep 5, 2010 22:47 |
Sep 7, 2010 19:44 |
|
|
Re: Issue 322 in redis: Can't configure server parameters from command line (with patch) By: Redis Updates: Status: WontFix Comment #1 on issue 322 by antirez: Can't
configure server parameters from command line (with patch)
http://code.google.com/p/redis/issues/detail?id=322 Hello, this is
the Redis way of doing it: echo "port 8888" |…
|
0 | Sep 6, 2010 03:06 |
Sep 6, 2010 03:06 |