0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Dec 10, 2023 — Dec 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make sortCommand aware that lookupKeyByPattern always increased the refcount of the returned value More... about 15 years ago
revert 0c390a to stop using tricks with o->refcount More... about 15 years ago
store the hash iterator on the heap instead of the stack More... about 15 years ago
drop inline directive More... about 15 years ago
rename hashReplace to hashSet More... about 15 years ago
added dictFetchValue() to dict.c to make hash table API a bit less verbose in the common cases More... about 15 years ago
make sure that cmpobj is in decoded form when sorting by ALPHA (this solves edge case from previous commit where (!sortby && alpha) == 1) More... about 15 years ago
more advanced leaks detection in test redis More... about 15 years ago
ability to select port/host from make test More... about 15 years ago
Active rehashing More... about 15 years ago
enable hash dereference in SORT on BY and GET More... about 15 years ago
use shared replies for hset More... about 15 years ago
set refcount of string objects retrieved from zipmaps to 0, so we don't have to touch the refcount of the objects inside dicts More... about 15 years ago
added HSETNX More... about 15 years ago
Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noordhuis for feedbacks/help More... about 15 years ago
Does not allow commands other than Pub/Sub commands when there is at least one pattern More... about 15 years ago
refactor of hash commands to use specialized api that abstracts zipmap and dict apis More... about 15 years ago
move retrieval of long up to prevent an empty hash from being created More... about 15 years ago
Fixed a tiny memory leak when loading the configuration file. More... about 15 years ago
Merge branch 'hmget' of git://github.com/pietern/redis More... about 15 years ago
Now all the commands returning a multi bulk reply against non existing keys will return an empty multi bulk, not a nil one More... about 15 years ago
implemented HMGET More... about 15 years ago
implemented HMSET More... about 15 years ago
Sharing of small integer objects: may save a lot of memory with datasets having many of this More... about 15 years ago
dict.c fixed to play well with enabling/disabling of the hash table More... about 15 years ago
removed a no longer true assert in the VM code More... about 15 years ago
shareobjects feautres killed - no gains most of the time, but VM complexities More... about 15 years ago
use directly the real key object in VM I/O jobs to match by pointer, and to handle different keys with the same name living in different DBs, but being at the same moment in the IO job queues More... about 15 years ago
last change reverted as it was unstable... more testing needed More... about 15 years ago
Prevent hash table resize while there are active child processes in order to play well with copy on write More... about 15 years ago