SHA256
1
0
forked from pool/redis

Commit Graph

  • 1c424c9206 - drop skip-aof-test.patch Marcus Rueckert 2013-08-08 12:51:30 +00:00
  • 5ced329fcb - disable skip-aof-test.patch for now: it seems adding procps to the buildrequires also fixed that test. Marcus Rueckert 2013-08-08 02:09:08 +00:00
  • e20379c286 Accepting request 186264 from server:database Stephan Kulow 2013-08-07 18:55:23 +00:00
  • eb6ee2908e - remove obsolete comment Marcus Rueckert 2013-08-07 15:10:22 +00:00
  • 7e8f571ea9 - build require procps to get "ps" which is needed for the cleanup of the redis processes launched by the testsuite. - update to 2.6.14 UPGRADE URGENCY: HIGH because of the following two issues: * Lua scripting + Replication + AOF in slaves problem (see Issue #1164). * AOF + expires possible race condition (see Issue #1079). * [FIX] AOF bug: expire could be removed from key on AOF rewrite. * [FIX] Allow writes from scripts called by AOF loading in read-only slaves. * [FIX] Sentinel: parse new verison of INFO replication output correctly. * [NEW] Reset masterauth if an empty string is configured. Marcus Rueckert 2013-08-07 14:40:05 +00:00
  • 021f22e1ea Accepting request 182467 from server:database Stephan Kulow 2013-07-08 19:46:00 +00:00
  • c15e93971d Accepting request 182466 from home:k0da:ppc Tomáš Chvátal 2013-07-08 08:53:48 +00:00
  • a2f0d3bed3 Accepting request 182226 from home:k0da:ppc Tomáš Chvátal 2013-07-04 17:12:05 +00:00
  • b8ff842a94 Accepting request 181569 from server:database Stephan Kulow 2013-07-02 05:42:45 +00:00
  • 2f7ef90de3 Accepting request 180755 from home:vjt:ifad Tomáš Chvátal 2013-07-01 08:22:41 +00:00
  • a491911495 - added bnc number Marcus Rueckert 2013-01-22 11:32:00 +00:00
  • 8311454a91 - update to 2.6.9 Too many changes to list them here, please refer to /usr/share/doc/packages/redis/00-RELEASENOTES - refreshed patches: redis-conf.patch skip-aof-test.patch - dropped patches: redis-endian.patch redis-2.4.15-linenoise-cflags.patch Marcus Rueckert 2013-01-22 11:17:07 +00:00
  • 14084a8cd2 Accepting request 142127 from server:database Stephan Kulow 2012-11-21 16:20:38 +00:00
  • 94c6b971e6 Accepting request 142125 from home:vjt:ifad Michal Hrusecky (old before rename to _miska_) 2012-11-20 14:14:50 +00:00
  • 31395fb8ec - Fix useradd invocation: -o is useless without -u and newer versions of pwdutils/shadowutils fail on this now. Michal Hrusecky (old before rename to _miska_) 2012-11-20 12:16:16 +00:00
  • a2402683ee little nicer Michal Hrusecky (old before rename to _miska_) 2012-11-20 12:11:57 +00:00
  • 4da5115e13 Accepting request 140668 from home:vjt:ifad Michal Hrusecky (old before rename to _miska_) 2012-11-20 12:09:48 +00:00
  • 0d9c3970b7 Accepting request 134116 from server:database Ismail Dönmez 2012-09-14 10:35:48 +00:00
  • ff9cd96e18 - update to 2.4.15 too many changes see /usr/share/doc/packages/redis/00-RELEASENOTES - added redis-2.4.15-linenoise-cflags.patch make sure we build the dependency with cflags - refreshed redis-endian.patch Marcus Rueckert 2012-07-23 18:33:34 +00:00
  • 729afce35a Accepting request 110823 from server:database Stephan Kulow 2012-03-26 09:05:56 +00:00
  • 91aca07326 Accepting request 110819 from home:k0da:ppc Pavol Rusnak 2012-03-23 13:47:13 +00:00
  • 66e8646191 Accepting request 104075 from server:database Stephan Kulow 2012-02-29 13:11:11 +00:00
  • 47c5cdc6e5 - Correct the 'how to get it running' comment in %post Sascha Peilicke 2011-11-24 10:56:53 +00:00
  • 3a0e530e01 - Don't use runlevel 4 in init script - Compile with RPM_OPT_FLAGS (PROG env var didn't cut it) - Remove outdated %clean section, bogus doc package (there are none) and netcat runtime dependency (for init script?) - Set license to SDPX style Sascha Peilicke 2011-11-24 10:50:39 +00:00
  • 1a75eac6c3 Accepting request 93343 from server:database Stephan Kulow 2011-11-28 17:27:39 +00:00
  • 2ca538637f - Updated to 2.4.1. - Fixed init script. Andreas Schneider 2011-10-24 10:48:58 +00:00
  • a327cce110 Accepting request 88557 from home:vintozver:branches:server:database Andreas Schneider 2011-10-22 08:32:19 +00:00
  • 971b366e02 Accepting request 87357 from home:vintozver:branches:server:database Andreas Schneider 2011-10-16 18:35:31 +00:00
  • c34e789d25 Accepting request 71138 from home:prusnak:branches:server:database Marcus Rueckert 2011-05-24 10:50:55 +00:00
  • ca11785fa4 - update to 2.2.4 * Return value of OBJECT DEBUG against sorted sets fixed, now is "skiplist". - additional changes from 2.2.3 * Fixed issue #503. MONITOR + QUIT (and other combinations) could crash the server. * OBJECT command implemented. See http://redis.io/commands/object * Fixed a problem in redis-cli related to escapes in the form "\x..". * Fixed a minor memory leak in redis-cli * Saved RDB on SIGTERM on archs where it was not working properly. - additional changes from 2.2.2 * AOF file descriptor leak after the first rewrite fixed. * Return value of GETRANGE / SUBSTR is now an empty string if the interval specified is not valid, or the key does not exist. Was a null bulk reply before, but this is against the Redis way. - fix the path to the log file in the conf patch to match the rest of the package - created log dir - changed home dir of the redis user from /var/run/redis to /var/lib/redis. the old home dir wasnt created anyway. Marcus Rueckert 2011-04-15 18:35:16 +00:00
  • ca44fb2948 Accepting request 62671 from home:jnweiger Andreas Schneider 2011-02-24 22:52:08 +00:00
  • e2b0b18852 Accepting request 59279 from home:seife:openstack Andreas Schneider 2011-01-27 17:08:54 +00:00
  • 7040095d4b - Added logging to /var/log/redis/redis.log. - Added log rotation. Andreas Schneider 2011-01-18 21:10:38 +00:00
  • 7a2f6b0e7c Accepting request 57725 from home:gladiac:server Pavol Rusnak 2011-01-10 15:36:14 +00:00
  • a4e2c189a5 Accepting request 57621 from home:gladiac:server Pavol Rusnak 2011-01-10 14:11:05 +00:00
  • 8ec8feb4b3 - dont run as root Marcus Rueckert 2010-05-17 14:27:43 +00:00
  • c795cc5bf4 - mark init script as config Marcus Rueckert 2010-05-17 14:15:23 +00:00
  • 816cb8b107 - update to version 1.2.6 fixes two critical replication bugs, and a few improvements. - Fixed Issue 207 (http://code.google.com/p/redis/issues/detail?id=207) (broken replication with binary arguments not in the last position with the MSET command or any other command issued with new multi-bulk protocol) - Fixed Issue 174 (http://code.google.com/p/redis/issues/detail?id=174) (temp names collisions producing broken slave-side .rdb files) - Redis-cli backported from Redis master, with interactive mode, line editing via the linenoise library, auth ability, and much more. - ZRANGEBYSCORE now supports WITHSCORES as well (backported from master) - A simplified version of redis-stat (from redis tools) added. - update to version 1.2.5 fixes a replication bug: multiple slaves connecting to the same master could lead to random crashes or corruptions. - use PROF parameter to pass in optflags Marcus Rueckert 2010-05-17 14:14:15 +00:00
  • cb8be27cca fix Pavol Rusnak 2010-03-09 14:25:50 +00:00
  • 4b8b5ae0e0 fix Pavol Rusnak 2010-03-08 13:40:39 +00:00
  • e435317438 fix Pavol Rusnak 2010-03-07 23:42:36 +00:00
  • 6122fdf0ce fix Pavol Rusnak 2010-03-07 23:22:27 +00:00
  • 52aeaa5c1e fix Pavol Rusnak 2010-03-07 23:11:23 +00:00
  • 2f241e8390 - updated to 1.2.4 Pavol Rusnak 2010-03-07 17:22:11 +00:00
  • 70fa5fb44d Accepting request 34154 from home:pzb Pavol Rusnak 2010-03-05 12:30:26 +00:00
  • 1c752d3a43 Accepting request 34097 from home:pzb Pavol Rusnak 2010-03-05 00:14:55 +00:00
  • 19461de3f3 fix Pavol Rusnak 2010-02-24 22:50:40 +00:00
  • fd7e876a28 osc copypac from project:server:database package:regis revision:2 Pavol Rusnak 2010-02-24 22:49:48 +00:00