pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/redis



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Apr 13 11:33:35 UTC 2015

Modified Files:
        pkgsrc/databases/redis: Makefile PLIST distinfo
        pkgsrc/databases/redis/patches: patch-ab patch-ac
            patch-deps_hiredis_fmacros.h patch-src_object.c
Added Files:
        pkgsrc/databases/redis/patches: patch-src_cluster.c patch-src_sha1.h

Log Message:
Update redis to 3.0.0.

--[ Redis 3.0.0 ] Release date: 1 Apr 2015

>> What's new in Redis 3.0 compared to Redis 2.8?

* Redis Cluster: a distributed implementation of a subset of Redis.
* New "embedded string" object encoding resulting in less cache
  misses. Big speed gain under certain work loads.
* AOF child -> parent final data transmission to minimize latency due
  to "last write" during AOF rewrites.
* Much improved LRU approximation algorithm for keys eviction.
* WAIT command to block waiting for a write to be transmitted to
  the specified number of slaves.
* MIGRATE connection caching. Much faster keys migraitons.
* MIGARTE new options COPY and REPLACE.
* CLIENT PAUSE command: stop processing client requests for a
  specified amount of time.
* BITCOUNT performance improvements.
* CONFIG SET accepts memory values in different units (for example
  you can use "CONFIG SET maxmemory 1gb").
* Redis log format slightly changed reporting in each line the role
  of the instance (master/slave) or if it's a saving child log.
* INCR performance improvements.

>> Refactoring changes (no new features nor bug fixes)

* Blocking operations full refactoring (blocked.c)
* Client output buffer memory tracking refactored.

See full release notes for 3.0.0:

https://raw.githubusercontent.com/antirez/redis/3.0/00-RELEASENOTES


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/redis/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/redis/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/redis/patches/patch-ab \
    pkgsrc/databases/redis/patches/patch-deps_hiredis_fmacros.h \
    pkgsrc/databases/redis/patches/patch-src_object.c
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/redis/patches/patch-ac
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/redis/patches/patch-src_cluster.c \
    pkgsrc/databases/redis/patches/patch-src_sha1.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index