Commit Graph

197 Commits

Author SHA1 Message Date
Yaourt
a2468dff58 Fix some more U tests ... 2010-11-05 10:25:41 +01:00
Yaourt
ad5f44edc4 Fix some more U tests ... 2010-11-05 10:21:38 +01:00
Yaourt
2836d78c44 Fix some more U tests ... 2010-11-05 10:17:03 +01:00
Yaourt
afad308e29 Fix some more U tests ... 2010-11-05 09:57:54 +01:00
Yaourt
f8afa09aa5 Fix some more U tests ... 2010-11-05 09:53:37 +01:00
Yaourt
dab21609e6 Fix some more U tests ... 2010-11-05 09:33:57 +01:00
Yaourt
ead39394a1 Fix some broken U tests (there are stille broken tests, working on it) 2010-11-04 18:55:00 +01:00
Yaourt
abd464f9bd Implemented commands are retreived from Protocol.Command enum 2010-11-04 17:48:58 +01:00
Yaourt
fd8e3116ab Fix broken U tests 2010-11-04 17:14:06 +01:00
Yaourt
e2d8148802 Binary key & values seems to be implemented now 2010-11-04 15:59:50 +01:00
Yaourt
84bb16dd5e BinaryTransactiob is born, Transaction inherits from it 2010-11-04 15:08:50 +01:00
Yaourt
37a3915298 BinaryJedis is born, Jedis inherits from it 2010-11-04 14:49:23 +01:00
Yaourt
ef1cbfafc9 JedisCommands DOES NOT inherit from BinaryJedisCommand 2010-11-04 14:08:18 +01:00
Yaourt
7213955d62 JedisCommands inherit from BinaryJediCommands 2010-11-04 13:59:26 +01:00
Yaourt
9614a99a5a BinaryJedisCommands skeleton 2010-11-04 13:51:42 +01:00
Yaourt
78e7b653c2 Client inherits from BinaryClient... 2010-11-04 13:45:04 +01:00
Yaourt
85ce39ca3e BinaryClient is born 2010-11-04 12:22:40 +01:00
Yaourt
377c266dc1 Add a sendCommand(String byte[]...) method. 2010-11-04 10:31:20 +01:00
Yaourt
ddd3932906 Code cleanup (final method params) 2010-11-04 10:22:39 +01:00
Yaourt
daec806c5a UTF-8 charset declared in Protocol, added a getBinaryBulkReply() in Connection 2010-11-04 09:31:21 +01:00
Yaourt
69c1c644ea processBulkReply(...) now return a byte[] (instead of String). 2010-11-04 09:26:26 +01:00
Yaourt
77590f5b21 Added final to methods params 2010-11-04 09:25:10 +01:00
Yaourt
ce876e2b56 Add a binary sendCommand(...) 2010-11-04 09:21:18 +01:00
Jonathan Leibiusky
08f8432215 now it is possible to subscribe and unsubscribe on a JedisPubSub instance 2010-11-02 23:18:24 -03:00
Jonathan Leibiusky
7a377fd8e9 updated readme 2010-11-02 17:48:49 -03:00
Jonathan Leibiusky
6bccfbd313 updated readme 2010-11-02 17:47:42 -03:00
Jonathan Leibiusky
8d34c4cbe1 Updated readme 2010-11-02 17:44:47 -03:00
Jonathan Leibiusky
07f5820a32 getIntegerReply should return Integer and not int to support null replies 2010-11-02 12:33:28 -03:00
Jonathan Leibiusky
d70c42edb9 Added sharding+pipelining support 2010-11-02 01:04:02 -03:00
Jonathan Leibiusky
7d3fb44639 Added support for -inf, +inf and open/closed intervals to zrangebyscore 2010-10-25 14:19:53 -03:00
Jonathan Leibiusky
8692184f5a [maven-release-plugin] prepare for next development iteration 2010-10-18 11:33:20 -03:00
Jonathan Leibiusky
2754bbb7a7 [maven-release-plugin] prepare release jedis-1.3.1 2010-10-18 11:33:11 -03:00
AIT
a732ed3a19 IJedis renamed ro JedisCommands 2010-10-18 11:23:11 -03:00
AIT
e38a3fc012 Introducing IJedis common interface for sharded and non-sharded Jedis 2010-10-18 11:22:50 -03:00
Jonathan Leibiusky
99a50db3ea Disabled logging in JedisPool benchmark 2010-10-14 09:12:41 -03:00
Cyril Bonté
3f21dcd0eb Fixed a performance issue with utf8 characters.
When an utf8 char was detected in a string, jedis flushed its output buffer
for each char. Now, the buffer is only flushed when it is really full.
2010-10-09 20:46:50 +02:00
Jonathan Leibiusky
3b880bba43 fixed another small typo 2010-10-08 08:49:16 -03:00
Jonathan Leibiusky
8bbd1f301c Fixed a small typo 2010-10-08 08:48:36 -03:00
Jonathan Leibiusky
417d4062b3 Updated reame with a "I want to contribute" section 2010-10-08 08:46:59 -03:00
Jonathan Leibiusky
a686a52613 Updated readme 2010-10-07 11:22:28 -03:00
Jonathan Leibiusky
a0a2ec4681 [maven-release-plugin] prepare for next development iteration 2010-10-05 12:08:42 -03:00
Jonathan Leibiusky
a3ae4f4b74 [maven-release-plugin] prepare release jedis-1.3.0 2010-10-05 12:01:24 -03:00
Jonathan Leibiusky
8447d5084b Added mailing list to pom 2010-10-05 11:59:58 -03:00
m-heuser
da876fe7d2 Changed scm params to fit for xetorthio's jedis repository, formated SortingParams with java coding style. 2010-10-02 08:46:08 +02:00
Jonathan Leibiusky
45bb728425 Removed System.out and System.err logging. Using native java logging support 2010-10-01 15:13:53 -03:00
Jonathan Leibiusky
9db72b749c [maven-release-plugin] prepare for next development iteration 2010-10-01 14:34:52 -03:00
Jonathan Leibiusky
3d479e8dca [maven-release-plugin] prepare release jedis-1.3.0 2010-10-01 14:34:30 -03:00
Jonathan Leibiusky
ca83b63109 version update 2010-09-30 21:06:34 -03:00
Jonathan Leibiusky
6a1e141064 Added sharding benchmark and removed some imports 2010-09-30 21:04:21 -03:00
Murilo Queiroz
39618506e4 Key tags support made optional.
The regular expression in the key tags code leads to a 20% performance hit,
so it's disabled by default.
2010-09-30 18:14:32 -03:00