OpenBSD CVS

CVS log for ports/databases/redis/distinfo


[BACK] Up to [local] / ports / databases / redis

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.106 / (download) - annotate - [select for diffs], Thu Oct 19 02:33:13 2023 UTC (7 months, 2 weeks ago) by danj
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.105: +2 -2 lines
Diff to previous 1.105 (unified)

Update to redis-6.2.14

(CVE-2023-45145) The wrong order of listen(2) and chmod(2) calls
creates a race condition that can be used by another process to
bypass desired Unix socket permissions on startup.

Revision 1.105 / (download) - annotate - [select for diffs], Tue Jul 11 01:40:18 2023 UTC (10 months, 3 weeks ago) by danj
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.104: +2 -2 lines
Diff to previous 1.104 (unified)

Update to redis-6.2.13

Fix CVE-2022-24834: A specially crafted Lua script executing in
Redis can trigger a heap overflow in the cjson and cmsgpack
libraries, and result in heap corruption and potentially remote code
execution. The problem exists in all versions of Redis with Lua
scripting support, starting from 2.6, and affects only authenticated
and authorized users.

Revision 1.103.2.1 / (download) - annotate - [select for diffs], Tue Apr 18 05:27:47 2023 UTC (13 months, 2 weeks ago) by tb
Branch: OPENBSD_7_3
Changes since 1.103: +2 -2 lines
Diff to previous 1.103 (unified) next main 1.104 (unified)

MFC: (CVE-2023-28856) Authenticated users can use the HINCRBYFLOAT
command to create an invalid hash field that will crash Redis on
access

Revision 1.104 / (download) - annotate - [select for diffs], Mon Apr 17 23:50:19 2023 UTC (13 months, 2 weeks ago) by danj
Branch: MAIN
Changes since 1.103: +2 -2 lines
Diff to previous 1.103 (unified)

Update to redis-6.2.12

This fixes:
(CVE-2023-28856) Authenticated users can use the HINCRBYFLOAT
command to create an invalid hash field that will crash Redis on
access

Revision 1.103 / (download) - annotate - [select for diffs], Tue Feb 28 18:05:38 2023 UTC (15 months ago) by danj
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE
Branch point for: OPENBSD_7_3
Changes since 1.102: +2 -2 lines
Diff to previous 1.102 (unified)

Update to redis-6.2.11

This includes fixes for:

(CVE-2023-25155) Specially crafted SRANDMEMBER, ZRANDMEMBER, and
HRANDFIELD commands can trigger an integer overflow, resulting in a
runtime assertion and termination of the Redis server process.
(CVE-2022-36021) String matching commands (like SCAN or KEYS) with a
specially crafted pattern to trigger a denial-of-service attack on
Redis, causing it to hang and consume 100% CPU time.

Revision 1.102 / (download) - annotate - [select for diffs], Tue Jan 17 23:54:49 2023 UTC (16 months, 2 weeks ago) by danj
Branch: MAIN
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (unified)

Update to redis-6.2.10

Revision 1.101 / (download) - annotate - [select for diffs], Tue Jan 17 00:30:17 2023 UTC (16 months, 2 weeks ago) by danj
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100 (unified)

Update to redis-6.2.9

Security Fixes:
- CVE-2022-35977: Integer overflow in the Redis SETRANGE and
  SORT/SORT_RO commands can drive Redis to OOM panic
- CVE-2023-22458: Integer overflow in the Redis HRANDFIELD and
  ZRANDMEMBER commands can lead to denial-of-service

Revision 1.100 / (download) - annotate - [select for diffs], Mon Dec 12 22:46:28 2022 UTC (17 months, 3 weeks ago) by danj
Branch: MAIN
Changes since 1.99: +2 -2 lines
Diff to previous 1.99 (unified)

Update to redis-6.2.8

Revision 1.98.2.1 / (download) - annotate - [select for diffs], Thu Apr 28 05:04:50 2022 UTC (2 years, 1 month ago) by tb
Branch: OPENBSD_7_1
Changes since 1.98: +2 -2 lines
Diff to previous 1.98 (unified) next main 1.99 (unified)

