projects
/
redis.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
redis.git
2010-04-16
Pieter Noordhuis
store the hash iterator on the heap instead of the...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Pieter Noordhuis
drop inline directive
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Pieter Noordhuis
rename hashReplace to hashSet
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Pieter Noordhuis
make sure that cmpobj is in decoded form when sorting...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Pieter Noordhuis
enable hash dereference in SORT on BY and GET
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Pieter Noordhuis
use shared replies for hset
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Pieter Noordhuis
set refcount of string objects retrieved from zipmaps...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Pieter Noordhuis
added HSETNX
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Pieter Noordhuis
refactor of hash commands to use specialized api that...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Pieter Noordhuis
move retrieval of long up to prevent an empty hash...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
antirez
more advanced leaks detection in test redis
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
antirez
ability to select port/host from make test
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
antirez
Active rehashing
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
antirez
Incrementally rehahsing hash table! Thanks to Derek...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-14
antirez
Does not allow commands other than Pub/Sub commands...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
Alex McHale
Fixed a tiny memory leak when loading the configuration...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
antirez
Merge branch 'hmget' of git://github.com/pietern/redis
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
Alex McHale
Validate numeric inputs.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
Alex McHale
Remove trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
antirez
Now all the commands returning a multi bulk reply again...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
Pieter Noordhuis
implemented HMGET
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
Pieter Noordhuis
implemented HMSET
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
antirez
Sharing of small integer objects: may save a lot of...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
antirez
dict.c fixed to play well with enabling/disabling of...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
antirez
removed a no longer true assert in the VM code
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
antirez
shareobjects feautres killed - no gains most of the...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
antirez
use directly the real key object in VM I/O jobs to...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
antirez
last change reverted as it was unstable... more testing...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
antirez
Prevent hash table resize while there are active child...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
antirez
Merge branch 'issue_218' of git://github.com/pietern...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
antirez
-1 not needed...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
antirez
Skiplist theoretical fix
commit
|
commitdiff
|
tree
|
snapshot
2010-04-07
antirez
Now when a child is terminated by a signal, the signal...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-07
antirez
First version of evented Redis Tcl client, that will...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-05
Pieter Noordhuis
use long long reply type for HINCRBY
commit
|
commitdiff
|
tree
|
snapshot
2010-04-05
Pieter Noordhuis
last argument is never encoded for HINCRBY
commit
|
commitdiff
|
tree
|
snapshot
2010-04-02
antirez
Now PUBLISH commands are replicated to slaves
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Pieter Noordhuis
use the right object when cleaning up after zunion...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
antirez
Merge branch 'zipmap' of git://github.com/pietern/redis
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Pieter Noordhuis
reduce code complexity because zipmapLen now is O(1)
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Pieter Noordhuis
update the zipmap entry in-place instead of appending it
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Pieter Noordhuis
updated zipmap documentation to match the implementation
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Pieter Noordhuis
allow 4 free trailing bytes for each value
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
antirez
Pub/Sub pattern matching capabilities
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Pieter Noordhuis
use function to determine length of a single entry
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
antirez
Deny EXEC under out of memory
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
antirez
No timeouts nor other commands for clients in a Pub...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
antirez
free hash table entries about no longer active classes...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
antirez
Fixed a refcount stuff leading to PUBSUB crashes
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
antirez
fmacros added to linenoise, avoiding all the nice warni...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
antirez
First pubsub fix
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
antirez
PUBSUB implemented
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
antirez
Redis version is now 1.3.8
commit
|
commitdiff
|
tree
|
snapshot
2010-03-28
Pieter Noordhuis
removed references in code to ZIPMAP_EMPTY
commit
|
commitdiff
|
tree
|
snapshot
2010-03-28
Pieter Noordhuis
use first byte of zipmap to store length
commit
|
commitdiff
|
tree
|
snapshot
2010-03-28
Pieter Noordhuis
implemented strategy that doesn't use free blocks in...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
antirez
Merge branch 'hincrby' of git://github.com/pietern...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Pieter Noordhuis
removed unnecessary refcount increase that caused the...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Pieter Noordhuis
implements HINCRBY and tests (todo: find and fix small...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
antirez
Removed a useless if spotted by Pieter Noordhuis
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
antirez
Fixed a critical replication bug: binary values issued...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
antirez
Fixed the reply about denied write commands under...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
antirez
CONFIG command implemened -- just a start but already...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
antirez
redis-cli prompt is now redis>
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
antirez
with --help states that you can use - as config file...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
antirez
New INFO field: expired_keys
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
antirez
the Cron timer function is now called 10 times per...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
Michel Martens
Use linenoise for line editing on redis-cli.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
Michel Martens...
Fix authentication for redis-cli on non-interactive...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
antirez
key deletion on empty value fix + some refactoring
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
antirez
Empty value trigger key removal in all the operations
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
antirez
Merged gnrfan patches fixing issues 191, 193, 194
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
antirez
Merge branch 'issue_193' of git://github.com/gnrfan...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
antirez
Merge branch 'issue_191' of git://github.com/gnrfan...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
antirez
Redis master version is now 1.3.7
commit
|
commitdiff
|
tree
|
snapshot
2010-03-20
Jeremy Zawodny
support for include directive in config parser
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
antirez
Removed a stupid overriding of config values due to...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
antirez
VM hash type swappability implemented. Handling of...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
Antonio Ognio
Solving issue #191 on Google Code: -v and --version...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
Antonio Ognio
Solves issue #194 on Google Code: --help parameter...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
Antonio Ognio
Fixing issue 193
commit
|
commitdiff
|
tree
|
snapshot
2010-03-18
antirez
increment server.dirty on HDEL
commit
|
commitdiff
|
tree
|
snapshot
2010-03-18
antirez
Redis 1.3.6
commit
|
commitdiff
|
tree
|
snapshot
2010-03-18
antirez
test-redis.tcl dataset digest function Hash support
commit
|
commitdiff
|
tree
|
snapshot
2010-03-18
antirez
zipmap fix for large values
commit
|
commitdiff
|
tree
|
snapshot
2010-03-18
antirez
Optimization fixed and re-activated
commit
|
commitdiff
|
tree
|
snapshot
2010-03-18
antirez
reverted an optimization that makes Redis not stable
commit
|
commitdiff
|
tree
|
snapshot
2010-03-18
antirez
Fixed redis-cli auth code
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
antirez
HDEL fix, an optimization for comparison of objects...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
antirez
Version is now 1.3.5
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
antirez
Merged Pietern patch for VM key args helper function...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
antirez
Merge branch 'aggregates' of git://github.com/pietern...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
root
Added Authentication to redis-cli.c using -a switch
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
antirez
HEXISTS and tests implemented
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
antirez
More hash tests
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
antirez
better HSET test
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
antirez
Fixed a bug in HSET, a memory leak, and a theoretical...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
antirez
More Hash tests
commit
|
commitdiff
|
tree
|
snapshot
2010-03-16
Pieter Noordhuis
added preloading keys from VM when using ZINTER or...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-16
Pieter Noordhuis
added explicit AGGREGATE [SUM|MIN|MAX] option to ZUNION...
commit
|
commitdiff
|
tree
|
snapshot
next