Commit Graph

  • a77153aaa0 update maven dep version number, and license date Ted Nyman 2011-06-13 10:40:08 -07:00
  • 5ad02d083a Added string argument versions of zrange functions that can use -inf and +inf. Also added byte array versions where missing to make the API more complete. Hisham Mardam-Bey 2011-06-10 17:08:10 -04:00
  • a4cef0b48a Use Double.NEGATIVE/POSITIVE_INFINITY instead of MIN_VALUE and MAX_VALUE to indicate -inf and +inf respectively. Hisham Mardam-Bey 2011-06-10 13:39:00 -04:00
  • 03d4208318 Added the ability to use Double.MIN_VALUE and Double.MAX_VALUE when calling sorted set methods to represent "-inf" and "+inf" respectively. Hisham Mardam-Bey 2011-06-09 23:24:56 -04:00
  • f9608e9364 Merge pull request #159 from amalloy/patch-1 Jonathan Leibiusky 2011-06-07 19:47:46 -07:00
  • ede74672d1 Edited README.md via GitHub Alan Malloy 2011-06-07 19:45:18 -07:00
  • cbca00a78e Merge pull request #153 from ewhauser/master Jonathan Leibiusky 2011-06-03 08:01:50 -07:00
  • 9006178a05 JedisPool timeout was broken. Values <= 0 where treated as -1, where 0 is infinite Jonathan Leibiusky 2011-06-03 11:48:55 -03:00
  • 8465720d92 remove strange license header Jonathan Leibiusky 2011-06-03 10:52:49 -03:00
  • 8ddba03add switch SharededJedisPipeline to use return Response and deprecate existing API Eric Hauser 2011-06-02 20:25:19 -04:00
  • 3b55731b7b Pipeline commands should not throw an exception when a key is unset Eric Hauser 2011-06-01 23:54:31 -04:00
  • c3f0cf0ded [maven-release-plugin] prepare for next development iteration Jonathan Leibiusky 2011-05-30 14:36:18 -03:00
  • 85ed0e4bc2 [maven-release-plugin] prepare release jedis-2.0.0 Jonathan Leibiusky 2011-05-30 14:36:11 -03:00
  • 36d5e0d4b3 fix typo Jonathan Leibiusky 2011-05-30 14:34:14 -03:00
  • f070baa11b revert back version Jonathan Leibiusky 2011-05-30 14:31:53 -03:00
  • 6aa216f8cf remove watch from transaction Jonathan Leibiusky 2011-05-30 14:23:20 -03:00
  • 891e018093 version bump Jonathan Leibiusky 2011-05-30 14:04:51 -03:00
  • d690833ed6 avoid creating pipeline responses and do it lazy Jonathan Leibiusky 2011-05-30 13:43:21 -03:00
  • 44c3eef60e Add binary responses to binary transaction Jonathan Leibiusky 2011-05-30 11:13:41 -03:00
  • 525710aab6 remove unused test Jonathan Leibiusky 2011-05-30 10:58:55 -03:00
  • 00712f040d binary jedis watch command accepts several keys Jonathan Leibiusky 2011-05-26 12:53:42 -03:00
  • 607d31d96b On reconnection, select the correct db index Jonathan Leibiusky 2011-05-15 22:17:21 -03:00
  • 20ee796fa8 hvals response type consistency, was Collection should have been List Jonathan Leibiusky 2011-05-15 21:59:00 -03:00
  • 6e0be01f6f code cleanup Jonathan Leibiusky 2011-05-15 21:56:46 -03:00
  • 3a291eb322 Merge pull request #146 from TioBorracho/MasterSlaveConsistency2 Jonathan Leibiusky 2011-05-15 17:53:23 -07:00
  • 4dcdf4e329 rollback some ignores Jonathan Leibiusky 2011-05-15 21:44:54 -03:00
  • 4bc292e056 Merge pull request #145 from TioBorracho/Cleaning Jonathan Leibiusky 2011-05-15 17:44:12 -07:00
  • 202d68a21c optimize Dario Guzik 2011-05-15 18:34:15 -03:00
  • 56fd098ee2 keep old connection file. DO NOT CROSS BRANCHES AGAIN Dario Guzik 2011-05-15 18:24:23 -03:00
  • 37587df2b6 MasterSlave consistency and old mode compatibility with shard names Dario Guzik 2011-05-15 18:22:34 -03:00
  • 5c9d516598 ignores Dario Guzik 2011-05-15 17:24:23 -03:00
  • 9af964e88d Merge branch 'master' of https://github.com/xetorthio/jedis into Cleaning Dario Guzik 2011-05-13 18:03:44 -03:00
  • ace1588501 disconnection Dario Guzik 2011-05-13 18:03:38 -03:00
  • 6a78b32a84 Merge pull request #121 from ewhauser/master Jonathan Leibiusky 2011-05-11 19:29:37 -07:00
  • 4e15a23e41 list command receive now long parameters to be consistent with return type Jonathan Leibiusky 2011-05-11 23:23:06 -03:00
  • b6df4739a0 add Tuple compareTo Jonathan Leibiusky 2011-05-11 23:09:37 -03:00
  • f25d70916c Merge pull request #103 from malomalo/set-compare Jonathan Leibiusky 2011-05-11 19:01:29 -07:00
  • 6ff9683537 add getDB() which return the db number we are connected to Jonathan Leibiusky 2011-05-11 22:50:53 -03:00
  • cd3b50268e add publish command to Pipeline Jonathan Leibiusky 2011-05-11 22:29:42 -03:00
  • 86fdf63cc9 add publish to transaction Jonathan Leibiusky 2011-05-11 19:53:20 -03:00
  • 66b0a5784d fix md5 hashing as MessageDigest is not threadsafe, now using ThreadLocal Jonathan Leibiusky 2011-05-11 19:45:07 -03:00
  • 0d6d37b95f throw JedisDataException when sending NULL values to redis as it is not a valid value in the protocol Jonathan Leibiusky 2011-05-11 19:22:31 -03:00
  • cfc906167c add test to check JedisPool with password Jonathan Leibiusky 2011-05-11 18:34:41 -03:00
  • acb1eb594f throw a JedisConnectionException if unsubscribing from a not subscribed JedisPubSub instance Jonathan Leibiusky 2011-05-11 14:56:05 -03:00
  • 22b2229ba0 handle quit command response as it was leaving the socket in an unconsistent state Jonathan Leibiusky 2011-05-11 14:06:07 -03:00
  • 0885681f63 fix small typo in exists command Jonathan Leibiusky 2011-05-11 13:32:14 -03:00
  • b13c964500 jedis monitor should set client socket timeout to infinite Jonathan Leibiusky 2011-05-02 01:54:52 -03:00
  • 6e1ef5af50 adding bit commands to ShardedJedisPipeline ewhauser 2011-04-28 14:39:08 -04:00
  • e5a3833d4a change doc as it confuses people about setting empty hashes Jonathan Leibiusky 2011-04-25 13:12:14 -03:00
  • a94168bcc1 add del() to ShardedJedis Jonathan Leibiusky 2011-04-25 11:05:31 -03:00
  • 6c59e347c7 don't check if jedis is connected as PING will connect if necessary Jonathan Leibiusky 2011-04-25 10:57:51 -03:00
  • bb4d951238 add benchmark for SafeEncoder Jonathan Leibiusky 2011-04-17 23:17:54 -03:00
  • e87b8947c4 add more tests to pipeline repsonse Jonathan Leibiusky 2011-04-17 01:03:26 -03:00
  • 713cb15b03 remove stupid test :( Jonathan Leibiusky 2011-04-16 22:43:07 -03:00
  • 443686b155 double builder should build from string Jonathan Leibiusky 2011-04-16 17:06:00 -03:00
  • cf74935721 fix reversed boolean logic for setbit Eric Hauser 2011-04-06 23:47:31 -04:00
  • 97dd134eec Merge branch 'master' of https://github.com/lmar/jedis into lmar-master Jonathan Leibiusky 2011-04-06 21:52:48 -03:00
  • 8aa25eb9b3 Merge branch 'issue-78' of https://github.com/grdmitro/jedis into grdmitro-issue-78 Jonathan Leibiusky 2011-04-06 02:03:51 -03:00
  • 1502990cea Merge branch 'safe_disconnect' of https://github.com/grdmitro/jedis into grdmitro-safe_disconnect Jonathan Leibiusky 2011-04-06 02:00:13 -03:00
  • 90e68fa482 Merge branch 'ordered_shards_iteration' of https://github.com/grdmitro/jedis into grdmitro-ordered_shards_iteration Jonathan Leibiusky 2011-04-06 01:57:14 -03:00
  • 3fb7a52017 multi/exec block return formatted responses Jonathan Leibiusky 2011-04-06 01:38:19 -03:00
  • 6707b62342 pipeline return formatted values Jonathan Leibiusky 2011-04-06 01:07:20 -03:00
  • f16d91550d made shard iterable in the same order as in config during creation Dmytro 2011-04-05 15:41:28 +01:00
  • 620a5d699f safe disconnect Dmytro 2011-03-25 15:15:57 +00:00
  • ff50c17238 fix issue 108, brpoplpush set infinite timeout before waiting for a reply from the server Jonathan Leibiusky 2011-03-25 11:37:49 -03:00
  • da3092e695 reverted back vetify() as connection checks could be disabled in pool config Dmytro 2011-03-25 14:35:29 +00:00
  • 74ca0e1d71 Merge branch 'MasterSlaveConsistency' of https://github.com/TioBorracho/jedis into TioBorracho-MasterSlaveConsistency Jonathan Leibiusky 2011-03-25 10:56:57 -03:00
  • 347d743de4 should always default to Murmur to be consistent everywhere Jonathan Leibiusky 2011-03-25 10:52:06 -03:00
  • 604615d228 ISSUE 78: Removed logic that waits forever till all shards are connected in ShardedJedisPool Ensuered that all commands connect at the beginning if necessary. Dmytro 2011-03-25 11:19:17 +00:00
  • cb0d76051d made getShardInfo(byte[]) public Dmytro 2011-03-21 15:02:07 +00:00
  • dc89193635 Revert "made getShardInfo(byte[]) public" Dmytro 2011-03-21 14:58:29 +00:00
  • 0801b01ccb made getShardInfo(byte[]) public Dmytro 2011-03-21 14:32:50 +00:00
  • 9dd1cff428 Compare Tuples based on the element, not the element & score Jon Bracy 2011-03-08 16:54:52 -05:00
  • 58aa95c464 Binary versions of ZREVRANGEBYSCORE methods, some code cleanup lmar 2011-03-08 20:19:54 +01:00
  • 3fc43e7dec Implementation of ZREVRANGEBYSCORE command lmar 2011-03-08 19:03:24 +01:00
  • 3d1603b59b Generate shard nodes by shard position. Shards are now host/port independent Dario Guzik 2011-03-02 17:53:27 -03:00
  • 2785604639 Fix test keys Dario Guzik 2011-03-02 17:50:12 -03:00
  • 8b3c5fdf42 Generate keys for different shards Dario Guzik 2011-03-02 17:44:59 -03:00
  • 121af74972 add public setrange and getrange Jonathan Leibiusky 2011-02-28 15:59:10 -03:00
  • 80d2f9d103 Merge branch 'pipeline-multi' of git://github.com/pietern/jedis into pietern-pipeline-multi Jonathan Leibiusky 2011-02-28 15:56:11 -03:00
  • 333a9bc6b3 fix tests to use HashSet instead of LinkedHashSet Jonathan Leibiusky 2011-02-28 15:22:52 -03:00
  • 8a0054fe3e Merge branch 'hashset' of git://github.com/pietern/jedis into pietern-hashset Jonathan Leibiusky 2011-02-28 14:58:09 -03:00
  • 28fb816bef pubsub should flush commands ASAP since it won't read from the socket Jonathan Leibiusky 2011-02-28 13:12:47 -03:00
  • ac70d2352f Merge branch 'flush' of git://github.com/pietern/jedis into pietern-flush Jonathan Leibiusky 2011-02-28 10:37:43 -03:00
  • b7eb51f75c adding support for bit manipulation in to pipeline ewhauser 2011-02-24 09:40:28 -05:00
  • 430601f31e Adding support for bit commands get/setrange Eric Hauser 2011-02-22 22:41:46 -05:00
  • e12f655fa3 Adding setbit/getbit to ShardedJedis Eric Hauser 2011-02-22 22:17:29 -05:00
  • ffebfe120b Fixing Jedis.(get|set)bit to use use booleans as input and output to better match Redis commands Eric Hauser 2011-02-22 22:15:08 -05:00
  • e7e4c4c26d Use #discard on the transaction object Pieter Noordhuis 2011-02-25 13:58:48 +01:00
  • dac1d259c0 Don't wait for QUEUED replies in MULTI Pieter Noordhuis 2011-02-25 13:44:54 +01:00
  • 30435d7774 Use regular HashSet instead of LinkedHashSet for unordered replies Pieter Noordhuis 2011-02-25 13:13:48 +01:00
  • 9dd23cec81 Flush to socket when starting to read Pieter Noordhuis 2011-02-25 13:00:34 +01:00
  • 33ceb6da0f set keepAlive on pub/sub sockets (infinite timeout) in case we don't see the connection close Steven Hugg 2011-02-15 20:51:36 -05:00
  • dad1b8c394 Connect.connect() now honors timeout value Mike Hobbs 2011-02-10 10:51:48 -06:00
  • fa05c2e9d0 [maven-release-plugin] prepare for next development iteration Jonathan Leibiusky 2011-02-04 10:31:36 -03:00
  • a4312c458f [maven-release-plugin] prepare release jedis-1.5.2 Jonathan Leibiusky 2011-02-04 10:31:21 -03:00
  • 2a4a43f4cd add JedisDataException and JedisConnectionException Jonathan Leibiusky 2011-01-30 17:46:17 -03:00
  • b4ad7697b7 remove since it was deprecated Jonathan Leibiusky 2011-01-30 17:11:41 -03:00
  • 4d5e5a7c5d add binary support for pubsub Jonathan Leibiusky 2011-01-24 13:24:08 -03:00
  • 7150c5feb3 pubsub command check if we are connected Jonathan Leibiusky 2011-01-23 23:58:01 -03:00