MFC: Update to redis-6.2.7

This fixes:
(CVE-2022-24736) An attacker attempting to load a specially crafted
Lua script can cause NULL pointer dereference which will result with
a crash of the redis-server process. This issue affects all versions
of Redis.

(CVE-2022-24735) By exploiting weaknesses in the Lua script
execution environment, an attacker with access to Redis can inject
Lua code that will execute with the (potentially higher) privileges
of another Redis user.

Revision 1.99 / (download) - annotate - [select for diffs], Thu Apr 28 03:02:36 2022 UTC (2 years, 1 month ago) by danj
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.98: +2 -2 lines
Diff to previous 1.98 (unified)

Update to redis-6.2.7

This fixes:
(CVE-2022-24736) An attacker attempting to load a specially crafted
Lua script can cause NULL pointer dereference which will result with
a crash of the redis-server process. This issue affects all versions
of Redis.

(CVE-2022-24735) By exploiting weaknesses in the Lua script
execution environment, an attacker with access to Redis can inject
Lua code that will execute with the (potentially higher) privileges
of another Redis user.

ok tb

Revision 1.97.2.1 / (download) - annotate - [select for diffs], Tue Oct 5 05:30:34 2021 UTC (2 years, 7 months ago) by tb
Branch: OPENBSD_7_0
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (unified) next main 1.98 (unified)

databases/redis: update to 6.2.6. Fixes a number of heap overflows
and a DoS.

https://github.com/redis/redis/releases/tag/6.2.6

