Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/redis/jedis
Redis Java client
https://github.com/redis/jedis
e9cd3b36c1ceeaa3b6de1cfd2d3a0abfba3420c7 authored over 10 years ago
Add sponsorship : YourKit
5bed301ae9345313db338a8d7e919b844fee6b49 authored over 10 years ago22bd2acfc773e87f17f03e40e910aeb3d08b002c authored over 10 years ago
override HostAndPort#hashCode
4c6d83554ee0bd021f234b07d017e56210ea0e59 authored over 10 years agoFix CRC16 encode : string to bytes
67a1d390e7216fb1ebb57cefb219ce02242071ff authored over 10 years agoRemove redundant synchronized from JedisClusterInfoCache
3697e01caa6ff4ecd2f72f0ca71d996d89928964 authored over 10 years agoFix zrangebylex with pipelined (parameters reversed)
9e17186121ccf91a1d85f17769c421db4f474838 authored over 10 years agoSupport zrevrangebylex command (closes #746)
2a36bf8cc3eb7ad00a0f1fad158ddb0da887d4fd authored over 10 years ago69ca4040da7cfc394eae5a6ec0a83aded1eea839 authored over 10 years ago
8e5c35307f37970cda5383d71e7f38e60055e988 authored over 10 years ago
833065b6708dd19fd83111f1c2586ac6f73a52bf authored over 10 years ago
* should use SafeEncoder.encode() instead of String.getBytes()
a405ce205ce54910236f3ab9ffb599317eef38d7 authored over 10 years ago
Conflicts:
src/main/java/redis/clients/jedis/BinaryJedisCluster.java
src/main/java/redis/clien...
Conflicts:
src/main/java/redis/clients/jedis/JedisCluster.java
src/main/java/redis/clients/jed...
* JedisClusterInfoCache already uses RWLock so synchonized keyword is not necessary
** it just s...
2b1cb8fe318301b4726b495f3808b249a1fece34 authored over 10 years ago
* binary, string, pipeline (binary, string), sharded(binary, string), cluster (string)
61f8ff69187692808285dd86c30bb1a0976e1600 authored over 10 years ago
* wrong master name is specified
* all sentinel is down or not reached
cc3fe856084213f9aeed1899644b581a377d7ee7 authored over 10 years ago
653d6c006cfbc6a99b681e1658844d15cd5bcc93 authored over 10 years ago
1578cae9fc910123df40463fed97cc6c5939d061 authored over 10 years ago
7836531ad788999e67704bf20c81afc0313aa098 authored over 10 years ago
723fee7e278f0559da67951e791d368ce4585495 authored over 10 years ago
f065b80ab0e16b059d49308f6743b24ef3c9d0cc authored over 10 years ago
a3f7e888dabfd8237724977b44b0d0488e70b961 authored over 10 years ago
Remove unused & buggy method / class (related to ThreadLocal<Random>)
6bf917039e82478193d65fd883c82e60564f6a50 authored over 10 years agof8c69b105a8b995fdb74821557aeb5f01819d845 authored over 10 years ago
Optimize CRC16 calculation (with optimization of slot decision)
45fce4368e38cee7a75ca659e92beed24b2359ff authored over 10 years ago96c762b8806f153ec5e5d57d010d25c2ad90a94b authored over 10 years ago
Improve test stability
167221b81a7a4c7f5442c0cf4f4b15bf35135639 authored over 10 years agoce2ab6a937deac818bd90e3effd70e67b95a3bac authored over 10 years ago
687716902d4ca8e9bb5a306a8af3a4ab1ba0b4bf authored over 10 years ago
Use ThreadLocal<Random> instead of creating Random each time
56d179894362de07c647e37666d835aea1cb426d authored over 10 years ago* We can't use ThreadLocalRandom because we need to support JDK6
e4441ec5b327fad913a206224ee97da8cfe86efb authored over 10 years agoUse lookup table when calculating CRC16 XMODEM
2f18da67f12ec622015499fa18159f4bb36fec4d authored over 10 years ago10307ecd2e2da6a2639855a955ae8a2bdfb26f14 authored over 10 years ago
* I borrowed it from https://github.com/mp911de/lettuce/commit/b9219314802fb0236b0bb39e8e38cc0e5...
ad10f91b607f71b9a2bd53566ad3f25cbeb0cc9b authored over 10 years ago37a3c7b8359a456804947ebde546c7e096ef2176 authored over 10 years ago
Conflicts:
src/main/java/redis/clients/jedis/JedisSentinelPool.java
src/test/java/redis/client...
pipelined transaction response fix
53c934489874db3f00c41bb459a4e014d34ecb06 authored over 10 years ago
Conflicts:
src/main/java/redis/clients/jedis/Jedis.java
src/main/java/redis/clients/jedis/Jedi...
992ae7aadd243f48fad4fc44bf0c6ba762103a37 authored over 10 years ago
4224eabd39dcf19206b26e3c4e87918d609a8ee0 authored over 10 years ago
bb9bc1cbe157b8d64c016120b66cb56ac453b7fc authored over 10 years ago
a4f975db8190701c317377ff616b40362e731f51 authored over 10 years ago
a3eeea75218f4774c1fb26debe86953c165596fe authored over 10 years ago
3d7b412a57bc2ae4e16ff47a1d4ce68a879230f0 authored over 10 years ago
Conflicts:
src/main/java/redis/clients/jedis/BinaryShardedJedis.java
src/main/java/redis/clien...
f931a4fc81871710a9ba4dc62ca62e035c9be5e7 authored over 10 years ago
bfcecd73cb3b56a4f9ae99dac9bc068518f62224 authored over 10 years ago
36810dfcba45dbf8a200c893cc287adf101bd962 authored over 10 years ago
a201e29d88ca8fccfe28d71e5e7c76cbe91d2a02 authored over 10 years ago
9b824c3aadc94a9dcd3a3f0def24ffdab43ffb9f authored over 10 years ago
b2193457613cb76bfc107d038140071c8674905c authored over 10 years ago
ebaba7911927a30642458a54687d0581d0e17fe9 authored over 10 years ago
582d00b5ca5688e21bb47aa7413f37622420b482 authored over 10 years ago
d3d5d476e3e5b4c155131fef22055ad9816dbd43 authored over 10 years ago
f6aced860a7adebad77005c99d0292a07f0e1748 authored over 10 years ago
db6d8c0daf9602893324c56661c1b3b04e15346e authored over 10 years ago
babedd5be07f7f226ea8bcbbbd34141f7de84915 authored over 10 years ago
Follow up changes on "pubsub numsub" output (Fixes #714)
3a3b73fca86f2b608ddf03523122f9ffb711b7f3 authored over 10 years ago0a094ff0b4327f2fdffdc5fe051d7903ac084a92 authored over 10 years ago
* String, String to String, Long
* We're avoiding to break backward compatibility
** convert Lon...
419f0c7d171fd2cdc765bdf8baa05bcb15477586 authored over 10 years ago
2eda9cd8fb78745996fdc20d93000f9ab787a89f authored over 10 years ago
ad5412d8cfc24ab56f9da3d3159035630fd00d36 authored over 10 years ago
9f4faf53ffdc87387d84bb9b4d1b1a9de393afed authored over 10 years ago
ae73a99a17628d6e12ade3550b9a15967342696f authored over 10 years ago
52ac566dd3856eb19a8286d3eb4306da825880ef authored over 10 years ago
a30598b7cbb24b133a35d472c8440395a65706cc authored over 10 years ago
c62672e3a058bde24e37b0e49694505472ae904f authored over 10 years ago
c42965dcd54a4247ff8570fba52706bc033a4e49 authored over 10 years ago
68a56938c19ca64f36592e2314e2cc9283e98540 authored over 10 years ago
Conflicts:
src/main/java/redis/clients/jedis/Client.java
Conflicts:
src/main/java/redis/clients/jedis/Jedis.java
src/main/java/redis/clients/jedis/Jedi...
26d1f4ad908e07189c8650ee0179b0b6beb4b7fc authored over 10 years ago
1e94acd7dad0108ef26abb153276f1b080cd6e9c authored over 10 years ago
514144d472135dbf5ece2677be2d28f4fa58ca31 authored over 10 years ago
* it's broken with later features, resetState()
* fixed resetState() to make it work with this P...
0f76459fd6bfc079bd485ecd8a13e133f260ea5d authored over 10 years ago
* New interfaces introduced (copy existing interfaces and remove some commands)
* there're some ...
2d93fa0e2b6df113d49b0e2790a3aa1e306d07fd authored over 10 years ago
3b31ae708c003e77e4027507d9c3116c27d8d04d authored over 10 years ago
Fixed critical JedisCluster bug : hlen calls hdel
03c0af2581386394637d83713efe6bfa8ab6e446 authored over 10 years agod7cd3a0af671b0fcf30b7cd4819fa9026f8d92f8 authored over 10 years ago
056e6e9db2c3a3081e41092ea748332526cdaf4c authored over 10 years ago
dddc0d15f108637e8fd733359713e13bc1656fb4 authored over 10 years ago
c81bdc08491932caadee59fa8582b7703d5fced7 authored over 10 years ago
Force testOnBorrow if neither is specified.
d52cc06b72f14cb020a652cbbb770e32babb62e3 authored over 10 years agofceb7198482bc428513ab02891e1c23d07708ac9 authored over 10 years ago
c02c663776cae170f2b72a3070d1d536ee427e53 authored over 10 years ago
The test was issuing the failover command and only afterwards
connecting to the pub-sub channel ...
Adds an extra sentinel server monitoring the mymaster failover cluster,
makes the tests more int...
Instead of recreating GenericObjectPool, we change the
underlying factory destination host. When...
Fixed Gradle build file
4f693872b9bfd8272298409f71e96c824f71e77e authored over 10 years agoc2624c6c932e3ed2fee1873fcb72d33f5816904c authored over 10 years ago
fix comment which describe LPOP from rpop method
e67a80f6948c04201f67deb622f8d451ec26b5a0 authored over 10 years agoedit the rpop note (just makei it Specific
088d86a60fc7cfd3ba55156fc949059b5e9ecdc9 authored over 10 years ago
* add missing methods from BinaryJedisCluster
Conflicts:
src/main/java/redis/clients/jedis/Jedi...
Conflicts:
src/main/java/redis/clients/jedis/JedisCluster.java