]> git.saurik.com Git - redis.git/commit
initial skiplist implementation. Most memory checks removed and zmalloc() modified...
authorantirez <antirez@gmail.com>
Fri, 23 Oct 2009 18:33:25 +0000 (20:33 +0200)
committerantirez <antirez@gmail.com>
Fri, 23 Oct 2009 18:33:25 +0000 (20:33 +0200)
commit6b47e12ef8d9e4fdf6fe9aa9b459baf5c107ab55
tree4436118519593918c9c1be75c7e92ffcc7a6ce70
parentcb7e07cc63f62012c953e528881367db587cb3cf
initial skiplist implementation. Most memory checks removed and zmalloc() modified to fail with an error message and abort. Anyway Redis is not designed to recover from out of memory conditions.
redis.c
zmalloc.c