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
41ecd6c23d220645cfab4646d84fa0fc12d0e244 authored over 5 years ago
e002a95e30785cfa48c94f10f1df4d6ff74149ff authored over 5 years ago
* Fix issue #1989
6b4d227f588025e6593523b463af28d08936bdb2 authored over 5 years ago542d110c9c22d06bc90345629bd1232fc39ea29d authored over 5 years ago
1bfc102b3b0201e84059b9f36313aa4e65da0407 authored over 5 years ago
ef4ab403f9d8fd88bd05092fea96de2e9db0bede authored almost 6 years ago
Reset shardjedis dataSource before returned to pool
Related to #1920
As it had fixed in Jedi...
- When attempting to read from a broken connection, Jedis could potentially try to read some cor...
06025937f9c2db7de9dd7d3449c976d1f4568214 authored almost 6 years ago* Revert commit aacd1d77d8
Ensure that the mechanism used by subscription clients does not fl...
2504f23bdf7229fd7e10be72eafecbf75b99f70c authored almost 6 years ago
Description:
* MEMORY DOCTOR command, https://redis.io/commands/memory-doctor
Testing:
* Ra...
3198e4b6281f50d2310fd09d23fc99106e253069 authored almost 6 years ago
421b63108f1ffcccb14bace256fe56529def70e6 authored almost 6 years ago
3aeb6d4c52cb03a3e1cb07ab1bfa9f35a37debaa authored almost 6 years ago
* Minor javadoc fixes. Added @Override to one method
* adding missing annontations to javadoc...
6ed1441ca4c5de7e66648edfeafa16854707482c authored almost 6 years ago0adf62dbc1b3184cd1522e8c8dce993981a204a8 authored almost 6 years ago
bf212393a11e449c064947124e0f244ccfc38bff authored about 6 years ago
Update versions of dependencies
b3c804e0fc7e1cafb85ab61b8f40bf18a17eb8e5 authored about 6 years ago
Description:
* avoids surprising NullPointerException, like
```
HostAndPort hp = new HostAndP...
6bd2a8c4045efbfc43500e34d79025d75af874cd authored about 6 years ago
fix #1910 protect initPool from being called in parallel
6126d30efccb8921dcf9a03776299a504e022a3e authored about 6 years ago93a2069536fc50bf0b59ce74597f80a055d916b9 authored about 6 years ago
This is apparently the most probable casue of issue that tempted the fix #1718.
3e348da5a767657e74630963a6017b64b7846330 authored about 6 years ago* update supported versions
* Add note on missing functionality in Redis 5
* add new line
cfe01e38515e97241afa466dc40e0f9a61348995 authored about 6 years agoed2ed51c9b7ba42461fb6307a41a479854df8a0f authored about 6 years ago
Move dataSource reset before connection returned
1e536e86f892a659aca45e841cd58747f861a7a1 authored about 6 years ago
Move dataSource reset before connection returned to pool.
If datasource reset after the connect...
Add missing methods in RedisPipeline and BinaryRedisPipeline
95aa6a9abaebb525d9dda9d400c7e83dd5475f3c authored about 6 years agobf93d13831925833b3efa8c57a971e55c5d12393 authored about 6 years ago
7750a2e5834c4c43f5a01e6e1f594e8eabf8d8b7 authored about 6 years ago
d23d7603ec0f6f7894637c53e3d7f083fe28f06b authored about 6 years ago
Update README.md
087a9f8d3472e08b93984a279ad82c830a0028f8 authored about 6 years ago80f04682f43286883c75b539b8b7279fdc450d0f authored about 6 years ago
10b391e13590e61c2ec80e4c5522362cc7e9b646 authored about 6 years ago
Because there could be something more happening in BinaryJedis.close()
de16de1032ae8a11a3cc513654354fcb64139369 authored about 6 years ago* #1867 add waitReplica in JedisCluster
* Add test for waitReplicas
* remove cluster test
3ba3154b490f59f5dabcbdee8ef4bc487b3e21ee authored about 6 years ago* client pause command implementation
* more test for CLIENT PAUSE command
fc05550b235f70e467fac0484fdc1bf2b4a376b7 authored about 6 years agohttps://github.com/xetorthio/jedis/issues/1854
306ba28554e0eb4cab5410d4bbda7bd5e09b9c6c authored about 6 years agoca8ad49ef835d885d895978185da31eb899e481a authored about 6 years ago
027f8dab306575c1ecf6f6a9a7521254f54a0bda authored about 6 years ago
53194dd03bf397211566ba48a60e9f1e549c85ae authored about 6 years ago
b7120ee559ccd225f7392cbe44fc55835a656710 authored over 6 years ago
364199bd7a696e56f6df773f6b919263e6d6edd4 authored over 6 years ago
dddf7063aa9a4ae273ee5cfb1a497452ca609a93 authored over 6 years ago
This prevents exception being thrown when pooled resource is being closed multiple times.
816a958b8332944f6a4b436b01349894c06c95be authored over 6 years ago26e7506412ef43e6b624793bbd06b42361546ea2 authored over 6 years ago
432758b75511c2f9cea262193cbc6174bc7d8bc0 authored over 6 years ago
- In any case of JedisRedirectionException (including JedisMovedDataException) target node is us...
0acb7e125d3a899d503a1b78746247a28c489c21 authored over 6 years agobb7f5257abd39ae608074ebea37b570ec56222f8 authored over 6 years ago
* Add SSL support to JedisCluster (#1550)
* Add SSL support to JedisCluster
* Remove unuse...
1b97cac0cc03077014b5b2c0b56026f02230c639 authored over 6 years ago
* This is similar to SafeEncoder.encode(String).
* This helps JedisClusterCommand specially in ...
* Few typo fixes
* Fix more typos
* replace leave with have
c0b8ac0744f043ef5c34f2136b22554a6533ce72 authored over 6 years agod054adb540b257d51ec82c8d1e56629a6c3eae00 authored over 6 years ago
* fix some comment
* fix more comment
* fix comment
* fix dont
67a59fbb9a80a35cea64be19dde5d2318a6eba11 authored over 6 years agomethods calls
2be4717722a1ad33377b9e69b3237a2e71d34e21 authored over 6 years ago6b7b46bbb509afbe98a3bd709287a71073a30850 authored over 6 years ago
d1fb17ce3021f8bac135aef3fd306d62c877c13c authored over 6 years ago
This is an extension of https://github.com/xetorthio/jedis/commit/3ff1c6c70f0f7fdc46776a4ec32ae9...
42b21ca42350bca5f853e83065e7028622a451f7 authored over 6 years ago44d68f13b123e147660f890073be8bf45c9e6847 authored over 6 years ago
f72c86fd7fe4210f5113b6aaf18d18c062765fcf authored over 6 years ago
* Remove ConnectionCloseTest
Because all the tests are already in ConnectionTest.
* Test m...
2f65d0b3dbcc62dd0d6addc3f7313494a42c6146 authored over 6 years ago* Remove unwatch() from Jedis.resetState()
Because Client.resetState() will be doing anyway.
...
- assertEquals usages are changed to have expected value first and actual one later.
- In HostA...
- Add JedisClusterOperationException. When JedisClusterException is not because of a direct resp...
df040537f47c8bf51ed66d16007c2a3f9f1bb802 authored almost 7 years agobecause there are no usage. These kind of errors are prevented by JedisClusterCommand.
78d4d5eb9371bcd083babfd9c6d298b05e493819 authored almost 7 years agoCurrently, if JedisConnectionException occurs at the last attempt of recursion, it is returned i...
de4e04227d210de1bececc47da99e926ff3f4fad authored almost 7 years agoIn `util` package:
- Some classes contain the name `Jedis`
- Some classes are dependant on e...
even if re-attempt happens.
Also, necessary variables are made to be final.
dfd3d824ee8daecda112fa7495f1fe9083e720fb authored almost 7 years ago80d5f794e00b5dd6de1a6b5edcf6106e5b2aa524 authored almost 7 years ago
5335188811cadb3a0e44618477c68738502422bd authored almost 7 years ago
because it can effect tests which will be executed afterwards.
fdb16fd96b63a836de72b59c73e35919f10bb069 authored almost 7 years ago772dc82286665255ad6c2eabfa7ad67178282346 authored about 7 years ago
where it is not sent to Redis as an argument.
929418d582b5d654e0f43cae9dfa1c6b90d9e9eb authored about 7 years agoNote: Both overloaded addParam(s) are protected.
2410e52ec8ccd56c0a83f18a86744f6814b33fdb authored about 7 years ago- It doesn't seem necessary to have inner packages, containing 1 (may be 2) classes, inside para...
9b60c4088b221c3b566d0cdd777e045c86960642 authored about 7 years agoWhen there is no exception from getResource, only inner Jedis objects are closed. But if there i...
6f941debdafea6fc1a725b1dcc184e9365e49695 authored about 7 years ago1e7c24c9f59e99a99ecd7006b25be162beaa7006 authored about 7 years ago
271f32a2a034377f15ce1c1d28705c9cd47e03cf authored about 7 years ago
6a8639fb133fe22fa414b7d91bb92940acdd7112 authored about 7 years ago
3313195c1f52c6ad913fc82d39c98ffb37d725c7 authored about 7 years ago
* Reduce code redundancy
* Safer/independent String.equals()
6c3e6d2e5752af2cd22f4fc56ae83c5282e5d4c6 authored about 7 years agoca4415f17aafd2d5016bee6b687cfffdf554544c authored about 7 years ago
https://issues.apache.org/jira/browse/POOL-303 is released and should fix #1158"
19772785c79d97365e3686fcded31a656962ed9f authored about 7 years agoIt was added in https://github.com/xetorthio/jedis/commit/cd9e17a70976a8d5093703206da4b2ab0d1bb7...
78f8ebc106b2557170b8608db3663fa518ff899f authored about 7 years ago* Remove extending JedisCommandTestBase. This saves unnecessary setUp, tearDown.
* Provide Ho...
a87374b689c0fe92bb9368224524ba39a0eb3e43 authored about 7 years ago204c59c13a1cd0de09665ac5cdaa5b3c9f907329 authored about 7 years ago
moduleLoad implementation is wrong. Moreover, proper one is already in BinaryClient.
5e68fbf48f42e033fe3ccec14d80a54842b0f859 authored about 7 years ago49a5070321cb019bef64bbced46418678801b0d3 authored about 7 years ago
67070c9883b2481f2d48aa03f435cf4bfdba1f87 authored about 7 years ago
* Remove extending JedisCommandTestBase in SSLJedisTest
* Use ping for test connection in SSL...
eb0b3645ff5ea5d7e31aa156d6f92917e8efdc6c authored about 7 years ago82dd0829b5967a3d028ac0d93b2716f5adc13561 authored about 7 years ago
1ee5d017ead8f7bcf1e2f6654490f48874bd82c6 authored about 7 years ago
6705ae5ec33524e26c5e84006406c7789fd96a1a authored about 7 years ago
Using "shard name" that should be nothing to do with "weight"
b90cfd6e9d7d376e316f60b96cf1778a0c84de33 authored about 7 years ago* Add dump and restore into JedisCluster
* (fixup) Add dump and restore for other all
76ef600c1c8929a75709f39e4f634820167e10ab authored about 7 years ago10b61f097487200dbc4f3d08b9834054801fd6f0 authored about 7 years ago
This does not go along with current project design. Moreover, these methods are not used anywhere.
ce0195eb76ab011b6c47da5f496910370c8be16c authored about 7 years agoAs Tuple supports both byte[] and String at once, there is no need to have two separate TUPLE_ZS...
7ce99325c0eb28133f4d75f9d50d9876bd780ffd authored about 7 years ago05325b21dc8144b9b825f89bee024d7b283b4d47 authored about 7 years ago
d05290da0ed62db680a1d0dfeb246f50f6f3254a authored about 7 years ago
As of Redis 4.0.0, HSET is variadic and can act as both HSET and HMSET.
8649a39d7d7a6859ebcd8c29ed5615ea5c3da5fd authored about 7 years ago