Skip to content

Commit 55f0fd2

Browse files
author
Joubin Houshyar
committed
JRedis 1.0 RC1 (Redis 1.2.6 compliance update)
1 parent 6e46cfa commit 55f0fd2

17 files changed

+12
-3
lines changed

Release/RELEASE-NOTES-1.0-RC1.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Release: JRedis 1.0 RC 1
22

33
REQUIREMENTS:
44

5-
* Requires Redis server 1.2.n. (Developed and tested for Redis 1.2.5)
5+
* Requires Redis server 1.2.n. (Developed and tested for Redis 1.2.6)
66
Please note that this release is _NOT_ compatible with either Redis 1.000 or 2.n (antirez@github master branch).
77

88
As of this note, you can download Redis 1.2.5 here: <http://redis.googlecode.com/files/redis-1.2.5.tar.gz>
@@ -15,6 +15,13 @@ JARS:
1515

1616
NEW FEATURES:
1717

18+
* (Redis 1.2.6 update)
19+
Added support for ZCOUNT. (Synch/Asynch).
20+
21+
* (Redis 1.2.6 update)
22+
Added support for ZRANGEBYSCORE ... WITHSCORES. (Synch/Asynch).
23+
Usage example class <UsingZrangeSubset> in /Examples module.
24+
1825
* Added support for the missing elements of the INFO result map.
1926

2027
* Added support for Z[REV]RANGE ... WITHSCORES. (Synch/Asynch).
@@ -66,6 +73,8 @@ ROAD MAP:
6673

6774
/enjoy
6875

69-
03-21-2010
76+
03-21-2010
7077
NoVA
7178

79+
(Redis 1.2.6 update @ 03-26-2010 | NYC)
80+

Release/RELEASE_BUILD_TIME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sun Mar 21 17:14:54 EDT 2010
1+
Fri Mar 26 11:15:08 EDT 2010

Release/jredis-1.0-rc1.jar

458 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

Release/jredis-core-all-1.0-rc1.jar

-1 Bytes
Binary file not shown.
149 Bytes
Binary file not shown.

Release/jredis-core-api-1.0-rc1.jar

120 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

Release/jredis-core-bench-1.0-rc1.jar

0 Bytes
Binary file not shown.
Binary file not shown.
114 Bytes
Binary file not shown.

Release/jredis-core-ri-1.0-rc1.jar

338 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

Release/jredis-examples-1.0-rc1.jar

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)