Commit Graph

12 Commits

Author SHA256 Message Date
a79ff485af - 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.

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=19
2011-04-15 18:35:16 +00:00
Andreas Schneider
3aa1e1ba3a Accepting request 62671 from home:jnweiger
OBS-URL: https://build.opensuse.org/request/show/62671
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=18
2011-02-24 22:52:08 +00:00
Andreas Schneider
5ca6b81fff Accepting request 59279 from home:seife:openstack
Thanks for the fix!

OBS-URL: https://build.opensuse.org/request/show/59279
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=17
2011-01-27 17:08:54 +00:00
Andreas Schneider
aa12e8e31f - Added logging to /var/log/redis/redis.log.
- Added log rotation.

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=16
2011-01-18 21:10:38 +00:00
Pavol Rusnak
1bb7c7e532 Accepting request 57725 from home:gladiac:server
OBS-URL: https://build.opensuse.org/request/show/57725
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=15
2011-01-10 15:36:14 +00:00
Pavol Rusnak
0dc98c9c87 Accepting request 57621 from home:gladiac:server
OBS-URL: https://build.opensuse.org/request/show/57621
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=14
2011-01-10 14:11:05 +00:00
05e5c633e2 - dont run as root
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=13
2010-05-17 14:27:43 +00:00
825f301d7a - 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

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=11
2010-05-17 14:14:15 +00:00
Pavol Rusnak
4e1042c7e2 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=6
2010-03-07 23:11:23 +00:00
Pavol Rusnak
5fe22d6240 - updated to 1.2.4
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=5
2010-03-07 17:22:11 +00:00
Pavol Rusnak
ae0408dee9 Accepting request 34154 from home:pzb
Copy from home:pzb/redis via accept of submit request 34154 revision 5.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/34154
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=4
2010-03-05 12:30:26 +00:00
Pavol Rusnak
3e98c939bf osc copypac from project:server:database package:regis revision:2
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=1
2010-02-24 22:49:48 +00:00