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

try to fix travis build #2

41ecd6c23d220645cfab4646d84fa0fc12d0e244 authored over 5 years ago
Try to fix redis build

e002a95e30785cfa48c94f10f1df4d6ff74149ff authored over 5 years ago
Fix issue #1989 (#1992)

* Fix issue #1989

6b4d227f588025e6593523b463af28d08936bdb2 authored over 5 years ago
Update pom.xml

542d110c9c22d06bc90345629bd1232fc39ea29d authored over 5 years ago
fix #1990 add streams support for BinaryJedisCluster (#1991)

1bfc102b3b0201e84059b9f36313aa4e65da0407 authored over 5 years ago
Add SSL support to JedisCluster (#1896)

ef4ab403f9d8fd88bd05092fea96de2e9db0bede authored almost 6 years ago
Reset shardjedis datasource (#1939)

Reset shardjedis dataSource before returned to pool

Related to #1920
As it had fixed in Jedi...

79baab46b9900f0c0d233decc7894cdcd985afef authored almost 6 years ago
Throw an exception when trying to read from a broken connection (#1923)

- When attempting to read from a broken connection, Jedis could potentially try to read some cor...

06025937f9c2db7de9dd7d3449c976d1f4568214 authored almost 6 years ago
Create Unflushed getObjectMultiBulkReply variant in Connection (#1954)

* Revert commit aacd1d77d8

Ensure that the mechanism used by subscription clients does not fl...

2504f23bdf7229fd7e10be72eafecbf75b99f70c authored almost 6 years ago
Adds MEMORY DOCTOR command (#1934)

Description:
* MEMORY DOCTOR command, https://redis.io/commands/memory-doctor

Testing:
* Ra...

d0e994bd8c9d03bf4767df4eec3bd9acbb5635e6 authored almost 6 years ago
Update commons-pool2 to version 2.6.1 (#1832)

3198e4b6281f50d2310fd09d23fc99106e253069 authored almost 6 years ago
Add Redis Streams (#1880)

421b63108f1ffcccb14bace256fe56529def70e6 authored almost 6 years ago
update SNAPSHOT version

3aeb6d4c52cb03a3e1cb07ab1bfa9f35a37debaa authored almost 6 years ago
Javadocs minor (#1948)

* Minor javadoc fixes. Added @Override to one method

* adding missing annontations to javadoc...

6ed1441ca4c5de7e66648edfeafa16854707482c authored almost 6 years ago
Add badge to javadoc

0adf62dbc1b3184cd1522e8c8dce993981a204a8 authored almost 6 years ago
update maven versions

bf212393a11e449c064947124e0f244ccfc38bff authored about 6 years ago
Merge pull request #1925 from xetorthio/update-dependencies

Update versions of dependencies

b3c804e0fc7e1cafb85ab61b8f40bf18a17eb8e5 authored about 6 years ago
[Refactor] Fix equals() methods null handling (#1927)

Description:
* avoids surprising NullPointerException, like
```
HostAndPort hp = new HostAndP...

cb038cf880cf275996b80493aa82f0b84b7ff5c4 authored about 6 years ago
Update versions of dependencies

6bd2a8c4045efbfc43500e34d79025d75af874cd authored about 6 years ago
Merge pull request #1911 from xetorthio/initPool

fix #1910 protect initPool from being called in parallel

6126d30efccb8921dcf9a03776299a504e022a3e authored about 6 years ago
update version to 3.0.1

93a2069536fc50bf0b59ce74597f80a055d916b9 authored about 6 years ago
Reset timeout to initial value (#1739)

This is apparently the most probable casue of issue that tempted the fix #1718.

3e348da5a767657e74630963a6017b64b7846330 authored about 6 years ago
update supported versions (#1917)

* update supported versions

* Add note on missing functionality in Redis 5

* add new line

cfe01e38515e97241afa466dc40e0f9a61348995 authored about 6 years ago
remove a visible synchronized to run on internal initPoolLock

ed2ed51c9b7ba42461fb6307a41a479854df8a0f authored about 6 years ago
Merge pull request #1918 from xetorthio/gkorland-dataSource-reset

Move dataSource reset before connection returned

1e536e86f892a659aca45e841cd58747f861a7a1 authored about 6 years ago
Move dataSource reset before connection returned

Move dataSource reset before connection returned to pool.
If datasource reset after the connect...

df1bffa3c77f4ede4c912f2c3e78b5c8857725e7 authored about 6 years ago
Merge pull request #1735 from sazzad16/pull-1531

Add missing methods in RedisPipeline and BinaryRedisPipeline

95aa6a9abaebb525d9dda9d400c7e83dd5475f3c authored about 6 years ago
fix #1910 protect initPool from being called in prallel

bf93d13831925833b3efa8c57a971e55c5d12393 authored about 6 years ago
update versions on README

7750a2e5834c4c43f5a01e6e1f594e8eabf8d8b7 authored about 6 years ago
set version as 3.0.0-SNAPSHOT

d23d7603ec0f6f7894637c53e3d7f083fe28f06b authored about 6 years ago
Merge pull request #1897 from xetorthio/gkorland-patch-1

Update README.md

087a9f8d3472e08b93984a279ad82c830a0028f8 authored about 6 years ago
add publish plugins

80f04682f43286883c75b539b8b7279fdc450d0f authored about 6 years ago
Bug fix in JedisCluster scan (#1902)

10b391e13590e61c2ec80e4c5522362cc7e9b646 authored about 6 years ago
Jedis.close() should call super.close() (#1730)

Because there could be something more happening in BinaryJedis.close()

de16de1032ae8a11a3cc513654354fcb64139369 authored about 6 years ago
#1867 add waitReplica in JedisCluster (#1868)

* #1867 add waitReplica in JedisCluster

* Add test for waitReplicas

* remove cluster test

3ba3154b490f59f5dabcbdee8ef4bc487b3e21ee authored about 6 years ago
CLIENT PAUSE command implementation (#1847)

* client pause command implementation

* more test for CLIENT PAUSE command

fc05550b235f70e467fac0484fdc1bf2b4a376b7 authored about 6 years ago
Protect rediscovering with double-checked locking (#1856)

https://github.com/xetorthio/jedis/issues/1854

306ba28554e0eb4cab5410d4bbda7bd5e09b9c6c authored about 6 years ago
Update README.md

ca8ad49ef835d885d895978185da31eb899e481a authored about 6 years ago
Add missing methods in RedisPipeline and BinaryRedisPipeline

027f8dab306575c1ecf6f6a9a7521254f54a0bda authored about 6 years ago
Update README with SNAPSHOT (#1893)

53194dd03bf397211566ba48a60e9f1e549c85ae authored about 6 years ago
Clean warning - add template type (byte[]) (#1869)

b7120ee559ccd225f7392cbe44fc55835a656710 authored over 6 years ago
Fix typos and add JDoc to waitReplicas (#1866)

364199bd7a696e56f6df773f6b919263e6d6edd4 authored over 6 years ago
Few typo fixes (#1848)

dddf7063aa9a4ae273ee5cfb1a497452ca609a93 authored over 6 years ago
Unset data source while closing pool resource (#1775)

This prevents exception being thrown when pooled resource is being closed multiple times.

816a958b8332944f6a4b436b01349894c06c95be authored over 6 years ago
MIGRATE multikey and filter implementation (#1748)

26e7506412ef43e6b624793bbd06b42361546ea2 authored over 6 years ago
CLIENT KILL filter/value format implementation (#1742)

432758b75511c2f9cea262193cbc6174bc7d8bc0 authored over 6 years ago
Use target node of MOVED response (#1728)

- In any case of JedisRedirectionException (including JedisMovedDataException) target node is us...

0acb7e125d3a899d503a1b78746247a28c489c21 authored over 6 years ago
add volatile for localhost (#1846)

bb7f5257abd39ae608074ebea37b570ec56222f8 authored over 6 years ago
Added support for georadius_ro, georadiusbymember_ro commands (#1841)

* Add SSL support to JedisCluster (#1550)

* Add SSL support to JedisCluster

* Remove unuse...

1b97cac0cc03077014b5b2c0b56026f02230c639 authored over 6 years ago
JedisClusterCRC16.getSlot() wraps NullPointerException (#1774)

* This is similar to SafeEncoder.encode(String).
* This helps JedisClusterCommand specially in ...

cf31202ff193a454f4f47efca281f4fbb72a45c8 authored over 6 years ago
Few typo fixes (#1827)

* Few typo fixes

* Fix more typos

* replace leave with have

c0b8ac0744f043ef5c34f2136b22554a6533ce72 authored over 6 years ago
Replace long list else-if with switch-case (#1829)

d054adb540b257d51ec82c8d1e56629a6c3eae00 authored over 6 years ago
Update some comment in Jedis.java (#1831)

* fix some comment

* fix more comment

* fix comment

* fix dont

67a59fbb9a80a35cea64be19dde5d2318a6eba11 authored over 6 years ago
cleanup jedis client move get and ping from sendCommand to specific (#1834)

methods calls

2be4717722a1ad33377b9e69b3237a2e71d34e21 authored over 6 years ago
fix package import (#1836)

6b7b46bbb509afbe98a3bd709287a71073a30850 authored over 6 years ago
RESTORE with REPLACE option implementation (#1743)

d1fb17ce3021f8bac135aef3fd306d62c877c13c authored over 6 years ago
Use close() of Pipeline/Transaction (#1732)

This is an extension of https://github.com/xetorthio/jedis/commit/3ff1c6c70f0f7fdc46776a4ec32ae9...

42b21ca42350bca5f853e83065e7028622a451f7 authored over 6 years ago
Fix: wrong list commands test case name (#1801)

44d68f13b123e147660f890073be8bf45c9e6847 authored over 6 years ago
Modify exception message while returning pool resource (#1776)

f72c86fd7fe4210f5113b6aaf18d18c062765fcf authored over 6 years ago
Remove ConnectionCloseTest (#1737)

* Remove ConnectionCloseTest

Because all the tests are already in ConnectionTest.

* Test m...

2f65d0b3dbcc62dd0d6addc3f7313494a42c6146 authored over 6 years ago
Remove unwatch() from Jedis.resetState() (#1731)

* Remove unwatch() from Jedis.resetState()

Because Client.resetState() will be doing anyway.
...

85352c3fb4cfd98a764bba8aab2666732bd47b52 authored over 6 years ago
assertEquals param order and other changes (#1729)

- assertEquals usages are changed to have expected value first and actual one later.
- In HostA...

e34bbd05bd69ebde97fe1ae8606a476d6fbdc401 authored over 6 years ago
Modify cluster related exceptions (#1770)

- Add JedisClusterOperationException. When JedisClusterException is not because of a direct resp...

df040537f47c8bf51ed66d16007c2a3f9f1bb802 authored almost 7 years ago
Remove JedisClusterCrossSlotException (#1769)

because there are no usage. These kind of errors are prevented by JedisClusterCommand.

78d4d5eb9371bcd083babfd9c6d298b05e493819 authored almost 7 years ago
Stop returning JedisConnectionException at the last attempt of recursion (#1772)

Currently, if JedisConnectionException occurs at the last attempt of recursion, it is returned i...

de4e04227d210de1bececc47da99e926ff3f4fad authored almost 7 years ago
Move package util into jedis (#1689)

In `util` package:

- Some classes contain the name `Jedis`
- Some classes are dependant on e...

85a31bafec147591ce5c74f08bfd9243ceff9193 authored almost 7 years ago
Calculate cluster slot only once for same key (#1763)

even if re-attempt happens.

Also, necessary variables are made to be final.

dfd3d824ee8daecda112fa7495f1fe9083e720fb authored almost 7 years ago
Remove unused codes from RedisOutputStream (#1762)

80d5f794e00b5dd6de1a6b5edcf6106e5b2aa524 authored almost 7 years ago
Small fixes in the Jedis and BinaryJedis classes (#1761)

5335188811cadb3a0e44618477c68738502422bd authored almost 7 years ago
Stop modifying global config (#1759)

because it can effect tests which will be executed afterwards.

fdb16fd96b63a836de72b59c73e35919f10bb069 authored almost 7 years ago
Add CONFIG REWRITE support (#1755)

772dc82286665255ad6c2eabfa7ad67178282346 authored about 7 years ago
Rename the argument key to sampleKey (#1756)

where it is not sent to Redis as an argument.

929418d582b5d654e0f43cae9dfa1c6b90d9e9eb authored about 7 years ago
Make Params.contains protected (#1754)

Note: Both overloaded addParam(s) are protected.

2410e52ec8ccd56c0a83f18a86744f6814b33fdb authored about 7 years ago
Remove inner packages of params (#1741)

- It doesn't seem necessary to have inner packages, containing 1 (may be 2) classes, inside para...

9b60c4088b221c3b566d0cdd777e045c86960642 authored about 7 years ago
Stop closing Jedis object from caller (#1727)

When there is no exception from getResource, only inner Jedis objects are closed. But if there i...

6f941debdafea6fc1a725b1dcc184e9365e49695 authored about 7 years ago
Ignore non-connected shards when closing ShardedJedis (#1726)

1e7c24c9f59e99a99ecd7006b25be162beaa7006 authored about 7 years ago
Reduce Client code redundancy by using SafeEncoder.encodeMany (#1715)

271f32a2a034377f15ce1c1d28705c9cd47e03cf authored about 7 years ago
Reduce BinaryClient code redundancy by using joinParameters (#1714)

6a8639fb133fe22fa414b7d91bb92940acdd7112 authored about 7 years ago
Reduce sleep time to resolve test failing issue (#1718)

3313195c1f52c6ad913fc82d39c98ffb37d725c7 authored about 7 years ago
Reduce code redundancy (#1705)

* Reduce code redundancy

* Safer/independent String.equals()

6c3e6d2e5752af2cd22f4fc56ae83c5282e5d4c6 authored about 7 years ago
Refactor imports (#1703)

ca4415f17aafd2d5016bee6b687cfffdf554544c authored about 7 years ago
Update commons-pool2 to version 2.4.3 (#1685)

https://issues.apache.org/jira/browse/POOL-303 is released and should fix #1158"

19772785c79d97365e3686fcded31a656962ed9f authored about 7 years ago
Remove configSet timeout in JedisCommandTestBase (#1696)

It was added in https://github.com/xetorthio/jedis/commit/cd9e17a70976a8d5093703206da4b2ab0d1bb7...

78f8ebc106b2557170b8608db3663fa518ff899f authored about 7 years ago
Modify ConnectionHandlingCommandsTest (#1695)

* Remove extending JedisCommandTestBase. This saves unnecessary setUp, tearDown.

* Provide Ho...

a87374b689c0fe92bb9368224524ba39a0eb3e43 authored about 7 years ago
getRaw should return raw (#1697)

204c59c13a1cd0de09665ac5cdaa5b3c9f907329 authored about 7 years ago
Remove wrong method from Client.java (#1698)

moduleLoad implementation is wrong. Moreover, proper one is already in BinaryClient.

5e68fbf48f42e033fe3ccec14d80a54842b0f859 authored about 7 years ago
Reuse SafeEncoder.encodeMany in Client.java (#1699)

49a5070321cb019bef64bbced46418678801b0d3 authored about 7 years ago
Change return type of sendCommand to void (#1700)

67070c9883b2481f2d48aa03f435cf4bfdba1f87 authored about 7 years ago
Modify SSLJedisTest (#1701)

* Remove extending JedisCommandTestBase in SSLJedisTest

* Use ping for test connection in SSL...

eb0b3645ff5ea5d7e31aa156d6f92917e8efdc6c authored about 7 years ago
Remove replacing global variable (#1702)

82dd0829b5967a3d028ac0d93b2716f5adc13561 authored about 7 years ago
Add infinity reading tests (#1704)

1ee5d017ead8f7bcf1e2f6654490f48874bd82c6 authored about 7 years ago
Fix javadoc typo (#1690)

6705ae5ec33524e26c5e84006406c7789fd96a1a authored about 7 years ago
Update Sharded.java (#1287)

Using "shard name" that should be nothing to do with "weight"

b90cfd6e9d7d376e316f60b96cf1778a0c84de33 authored about 7 years ago
Add dump and restore into JedisCluster (#1686)

* Add dump and restore into JedisCluster

* (fixup) Add dump and restore for other all

76ef600c1c8929a75709f39e4f634820167e10ab authored about 7 years ago
Modify BitOp (#1680)

10b61f097487200dbc4f3d08b9834054801fd6f0 authored about 7 years ago
Removed BinaryClient methods having both byte_array and String as params. (#1676)

This does not go along with current project design. Moreover, these methods are not used anywhere.

ce0195eb76ab011b6c47da5f496910370c8be16c authored about 7 years ago
Kept only one Set<Tuple> builder. (#1678)

As Tuple supports both byte[] and String at once, there is no need to have two separate TUPLE_ZS...

7ce99325c0eb28133f4d75f9d50d9876bd780ffd authored about 7 years ago
ListPosition is renamed and moved out from BinaryClient. (#1646)

05325b21dc8144b9b825f89bee024d7b283b4d47 authored about 7 years ago
ClusterReset is renamed and moved out from JedisCluster. (#1647)

d05290da0ed62db680a1d0dfeb246f50f6f3254a authored about 7 years ago
Implemented variadic version of HSET. (#1622)

As of Redis 4.0.0, HSET is variadic and can act as both HSET and HMSET.

8649a39d7d7a6859ebcd8c29ed5615ea5c3da5fd authored about 7 years ago