Next | Query returned 28 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2011-10-17 17:57:16 by brad harder | Files touched by this commit (2)
Log message:
2.2.14 -> 2.2.15; fixes FLUSHALL replication and AOF propogation

   2011-09-30 22:07:28 by brad harder | Files touched by this commit (7)
Log message:
redis 2.2.3 -> 2.2.14

   2011-09-30 21:30:53 by brad harder | Files touched by this commit (3)
Log message:
redis 2.2.2 -> 2.2.3

   2011-03-14 08:11:19 by claude charpentier | Files touched by this commit (1)
Log message:
Fix Redis homepage to new site (Thanks Christian Sturm)
   2011-03-08 17:24:51 by claude charpentier | Files touched by this commit (3)
Log message:
Fix CFLAGS for Solaris build. Thanks to Filip Hajny
   2011-03-08 11:52:25 by claude charpentier | Files touched by this commit (6)
Log message:

Upadate redis to 2.2.2

Changelog:
* Now Redis has a clean, powerful, supported C library: hiredis.
* Specially encoded data types, small lists and sets can now use up to an order \ 
of magnitude less memory.
* VM partial rewrite for code cleaness and memory usage.
* Change to the implementation of the top level dictionary for better memory \ 
efficienty.
* Sorted sets are now less memory hungry.
[...] 
see https://github.com/antirez/redis/raw/2.2/00-RELEASENOTES for all changes
   2010-12-14 14:31:05 by Filip Hajny | Files touched by this commit (5)
Log message:
Pkgsrc changes only.

* Added support for user/group to run Redis under.
* Added support for user defined log and pid file locations.
* Fix building on Solaris by salvaging pkgsrc CFLAGS.
* Change the install target to use what's part of the package already.
* Minor syntax cleanup.
   2010-12-05 18:24:18 by claude charpentier | Files touched by this commit (6) | Imported package
Log message:
Import redis-2.0.4 as wip/redis.

Redis is an advanced key-value store. It is similar to memcached but the
dataset is not volatile, and values can be strings, exactly like in memcached,
but also lists, sets, and ordered sets. All this data types can be manipulated
with atomic operations to push/pop elements, add/remove elements, perform
server side union, intersection, difference between sets, and so forth. Redis
supports different kind of sorting abilities.


Next | Query returned 28 messages, browsing 21 to 30 | previous