Revision 1.98 / (download) - annotate - [select for diffs], Tue Oct 5 05:29:55 2021 UTC (2 years, 7 months ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE
Branch point for: OPENBSD_7_1
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (unified)

databases/redis: update to 6.2.6. Fixes a number of heap overflows
and a DoS.

https://github.com/redis/redis/releases/tag/6.2.6

Revision 1.97 / (download) - annotate - [select for diffs], Sat Jul 24 19:03:13 2021 UTC (2 years, 10 months ago) by danj
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE
Branch point for: OPENBSD_7_0
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (unified)

Update to redis-6.2.5

ok tb

Revision 1.96 / (download) - annotate - [select for diffs], Sat Jun 5 11:51:16 2021 UTC (2 years, 11 months ago) by danj
Branch: MAIN
Changes since 1.95: +2 -2 lines
Diff to previous 1.95 (unified)

Update to redis-6.2.4

ok tb

Revision 1.95 / (download) - annotate - [select for diffs], Tue May 11 00:17:53 2021 UTC (3 years ago) by danj
Branch: MAIN
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (unified)

Update to redis-6.2.3

ok tb

Revision 1.94 / (download) - annotate - [select for diffs], Sat Mar 6 17:42:12 2021 UTC (3 years, 2 months ago) by danj
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (unified)

Update to redis-6.2.1

Tests pass on sparc64/amd64.

ok tb@

Revision 1.90.2.1 / (download) - annotate - [select for diffs], Thu Feb 25 15:07:50 2021 UTC (3 years, 3 months ago) by tb
Branch: OPENBSD_6_8
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (unified) next main 1.91 (unified)

Update to Redis 6.0.11, ok sthen

Fixes an integer overflow issue on ILP32 arches (CVE-2021-21309)
among many other things.

https://github.com/redis/redis/blob/6.0/00-RELEASENOTES

Revision 1.93 / (download) - annotate - [select for diffs], Thu Feb 25 15:05:23 2021 UTC (3 years, 3 months ago) by tb
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (unified)

Update to Redis 6.2.0, ok danj sthen

Redis 6.2 includes many new commands and improvements, but no big features. It
mainly makes Redis more complete and addresses issues that have been requested
by many users frequently or for a long time.

https://github.com/redis/redis/blob/6.2/00-RELEASENOTES

This version includes a security fix for ILP32 arches (CVE-2021-21309)

Revision 1.92 / (download) - annotate - [select for diffs], Sat Jan 23 14:58:19 2021 UTC (3 years, 4 months ago) by danj
Branch: MAIN
Changes since 1.91: +2 -2 lines
Diff to previous 1.91 (unified)

Update to redis-6.0.10

If you used Redis on some Big Endian Arch (like sparc64) with
previous 6.0.x versions, you should really have a look at
https://github.com/redis/redis/pull/8270 to "consider the
compatibility implications with RESTORE, replication and
persistence".

Tests pass on amd64 and sparc64 (with the usual occasional replica
hiccup on sparc64).

Positive feedback from Mark Patruck.
Help from, and ok tb@

Revision 1.91 / (download) - annotate - [select for diffs], Thu Oct 29 05:14:03 2020 UTC (3 years, 7 months ago) by tb
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (unified)

Update to Redis 6.0.9

The incorrect assumption in zmalloc_usable_size() was corrected upstream,
so we can get rid of the local patch. Add a new patch for a long long
time_t format string, with a tweak from jca.

ok danj

Changelog: https://github.com/redis/redis/blob/6.0.9/00-RELEASENOTES

Revision 1.90 / (download) - annotate - [select for diffs], Fri Sep 11 13:54:01 2020 UTC (3 years, 8 months ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE
Branch point for: OPENBSD_6_8
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (unified)

Update to Redis 6.0.8

ok rsadowski

Upgrade urgency HIGH: Anyone who's using Redis 6.0.7 with Sentinel or
CONFIG REWRITE command is affected and should upgrade ASAP, see #7760.
[https://github.com/redis/redis/issues/7760]

Bug fixes:

* CONFIG REWRITE after setting oom-score-adj-values either via CONFIG SET or
  loading it from a config file, will generate a corrupt config file that will
  cause Redis to fail to start
* Fix issue with redis-cli --pipe on MacOS
* Fix RESP3 response for HKEYS/HVALS on non-existing key
* Various small bug fixes

Full release notes:
https://github.com/redis/redis/blob/6.0.8/00-RELEASENOTES

Revision 1.89 / (download) - annotate - [select for diffs], Thu Sep 3 04:29:27 2020 UTC (3 years, 9 months ago) by tb
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (unified)

Update to Redis 6.0.7

Upgrade urgency for both 6.0.6 and 6.0.7 is MODERATE, see changelog for
details. Notably, the fix for the sentinel crash was merged upstream.

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

There is another test that occasionally fails since 6.0.6:

[err]: Piping raw protocol in tests/integration/redis-cli.tcl

Tested on amd64 and macppc, build tested with clang and egcc on sparc64.

Thanks to danj for testing and okaying 6.0.6.

ok sthen

Revision 1.88 / (download) - annotate - [select for diffs], Sun Jun 14 07:35:36 2020 UTC (3 years, 11 months ago) by tb
Branch: MAIN
Changes since 1.87: +2 -2 lines
Diff to previous 1.87 (unified)

Update to Redis 6.0.5

ok danj kn

Revision 1.87 / (download) - annotate - [select for diffs], Mon Jun 8 07:32:47 2020 UTC (3 years, 11 months ago) by tb
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (unified)

Update to Redis 6.0.4

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

Thanks to cwen for helping me figure out what was going on with
64-bit atomics on powerpc and gkoehler for fixing this in clang.

ok danj sthen

Revision 1.86 / (download) - annotate - [select for diffs], Sat Apr 18 17:42:55 2020 UTC (4 years, 1 month ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (unified)

update to redis-5.0.9, ok tb@

Revision 1.85 / (download) - annotate - [select for diffs], Tue Mar 17 04:51:28 2020 UTC (4 years, 2 months ago) by tb
Branch: MAIN
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (unified)

Update to Redis 5.0.8. Fixes some security issues and plugs lots
of memory leaks. Add a patch for a time_t truncation issue on
architectures with 32 bit longs. The update results in one test
failure showing much more often on sparc64:

*** [err]: pending querybuf: check size of pending_querybuf after set a big value in tests/unit/pendingquerybuf.tcl
the used_memory of replica is much larger than master. Master:35666976 Replica:69051032

Tests by Uwe Werler.

ok kn, "move forward" danj

Release notes:

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

Revision 1.84 / (download) - annotate - [select for diffs], Tue Feb 11 08:11:13 2020 UTC (4 years, 3 months ago) by tb
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (unified)

Update Redis to 5.0.7, the latest stable version.

Users should have no problem migrating from 4.0 to 5.0.
Backward incompatible changes are listed at the end of the release notes:
https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES

Tested by cwen, danj, kmos, sthen and myself on amd64, arm64, armv7 (4.0
was broken, 5.0 is still broken), i386, macppc, and sparc64 (tests get
flakier with this update).  Many thanks to kmos for his efforts.

Help with the initial patch from mikeb.  Signed char fix from cwen;
config file consolidation by danj; Makefile tweaks from sthen.

ok danj kmos sthen

Revision 1.83 / (download) - annotate - [select for diffs], Tue Apr 2 22:13:11 2019 UTC (5 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (unified)

update to redis-4.0.14, ok kn@ danj@ jca@
(i didn't wait very long for $MAINTAINER but did warn that i wouldn't wait
very long and am confident in the update)

Revision 1.82 / (download) - annotate - [select for diffs], Sun Sep 2 11:08:51 2018 UTC (5 years, 9 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (unified)

Update to redis-4.0.11

OK sthen (no response from maintainer)

Revision 1.81 / (download) - annotate - [select for diffs], Tue Jul 10 13:44:57 2018 UTC (5 years, 10 months ago) by kn
Branch: MAIN
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (unified)

Security update to redis-4.0.10

This fixes multiple issues, see http://antirez.com/news/119.

OK sthen

Revision 1.80 / (download) - annotate - [select for diffs], Thu Apr 26 11:15:46 2018 UTC (6 years, 1 month ago) by kn
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (unified)

Update to redis-4.0.9

Add USE_JEMALLOC=no to be clear.

OK rpointel, sthen

Revision 1.79 / (download) - annotate - [select for diffs], Mon Mar 19 18:15:57 2018 UTC (6 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (unified)

update to redis-4.0.8 with a number of important fixes. see
https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
update pointed out by kn@ but with a more complex diff.

dcoppa (maintainer) doesn't seem to be around so I'm committing anyway
in order that it makes 6.3; ok jasper@

Revision 1.78 / (download) - annotate - [select for diffs], Fri Sep 22 05:46:35 2017 UTC (6 years, 8 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (unified)


Update to redis-4.0.2

Revision 1.77 / (download) - annotate - [select for diffs], Wed Aug 9 09:16:09 2017 UTC (6 years, 9 months ago) by dcoppa
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (unified)


Update to redis-4.0.1

Revision 1.76 / (download) - annotate - [select for diffs], Fri Jun 9 09:27:02 2017 UTC (6 years, 11 months ago) by dcoppa
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (unified)


Update to redis-3.2.9

Revision 1.75 / (download) - annotate - [select for diffs], Thu Feb 23 08:35:20 2017 UTC (7 years, 3 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (unified)


Update to redis-3.2.8

Revision 1.74 / (download) - annotate - [select for diffs], Wed Dec 7 12:38:43 2016 UTC (7 years, 5 months ago) by dcoppa
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (unified)


Bugfixing update to redis-3.2.6

Revision 1.73 / (download) - annotate - [select for diffs], Tue Nov 1 09:07:19 2016 UTC (7 years, 7 months ago) by dcoppa
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (unified)


Update to redis-3.2.5

Revision 1.72 / (download) - annotate - [select for diffs], Tue Sep 27 14:38:26 2016 UTC (7 years, 8 months ago) by dcoppa
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (unified)


Update to redis-3.2.4

Revision 1.71 / (download) - annotate - [select for diffs], Fri Aug 5 11:23:42 2016 UTC (7 years, 9 months ago) by dcoppa
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (unified)


Update to redis-3.2.3

Revision 1.70 / (download) - annotate - [select for diffs], Mon Jun 20 10:49:38 2016 UTC (7 years, 11 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (unified)


Update to redis-3.2.1

Revision 1.69 / (download) - annotate - [select for diffs], Tue May 10 09:38:48 2016 UTC (8 years ago) by dcoppa
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (unified)


Update to redis-3.2.0

Revision 1.68 / (download) - annotate - [select for diffs], Thu Jan 28 15:56:28 2016 UTC (8 years, 4 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.67: +1 -1 lines
Diff to previous 1.67 (unified)


Upstream replaced source distfile.

Spotted by nigel@, thanks!

Revision 1.67 / (download) - annotate - [select for diffs], Thu Jan 28 09:45:46 2016 UTC (8 years, 4 months ago) by dcoppa
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (unified)


Bugfixing update to redis-3.0.7

Revision 1.66 / (download) - annotate - [select for diffs], Mon Dec 21 11:16:35 2015 UTC (8 years, 5 months ago) by dcoppa
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (unified)


Bugfixing update to redis-3.0.6

Revision 1.65 / (download) - annotate - [select for diffs], Fri Oct 16 12:15:59 2015 UTC (8 years, 7 months ago) by dcoppa
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (unified)


Bugfixing update to redis-3.0.5

Revision 1.64 / (download) - annotate - [select for diffs], Wed Sep 9 08:56:53 2015 UTC (8 years, 8 months ago) by dcoppa
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (unified)


Bugfixing update to redis-3.0.4

Revision 1.63 / (download) - annotate - [select for diffs], Sat Jul 18 15:08:47 2015 UTC (8 years, 10 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (unified)


Bugfixing update to redis-3.0.3

Revision 1.59.2.1 / (download) - annotate - [select for diffs], Sat Jun 6 18:16:19 2015 UTC (8 years, 11 months ago) by dcoppa
Branch: OPENBSD_5_7
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (unified) next main 1.60 (unified)


Security update to redis-2.8.21

Redis EVAL Lua Sandbox Escape: http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/

Revision 1.62 / (download) - annotate - [select for diffs], Fri Jun 5 16:29:09 2015 UTC (9 years ago) by dcoppa
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (unified)


*Security* update to redis-3.0.2

http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/

Revision 1.61 / (download) - annotate - [select for diffs], Fri May 8 09:25:41 2015 UTC (9 years ago) by dcoppa
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (unified)


Bugfixing update to redis-3.0.1

Revision 1.60 / (download) - annotate - [select for diffs], Mon Apr 27 08:53:17 2015 UTC (9 years, 1 month ago) by dcoppa
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (unified)


Update to redis-3.0.0

Revision 1.59 / (download) - annotate - [select for diffs], Wed Dec 17 08:52:16 2014 UTC (9 years, 5 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE
Branch point for: OPENBSD_5_7
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (unified)


Update to redis-2.8.19

Revision 1.58 / (download) - annotate - [select for diffs], Fri Dec 5 09:33:09 2014 UTC (9 years, 6 months ago) by dcoppa
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (unified)


Update to redis-2.8.18

Revision 1.57 / (download) - annotate - [select for diffs], Mon Sep 22 08:01:49 2014 UTC (9 years, 8 months ago) by dcoppa
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (unified)


Bugfixing update to 2.8.17: plugged a memory leak in the hiredis
library.

Revision 1.56 / (download) - annotate - [select for diffs], Thu Sep 18 08:46:39 2014 UTC (9 years, 8 months ago) by dcoppa
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (unified)


Bugfix update to redis-2.8.16

Revision 1.55 / (download) - annotate - [select for diffs], Mon Sep 15 08:29:33 2014 UTC (9 years, 8 months ago) by dcoppa
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (unified)


Bugfixing update to redis-2.8.15

Revision 1.54 / (download) - annotate - [select for diffs], Tue Sep 2 08:11:46 2014 UTC (9 years, 9 months ago) by dcoppa
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (unified)


Update to redis-2.8.14

Revision 1.53 / (download) - annotate - [select for diffs], Tue Aug 12 10:09:56 2014 UTC (9 years, 9 months ago) by dcoppa
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (unified)


Update to redis-2.8.13

Revision 1.52 / (download) - annotate - [select for diffs], Sat Jul 12 09:53:56 2014 UTC (9 years, 10 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (unified)


Update to redis-2.8.12

Revision 1.51 / (download) - annotate - [select for diffs], Fri Jun 6 11:52:49 2014 UTC (9 years, 11 months ago) by dcoppa
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (unified)


Bugfix update to redis-2.8.10

Revision 1.50 / (download) - annotate - [select for diffs], Tue Apr 29 08:45:28 2014 UTC (10 years, 1 month ago) by dcoppa
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (unified)

Update to redis-2.8.9

Revision 1.49 / (download) - annotate - [select for diffs], Wed Mar 26 13:03:09 2014 UTC (10 years, 2 months ago) by dcoppa
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (unified)


Bugfixing update to redis-2.8.8

Revision 1.48 / (download) - annotate - [select for diffs], Wed Mar 12 12:07:17 2014 UTC (10 years, 2 months ago) by dcoppa
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (unified)

Update to redis-2.8.7

Revision 1.47 / (download) - annotate - [select for diffs], Tue Feb 4 12:20:46 2014 UTC (10 years, 4 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (unified)

Bugfix update to redis-2.8.5

Revision 1.46 / (download) - annotate - [select for diffs], Wed Jan 15 07:08:13 2014 UTC (10 years, 4 months ago) by dcoppa
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (unified)


Update to redis-2.8.4

Revision 1.45 / (download) - annotate - [select for diffs], Fri Dec 13 08:16:37 2013 UTC (10 years, 5 months ago) by dcoppa
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (unified)

Update to redis-2.8.3

Revision 1.44 / (download) - annotate - [select for diffs], Tue Dec 3 06:50:17 2013 UTC (10 years, 6 months ago) by dcoppa
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (unified)

Update to redis-2.8.2

Revision 1.43 / (download) - annotate - [select for diffs], Fri Nov 29 08:32:24 2013 UTC (10 years, 6 months ago) by dcoppa
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (unified)

Update to redis-2.8.1

Revision 1.42 / (download) - annotate - [select for diffs], Mon Sep 2 12:14:20 2013 UTC (10 years, 9 months ago) by dcoppa
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (unified)

Update to redis-2.6.16.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Jul 2 06:03:35 2013 UTC (10 years, 11 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (unified)

Bugfix update to redis-2.6.14

Revision 1.40 / (download) - annotate - [select for diffs], Thu May 16 16:05:49 2013 UTC (11 years ago) by dcoppa
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (unified)

Bugfix update to redis-2.6.13

Revision 1.39 / (download) - annotate - [select for diffs], Mon Apr 22 14:55:10 2013 UTC (11 years, 1 month ago) by dcoppa
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (unified)

Bugfix update to redis-2.6.12

Revision 1.38 / (download) - annotate - [select for diffs], Thu Mar 14 09:00:39 2013 UTC (11 years, 2 months ago) by dcoppa
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (unified)

Update to redis-2.6.11

Revision 1.37 / (download) - annotate - [select for diffs], Thu Jan 17 19:47:46 2013 UTC (11 years, 4 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (unified)

Update to redis-2.6.9

Revision 1.36 / (download) - annotate - [select for diffs], Fri Jan 11 12:58:08 2013 UTC (11 years, 4 months ago) by dcoppa
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (unified)

Bugfixing update to redis-2.6.8

Revision 1.35 / (download) - annotate - [select for diffs], Wed Dec 5 11:42:55 2012 UTC (11 years, 6 months ago) by dcoppa
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (unified)

Bugfixing update to redis-2.6.7

Revision 1.34 / (download) - annotate - [select for diffs], Thu Nov 29 09:45:37 2012 UTC (11 years, 6 months ago) by dcoppa
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (unified)

Bugfixing update to redis-2.6.6

Revision 1.33 / (download) - annotate - [select for diffs], Fri Nov 23 08:29:42 2012 UTC (11 years, 6 months ago) by dcoppa
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (unified)

Update to redis-2.6.5

Revision 1.32 / (download) - annotate - [select for diffs], Fri Nov 9 09:52:50 2012 UTC (11 years, 6 months ago) by dcoppa
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (unified)

Bugfix update to redis-2.6.4

Revision 1.31 / (download) - annotate - [select for diffs], Wed Nov 7 10:13:44 2012 UTC (11 years, 6 months ago) by dcoppa
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (unified)

Bugfix update to redis-2.6.3

Revision 1.30 / (download) - annotate - [select for diffs], Tue Oct 30 17:22:54 2012 UTC (11 years, 7 months ago) by dcoppa
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (unified)

Bugfix update to redis-2.6.2

Revision 1.29 / (download) - annotate - [select for diffs], Tue Oct 23 10:41:23 2012 UTC (11 years, 7 months ago) by dcoppa
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (unified)

Update to redis-2.6.0

https://raw.github.com/antirez/redis/2.6/00-RELEASENOTES

All tests passed without errors on sparc64: yay!

Revision 1.28 / (download) - annotate - [select for diffs], Tue Sep 18 13:20:43 2012 UTC (11 years, 8 months ago) by dcoppa
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (unified)

Bugfixing update to redis-2.4.17

Revision 1.27 / (download) - annotate - [select for diffs], Wed Aug 8 11:24:05 2012 UTC (11 years, 9 months ago) by dcoppa
Branch: MAIN
Changes since 1.26: +2 -5 lines
Diff to previous 1.26 (unified)

Maintenance update to redis-2.4.16

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jun 22 13:29:17 2012 UTC (11 years, 11 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.25: +5 -5 lines
Diff to previous 1.25 (unified)

Bugfix update to Redis 2.4.15

Revision 1.25 / (download) - annotate - [select for diffs], Mon May 28 07:39:36 2012 UTC (12 years ago) by dcoppa
Branch: MAIN
Changes since 1.24: +5 -5 lines
Diff to previous 1.24 (unified)

Bugfixing update to redis-2.4.14

Revision 1.24 / (download) - annotate - [select for diffs], Fri May 4 10:09:05 2012 UTC (12 years, 1 month ago) by dcoppa
Branch: MAIN
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (unified)

Bugfixing update to redis-2.4.13.

[BUGFIX] Fix for KEYS command: if the DB contains keys with expires
the KEYS command may return the wrong output, having duplicated or
missing keys. See issue #487 and #488 on github for details.

Revision 1.23 / (download) - annotate - [select for diffs], Wed May 2 07:26:00 2012 UTC (12 years, 1 month ago) by dcoppa
Branch: MAIN
Changes since 1.22: +5 -5 lines
Diff to previous 1.22 (unified)

Bugfix update to redis-2.4.12

Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 20 11:39:27 2012 UTC (12 years, 1 month ago) by dcoppa
Branch: MAIN
Changes since 1.21: +5 -5 lines
Diff to previous 1.21 (unified)

Bugfix update to redis-2.4.11

Revision 1.21 / (download) - annotate - [select for diffs], Mon Apr 2 12:14:31 2012 UTC (12 years, 2 months ago) by dcoppa
Branch: MAIN
Changes since 1.20: +5 -5 lines
Diff to previous 1.20 (unified)

Bugfix update to redis-2.4.10.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Mar 19 09:27:36 2012 UTC (12 years, 2 months ago) by dcoppa
Branch: MAIN
Changes since 1.19: +5 -5 lines
Diff to previous 1.19 (unified)

bugfix update to redis-2.4.9

Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 28 11:57:11 2012 UTC (12 years, 3 months ago) by dcoppa
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18 (unified)

Update to 2.4.8

Revision 1.18 / (download) - annotate - [select for diffs], Tue Feb 21 15:25:32 2012 UTC (12 years, 3 months ago) by dcoppa
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (unified)

Bugfixing update to redis-2.4.7

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 19 08:25:53 2012 UTC (12 years, 4 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 (unified)

Bugfixing update to redis-2.4.6

Revision 1.16 / (download) - annotate - [select for diffs], Tue Dec 27 12:07:16 2011 UTC (12 years, 5 months ago) by dcoppa
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (unified)

Bugfixing update to redis-2.4.5

Revision 1.15 / (download) - annotate - [select for diffs], Tue Nov 29 16:07:23 2011 UTC (12 years, 6 months ago) by dcoppa
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (unified)

- Update to redis-2.4.4
- Enable backtracing support using libexecinfo's backtrace()
- Add a rc script

rc_script diff from william@, who seems to have disappeared...

Revision 1.14 / (download) - annotate - [select for diffs], Sun Nov 6 11:43:00 2011 UTC (12 years, 6 months ago) by rpointel
Branch: MAIN
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (unified)

update redis to 2.4.2 with few tweaks by dcoppa@.
ok dcoppa@ (maintainer).

Revision 1.13 / (download) - annotate - [select for diffs], Mon Oct 17 12:08:26 2011 UTC (12 years, 7 months ago) by dcoppa
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (unified)

I'm working on 2.4.1... In the meantime, update to redis-2.2.15
(bugfixing update).

Revision 1.12 / (download) - annotate - [select for diffs], Fri Sep 23 08:14:23 2011 UTC (12 years, 8 months ago) by dcoppa
Branch: MAIN
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (unified)

Maintainance update to redis-2.2.14

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 28 08:57:32 2011 UTC (12 years, 10 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (unified)

Update to redis-2.2.12.
Clean makefiles from colors, optimizations, and other amenities.

ok rpointel@

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 27 13:11:32 2011 UTC (12 years, 11 months ago) by dcoppa
Branch: MAIN
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (unified)

Bugfixing update to redis-2.2.11.
Full ChangeLog at https://github.com/antirez/redis/raw/2.2/00-RELEASENOTES

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jun 3 08:11:32 2011 UTC (13 years ago) by dcoppa
Branch: MAIN
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (unified)

Bugfixing update to Redis 2.2.8

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 11 11:47:48 2011 UTC (13 years ago) by dcoppa
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (unified)

Bugfixing update to redis-2.2.7

* Fixed bug #543-2 (the issue was reopened with a completely different report)
  that caused Redis to randomly crash on list push performed against lists
  with other clients blocked with BLPOP (or variants).

* Fixed bug #543. If you saw Redis instances crashing on List operations
  (only happening with a non-default max entry size ziplist setting in
  redis.conf) it was almost certainly this problem.

* Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the
  connection with all its slaves.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 29 07:43:05 2011 UTC (13 years, 1 month ago) by dcoppa
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (unified)

Bugfixing update to redis-2.2.5.

Fixed a crash occurring when loading an AOF containing the SPOP
command.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 11 07:54:49 2011 UTC (13 years, 1 month ago) by dcoppa
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (unified)

Update to redis-2.2.4

General consensus from interested people.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 21 19:58:28 2011 UTC (13 years, 2 months ago) by simon
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (unified)

update to version 2.2.2

with tweaks from dcoppa@ (maintainer)

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 16 14:19:38 2011 UTC (13 years, 2 months ago) by dcoppa
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (unified)

Bugfix update to redis-2.0.5

Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 17 08:44:54 2010 UTC (13 years, 6 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (unified)

Bugfix update to redis-2.0.4

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 17 12:48:46 2010 UTC (13 years, 7 months ago) by dcoppa
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (unified)

Update to redis-2.0.3

From Remi Pointel, with tweaks by me.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Oct 10 15:50:06 2010 UTC (13 years, 7 months ago) by dcoppa
Branch: dcoppa
CVS Tags: dcoppa_20101010
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Import databases/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.
In order to be very fast but at the same time persistent the whole
dataset is taken in memory, and from time to time saved on disc
asynchronously (semi persistent mode) or alternatively every change
is written into an append only file (fully persistent mode).

OK sthen@, landry@

Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 10 15:50:06 2010 UTC (13 years, 7 months ago) by dcoppa
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.