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
Release all resources from disconnect regardless of IOException
667c7f4b10b74a30977323faf36cb8f5f29c34e2 authored almost 10 years agoContinue renewSlotCache if exception is encountered
4b237f575476c9de67451b01aff6323fabc9a663 authored almost 10 years agohttp://stackoverflow.com/questions/3428127/what-is-the-difference-between-closing-input-outputst...
6db79fe69b4015170af1596395950f2d59f61d53 authored almost 10 years agoset InitialCapcity to use heap effectively
7e7887d78b2e90532ebe8302c575047e534f2407 authored almost 10 years agoMultiKeyPipelineBase and PipelineBase made public
1b8aa4b55a8f6602ec550267bf8af7a6c8fc203d authored almost 10 years ago1780b6c550e5148c794d08e43c02fac161595964 authored almost 10 years ago
fix version of Maven plugin
d05ac9f1058b7f4435cd6d59353134aa87cc8f7b authored almost 10 years agodbc3e705875990519201ab1b9f5d3bb0d91cdd33 authored almost 10 years ago
be70cbb8a339d1ab23842bb9551090c2fe2b3360 authored almost 10 years ago
* When IOException occurs on disconnect, it forces to close others
8d0bb93b50e00ba2ef44109e35fcebd6d8817301 authored almost 10 years agoa27d24197651b68290f55330426a7973ce43b85a authored almost 10 years ago
code optimization
a041cf47f3db675ae513f86618c1c3ab6446ed55 authored almost 10 years ago2. change log to print stack trace.
b6faef0d88497866d4719faab638e0a4482f6bf4 authored almost 10 years ago454f783a7a62768eb5807f4ad8e70732fbad06f1 authored almost 10 years ago
4de7095031109d5fddc611d5e8158c43562e57f6 authored almost 10 years ago
f49eb6826480f7cf18bfff100b3753f3657d29fb authored almost 10 years ago
Conflicts:
src/main/java/redis/clients/jedis/Jedis.java
src/main/java/redis/clients/jedis/Jedi...
7196dc6db60a3fccba2dc28a1d2f38cae569a31d authored almost 10 years ago
dff2bd6ddf58222642ba71d02605c033ace07a67 authored almost 10 years ago
d8106859f08bcf7bd53c64d6c49c24d784430ffe authored almost 10 years ago
add spop with count command available in 3.0
30986c51de6d914a1f10f620613674af017c65ea authored almost 10 years agoSets timeout correctly for JedisCluster. Fixes #602.
c805fbdc35a9567b12a118d78377858da63f67f9 authored almost 10 years agoBump commons-pool2 to latest version
d8618965c578533dfa362d901a4dec1a5cb40f0f authored almost 10 years ago8f7bd1f838e226fdebc217d0b3d6eb7cd7b5553a authored almost 10 years ago
This reverts commit 5c042f7bb9eb21f83b5660534c5d054da60a0fcd.
b4d06e2d052fd0725ad38e945eb94a631c5b6074 authored almost 10 years ago5c042f7bb9eb21f83b5660534c5d054da60a0fcd authored almost 10 years ago
Removes unused JedisCluster timeout parameter and now it's passed
all the way up to the creation ...
36f00b4a90ad3f1d607d4339454437caf0aac568 authored almost 10 years ago
* unit test included
84604495dc394f9d69f2281ee247d9aaa2292424 authored almost 10 years ago
Conflicts:
src/main/java/redis/clients/jedis/JedisPool.java
src/main/java/redis/clients/jedis/...
Deprecates JedisPool returnResource and returnBrokenResource
b42a86194163caa59f8def466953f0c00de50a2b authored almost 10 years agodb61469284c472fa9fbbb3519067710415ed9116 authored almost 10 years ago
00faaba7df6fa927435085b0e9518ff1fdb5c4ef authored almost 10 years ago
51bbd693f7444676a6a808cd599af13d5068377b authored almost 10 years ago
c013cf20665826b812d9402a3136250af0674170 authored almost 10 years ago
75154b930b201028b858446f9c6c0207db5d056a authored almost 10 years ago
4a92fea835862a0f31b948baf968cd7213e43aad authored almost 10 years ago
tests do not pass because `jedis.quit()` doesn't close the socket after
getting a response from J...
To improve usability we're changing the visibility of `returnResoure`
and `returnBrokenResource` ...
fix bug: getIntegerMultiBulkReply() doesn't handle broken status
f43e3a0e344aa2bb4bc70dd6ead52c1041ef50e9 authored almost 10 years ago* checks that Jedis marks broken status properly while running scriptExists
021cb522114fe60ef5db4b7ddd03aa09036e5473 authored almost 10 years ago6147ef7d478556e2122bb4eef6bc023277c7cbc8 authored almost 10 years ago
deprecating blpop and brpop that will be removed in 3.0.0
588facbd3855a36ac470ce0486eaad4be8426158 authored almost 10 years ago80d2827a6e14b27d3411bb432b1a34920315c6e8 authored almost 10 years ago
9b6959c23d425aebc3044fb122d65f72d655da1d authored almost 10 years ago
Fix: slot key is missed from *scan in JedisCluster
3937fbbac43a434ce4f70dc8b1cf4678b3102126 authored almost 10 years agoDeprecate BasicCommands from JedisCluster since it has no meaning
ddaa256a5c12248d551e375c3c045a7dcb41a2ec authored almost 10 years ago06660690bfcde874532cb068db84abb034cab338 authored almost 10 years ago
b0e1fc23fbac00c94d96f8ad013f6d38703668b6 authored almost 10 years ago
5efc8c5ef0ef677f8638f39e6e8dcecb2bb8c11f authored almost 10 years ago
8558487adf388a05da966c946eeb71934f58d7fc authored almost 10 years ago
Remove deprecated PSETEX with int parameter
3d9a0ece6e1d82e2f6cc3ac90a1d80d1cb2e878c authored almost 10 years agoRemoves deprecated psetex(String, int, String).
6bc3f6adc0ae0b6b2171639751649ea74f00ec48 authored almost 10 years agoPSETEX should take a long parameter
aeae551b6b39075b3691f4d439aca251ff91a314 authored almost 10 years ago
Deprecates psetex(String, int, String) in favour of
psetex(String, long, String).
Follow up new behavior of rename from test
09c4571a25439e34a3aea68782a11619f5264caf authored almost 10 years ago
* Fixes #896
* Renaming a key to itself is now essentially a noop
48170f753800bb7c2d2981aa3fb5dcdd449e74e1 authored almost 10 years ago
576da7953db0f1813cc7984619aa97b8aff35b1f authored almost 10 years ago
00eefa4767f908a1f6bade33bfa329acdcdf875f authored almost 10 years ago
f418a5a9c3684c47de49e7b9c0fffa770dba8ab9 authored almost 10 years ago
0f17edd977d58bf85f3e3f7489c636d5cff8b4a2 authored almost 10 years ago
Fix blpop and brpop in JedisCluster
1a47714e2a9108fe2b08f66fc83cec566865ca99 authored almost 10 years agoRevert "Add test for JedistCluster's method blpop"
This reverts commit f705810eeba7b946bdeefb793...
4ee77eff2bd7bcddef57044f7d6253334f6eb77f authored almost 10 years agof705810eeba7b946bdeefb793c2efa3b66e5e882 authored almost 10 years ago
d08143f86b1dfd91c103cc6fdadb77ed8b644186 authored almost 10 years ago
6e2706b9f519d8a0da251ad06118f8fd5d39cd99 authored almost 10 years ago
69ba3fa59b751ae8cf834ae8a777df9b522ef3da authored almost 10 years ago
361bcbff833c3e25251688b634ff96baf843abb4 authored almost 10 years ago
035fcc06a0a1d864ea5b77eb9a6a36f6ac059ab6 authored almost 10 years ago
implementing pexpire for ShardedJedis
99a3fd1f725ed71ac0149e39aecb67bc9e34abad authored almost 10 years agoPexpire at
8d83136412f9cd0f4c9827f19ba81370b6c33b11 authored almost 10 years agod4131a01961bf6240ebfdbaef197c610be0faaf3 authored almost 10 years ago
ab38239356754467d627a7687fa0cfad2a28fbe8 authored almost 10 years ago
351e749b35fa09b188615548d6ea100cbba22750 authored almost 10 years ago
Prevent recursion from Response.build() with dependency (Fixes #856)
dc9ba6d75eb66c31725a9e39c6e60875149058b6 authored almost 10 years agoAdded null checks in Jedis
b6f06ef60ab52cb0caaf3196b326b3c1487bfcb9 authored about 10 years agocf9a8ac897cd5be910eab60b681a005ce38d11c2 authored about 10 years ago
updating readme to latest version
434464f245289956f2f41747ad122c8220362a57 authored about 10 years agoupdating javadoc's external links
53d8dbc85316189e42712943dbe79cae74859e52 authored about 10 years agodbe181139f416188ff765e2d3fdc78024034bdc3 authored about 10 years ago
dcc469dca7da0dfe510779f7323bbde2014dca81 authored about 10 years ago
f80b5779cce35d687ea99898bbc827c40a377e58 authored about 10 years ago
c8c0ce433c5ce971650a3fcdc37178b8739f1197 authored about 10 years ago
1b92cf63376ae77b78d01488b4711e69d8ae5f21 authored about 10 years ago
eb419c1310ad5c9e0dfb9ae079b908a631106337 authored about 10 years ago
Conflicts:
src/main/java/redis/clients/jedis/MultiKeyPipelineBase.java
src/main/java/redis/cli...
Fixes #864
ffbca78f348b0ccd6aab8c42c7f39e2bac18775d authored about 10 years ago77f96c679a44d8db4f42586fa6d4f4c9de3a7609 authored about 10 years ago
set(final byte[] key, final byte[] value, final byte[] nxxx, final
byte[] expx, final long time)"
e2819422a8aa0ce36e53322ed31c51d4da2cefb0 authored about 10 years ago
Add "make format" to easily reformat source code
24380c76fd16211e49ffac4616576aaa6c41323d authored about 10 years agoa12a6e5f5193af2e3b7f2832478b298f45da932c authored about 10 years ago
adding info command with section to pipeline
ded2404840c10d86efced73bfdbccf97c8b54e13 authored about 10 years ago
* Fixes #856
* Before patch it, users could experience StackOverflowError
** when there's multi ...
04118fec729bc0934287e70b0348176a3721caba authored about 10 years ago
validating URI before connecting
773331ebc3f0557af95e36e6b39d18dad37e22d2 authored about 10 years agofirst try to select the database. Then, if it was successfully, update the db index
8432013a6f114e01f393a9d2a06edcafe3f5d3a4 authored about 10 years agoadding so timeout configuration
364c6d9464f1238aa7ad4daed51adcbb3fc46b5f authored about 10 years ago63b9d4ed0ecd3e01d0d73a49cadd45d82c56c48a authored about 10 years ago