SHA256
1
0
forked from pool/redis
Commit Graph

222 Commits

Author SHA256 Message Date
Andreas Schneider
a327cce110 Accepting request 88557 from home:vintozver:branches:server:database
Update to version 2.4.1
Please note that docs are not included in sources from this version :(

OBS-URL: https://build.opensuse.org/request/show/88557
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=22
2011-10-22 08:32:19 +00:00
Andreas Schneider
971b366e02 Accepting request 87357 from home:vintozver:branches:server:database
OBS-URL: https://build.opensuse.org/request/show/87357
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=21
2011-10-16 18:35:31 +00:00
c34e789d25 Accepting request 71138 from home:prusnak:branches:server:database
- updated to 2.2.7

OBS-URL: https://build.opensuse.org/request/show/71138
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=20
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.

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
ca44fb2948 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
e2b0b18852 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
7040095d4b - 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
7a2f6b0e7c 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
a4e2c189a5 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
8ec8feb4b3 - 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
c795cc5bf4 - mark init script as config
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=12
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

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
cb8be27cca fix
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=10
2010-03-09 14:25:50 +00:00
Pavol Rusnak
4b8b5ae0e0 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=9
2010-03-08 13:40:39 +00:00
Pavol Rusnak
e435317438 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=8
2010-03-07 23:42:36 +00:00
Pavol Rusnak
6122fdf0ce fix
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=7
2010-03-07 23:22:27 +00:00
Pavol Rusnak
52aeaa5c1e 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
2f241e8390 - 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
70fa5fb44d 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
1c752d3a43 Accepting request 34097 from home:pzb
Copy from home:pzb/redis via accept of submit request 34097 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/34097
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=3
2010-03-05 00:14:55 +00:00
Pavol Rusnak
19461de3f3 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=2
2010-02-24 22:50:40 +00:00
Pavol Rusnak
fd7e876a28 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