CARVIEW |
antirez
(Salvatore Sanfilippo)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Salvatore Sanfilippo
- Website/Blog
- https://invece.org
- Company
- Merzia and Kiurma s.r.l.
- Location
- Campobello di Licata, Sicily, Italy
- Member Since
- Mar 21, 2009
Following 0 coders and watching 15 repositories view all →
Public Repositories (9)
-
redis
Redis key-value store
Last updated Mon Apr 12 07:03:49 -0700 2010
-
redis-rb
A ruby client library for the redis key value storage engine
Forked from jodosha/redis-rb Tue Jun 09 15:38:31 -0700 2009
Last updated Thu Apr 01 04:17:25 -0700 2010
-
linenoise
A small self-contained alternative to readline and libedit
Last updated Wed Mar 24 14:13:57 -0700 2010
-
redis-tools
Redis toolset
Last updated Sat Feb 06 10:28:44 -0800 2010
-
redisdotphp
Legacy Redis PHP client lib. A best-effort support repository.
Last updated Thu Dec 03 02:18:56 -0800 2009
-
visitors
Visitors fast web log analyzer
Last updated Mon Nov 30 15:55:02 -0800 2009
-
Jim
Jim is a small footprint Tcl interpreter, with some changes to the original language but mostly c...
Last updated Fri Nov 20 10:17:27 -0800 2009
-
Siboom
A simple markup system for writing books drafts
Last updated Sat May 16 11:26:53 -0700 2009
-
smaz
Small strings encryption library
Last updated Tue Mar 31 16:36:55 -0700 2009
Public Activity 
-
4e27f26
Now all the commands returning a multi bulk reply against non ...
-
d33278d
implemented HMSET
-
05df762
Sharing of small integer objects: may save a lot of memory wit...
-
dae121d
dict.c fixed to play well with enabling/disabling of the hash ...
-
10d91d7
removed a no longer true assert in the VM code
-
bdcb92f
shareobjects feautres killed - no gains most of the time, but ...
-
78ebe4c
use directly the real key object in VM I/O jobs to match by po...
-
d9eaa43
last change reverted as it was unstable... more testing needed
-
884d4b3
Prevent hash table resize while there are active child process...
The Redis Cookbook
-
10c2baa
-1 not needed...
-
6fcb180
Skiplist theoretical fix
-
454eea7
Now when a child is terminated by a signal, the signal number ...
-
686bc0a
First version of evented Redis Tcl client, that will be used f...
-
4005fef
Now PUBLISH commands are replicated to slaves
-
8bca877
use the right object when cleaning up after zunion/zinter (fix...
-
14ae26d
Merge branch 'zipmap' of git://github.com/pietern/redis
-
e9484a8
reduce code complexity because zipmapLen now is O(1)
-
da2cfe8
update the zipmap entry in-place instead of appending it
- 6 more commits »
-
f1b8be9
lets mark this sucker as 1.0 as it is a pretty damned stable r...
-
665ea08
Merge branch 'master' of git://github.com/antirez/redis-rb
-
d6c4c89
Filling out tests for HLEN, HKEYS, HVALS, hooking up processor...
- 4 more commits »
-
ffc6b7f
Pub/Sub pattern matching capabilities
-
958cd5f
Deny EXEC under out of memory
-
1503842
fixed a typo in a comment
-
968677b
Pub/Sub support added to redis-cli with example
-
d6cc886
No timeouts nor other commands for clients in a Pub/Sub context
-
ff767a7
free hash table entries about no longer active classes, so tha...
-
201037f
Fixed a refcount stuff leading to PUBSUB crashes
-
de450ee
fmacros added to linenoise, avoiding all the nice warnings...
-
fc46bb7
First pubsub fix
-
befec3c
PUBSUB implemented
-
cac154c
Redis version is now 1.3.8
-
168ac5c
Removed a useless if spotted by Pieter Noordhuis
-
248ea31
Fixed a critical replication bug: binary values issued with th...