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:           Fri May  6 14:00:45 UTC 2016

Modified Files:
        pkgsrc/databases/redis: Makefile PLIST distinfo
        pkgsrc/databases/redis/patches: patch-ac
Removed Files:
        pkgsrc/databases/redis/patches: patch-src_cluster.c

Log Message:
Update databases/redis to 3.2.0.

Redis 3.2 contains significant changes to the API and
implementation of Redis.

- A new set of commands for Geo indexing was added (GEOADD,
  GEORADIUS and related commands).
- The new BITFIELD command handles contiguous arrays of integers
  or counters of arbitrary bits width and offset inside strings.
- Memory optimizations to hold the same data in less memory.
- Lua scripts can now contain side effects using the new effect
  replication.
- A complete remote Lua debugger is available in order to make
  writing scripts a simpler task.

Read the release notes for the full set of changes:

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/redis/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/redis/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/redis/patches/patch-ac
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/redis/patches/patch-src_cluster.c

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