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

Fixing squid S1168 Collections should return empty list instead of null jedis class part 2 (#1309)

63079a2f18c9d0e45bc478e7ed5c3739429abf2c authored over 8 years ago
Fixin squid S1168 Empty arrays and collections should not return null jedis class part 3 (#1310)

2895292786792caca0430bcd40fdeb4ddccb4efe authored over 8 years ago
Fixing squid: S1168 Empty arrays and collection should not return null jedis class part 4 (#1311)

80575edc2f37a731d7942aa17666bca4150c0cf0 authored over 8 years ago
Fixing squid: S1168 Empty collections and empty arrays should not return null jedis class part 5 final (#1312)

549fc68e4920395b1f4f4411d37911e22d9a5424 authored over 8 years ago
Fixing squid S1168 Return an empty collection instead of null Part 2 (#1301)

* Fixing squid S1168 Return an empty collection instead of null Part 2

* Fixing test assertNull

08c9c07f0f9286a6932dda8616642fcf53ca325c authored over 8 years ago
Fixing squid S1168 Empty arrays and collections should be returned instead of null- part 1 (#1299)

* Fixing squid S1168 Empty arrays and collections should be returned instead of null part 1

*...

42d66829a12d28b7063fc960fb5bd43f9298a67c authored over 8 years ago
Fixing squid: S1192 String literals should not be duplicated (#1300)

76d2402bff522013cba4e71266d7479b2ad09c9f authored over 8 years ago
Add support to set password in JedisCluster (#1269)

* Remove unnecessary cluster node

* Add support to set password in JedisCluster

Fixes #124...

6a9359f134b0377c4dc77b91ae2f8d7e187b12aa authored over 8 years ago
Add support for new Redis loadable module system (#1278)

* Add support for new Redis loadable module system
* Fix redis install
* Clone and build path
...

b03d4231f4412c67063e356a7c3acf9bb7e62534 authored over 8 years ago
Allow to send Infinite double values either as max or min (#1273)

* Allow to send Infinite double values either as max or min

Fixes #1264 and fixes #1271

* ...

f19aa6808017184bfb71e7cff269269068bf8978 authored over 8 years ago
Implement fix in JedisPubSub to support PING/PONG during subscription. (#1281)

211158bdca120233bcc14f69d0aa09c773b203a5 authored over 8 years ago
Install redis from unstable branch

76e4610ed5ac9746242641fefa84ebf87a206950 authored over 8 years ago
workaround to Travis OpenJDK 6/7 buffer overflow issue (#1265)

* https://github.com/travis-ci/travis-ci/issues/5227

a63988d6d1b811d6c1f4882e0fb9e76cc2cd1c19 authored almost 9 years ago
Fix bug in cluster psubscribe call

Fixes #1258

8969566d0926bdd2ef438e8c9ba6e8e196f7ba7d authored almost 9 years ago
Cleanup cache state from failed attempts of cluster discovering

b79d068c70a1f617f71b3eea0696aa196da9fc91 authored almost 9 years ago
Issue #1248: Avoid queueing multiple cluster discovers of the same type

e85a9e4f4b49815e9a4a32005a223d1a13ad1b6d authored almost 9 years ago
Intoduce dedicated excpetion for Redis error "busy"

* Introduce JedisRedisBusyException

* Add test for JedisRedisBusyException in case of redis e...

8f62c4c3c2c8a5aa27c631800f1cd1e66b9687da authored almost 9 years ago
Merge pull request #1240 from roblg/no-seed-nodes-in-node-list

Attempted fix for #1229 - multiple entries in node list for same host

21fded3823c824911c0d199532e62540e1c31a1b authored almost 9 years ago
Attempted fix for #1229 - multiple entries in node list for same host

7366fc100708f536c5f40d4b2ac721d16d365e51 authored almost 9 years ago
Merge pull request #1237 from xetorthio/pool_exception

Don't return JedisConnectionException if pool is exahusted

833308cca27a3170ec9ff591a0dc8ec5b6a9da7c authored almost 9 years ago
Don't return JedisConnectionException if pool is exahusted

Fixes #1236

37759d1a956f5dcb95adb5c326bc9e75edbd8f6c authored almost 9 years ago
Merge pull request #1227 from xetorthio/binary_scan_commands

Add support to *scan parameters to ShardedJedis and JedisCluster

722eabb01ee0dd0520dcb16cae7a0f30ffcc5d50 authored almost 9 years ago
Add support to *scan parameters to ShardedJedis and JedisCluster

Fixes #1225

ad855e65c6cedd4d6b2ea495aa959ad758ed10eb authored almost 9 years ago
Add issue template

cda20b1641e0ab96fa1f47e6583e611481bf636b authored almost 9 years ago
Merge pull request #1218 from tuutep01/jediscluster-psubscribe-fix

Fixes JedisCluster.psubscribe() to call the correct psubscribe method.

98dfe7e6b2c2d098a216c1bd60cf9deaa83098ef authored almost 9 years ago
Fixes JedisCluster.psubscribe() to call the correct psubscribe method.

17213b9c352ff8d1bd6042405ccdc96393b279ba authored almost 9 years ago
Merge pull request #1209 from GotoFinal/master

Bump commons-pool2 to latest version

d3b07f2c4fcc7a86781e885f0b502fe47af8423d authored almost 9 years ago
Merge pull request #1207 from DevFactory/release/The-members-of-an-interface-declaration-or-class-should-appear-in-a-pre-defined-order-fix-1

squid:S1213 - The members of an interface declaration or class should…

9c7dea7038cfb231680d98a09b1f66ab3d391a1b authored almost 9 years ago
Merge pull request #1205 from DevFactory/release/Utility-classes-should-not-have-public-constructors-fix-1

squid:S1118 - Utility classes should not have public constructors

5765391b62ddd3ccceddef50fcb6e4e09338923f authored almost 9 years ago
Merge pull request #1204 from charsyam/feature/using_cluster_slots

using cluster slots instead of cluster nodes

76b14b435624221c99d56279dbdddc6782139d50 authored almost 9 years ago
using cluster slots instead of cluster nodes

apply reviews

bbce085f895c62e6b01f53acab97e4e1ae64289f authored almost 9 years ago
Bump commons-pool2 to latest version

02f7551609c7e28f7a1cf20b2510df043ec6138a authored almost 9 years ago
squid:S1213 - The members of an interface declaration or class should

appear in a pre-defined order.

9a201c9bb9015306c12f76f35d84f85758773672 authored about 9 years ago
squid:S1118 - Utility classes should not have public constructors

03b74ae244d19ae00b2f08a72657e668cbe7c179 authored about 9 years ago
Merge pull request #1202 from DevFactory/staging/Array-designators-should-be-on-the-type,-not-the-variable-fix-1

squid:S1197 - Array designators [] should be on the type, not the var…

95dd9a5e7399aa3c8ddfb3ce7147e439d1130cdb authored about 9 years ago
Merge pull request #1203 from DevFactory/release/Collection.isEmpty()-should-be-used-to-test-for-emptiness-fix-1

squid:S1155 - Collection.isEmpty() should be used to test for emptiness

82d5aab9efd07b1d1fbf9748a588b0128d4c239d authored about 9 years ago
Fix stunnel URL

08279e03df4bffaa57d90e71a222f69c5f467e8c authored about 9 years ago
squid:S1197 - Array designators [] should be on the type, not the variable

fb9db1708bda6efff7a594edfdfb92397165f6f8 authored about 9 years ago
squid:S1155 - Collection.isEmpty() should be used to test for emptiness

ac9a31feb693bea438f6730f82afcf3ad4a621a9 authored about 9 years ago
Merge pull request #1199 from TruSphere/uncommment_java7_ssl_tls_tests

Uncommented Java 7 dependent tests for SSL/TLS support.

d2b92b7086c3708bfc97831c25a104da7d36883a authored about 9 years ago
Uncommented Java 7 dependent tests for SSL/TLS support.

b3297f34f1176a44a0a47ffda766924847b1213d authored about 9 years ago
Remove JDK6 tests as it won't be supported from 3.0 onwards

48af512ef5a5243aa3af1933136ed8d38f9bcd5e authored about 9 years ago
Merge pull request #1192 from marcosnils/TruSphere-ssl_tls_support

Tru sphere ssl tls support

c947e708dfdebc87f965d5f2d4ba4c43780a56e7 authored about 9 years ago
Update README.md

Point to latest version.

53ee19283fc795ec14a4e19398ff6e4993c67464 authored about 9 years ago
Install stunnel from source

e88f1af52e446e7c97a8cc292c3339f918e4b515 authored about 9 years ago
Merge pull request #3 from TruSphere/ssl_tls_support_with_tests

trSsl tls support with tests

ee448147eddbbc70fe7cce4d2f755c8e8be7bfef authored about 9 years ago
Modified tests so they compile with Java 6. Commented out the tests that require Java 7.

556f5b0d366a0abea56cf459507d10fd53b5f532 authored about 9 years ago
Merge pull request #2 from TruSphere/ssl_tls_support_with_tests

Ssl tls support with tests

5f17733562d7a27c44dbc00041c43bd5e82c8aa6 authored about 9 years ago
Merge pull request #1178 from serge-groshev/master

Fix connection leak in JedisSlotBasedConnectionHandler

0f9c7544fde9417d892e9f7ddf1a7ce66f8a6d6c authored about 9 years ago
Update JedisSlotBasedConnectionHandler.java

returnBrokenResource() -> close()

3e595a4c37e1935407055ed903ccc471f9f8712f authored about 9 years ago
Fixed issue that causes tests to hang.

080d3e6aa60d72cbaf6448f47cca6545b2fad947 authored about 9 years ago
Fixed issue that causes tests to hang.

059150830bbc8f7cf41f52d58c7520b4df8af926 authored about 9 years ago
Merge pull request #1 from TruSphere/ssl_tls_support_with_tests

Integration tests for SSL/TLS with failure mode tests for hostname ve…

f6ba7ecd59b69fa6d81ca0590102ff023f286d2c authored about 9 years ago
Integration tests for SSL/TLS with failure mode tests for hostname verification and certificate trust verification.

ffe772c21df691fa52c6e73d5bb36d53e00c4fe2 authored about 9 years ago
Add SSL testing

30b2effd1a75c28b68e888ac2551fc6c9a79b437 authored about 9 years ago
Merge pull request #1188 from zts1993/master

fix zrevrangeByLex in BinaryJedisCluster

dcf3833b3be2415c729d6699692c83d0475e3d23 authored about 9 years ago
fix zrevrangeByLex in BinaryJedisCluster

bd79617dcf4a6de30069484736cb556705d1ca8f authored about 9 years ago
Let SetFromList implements Serializable (closes #1179)

472c863b70dd013280b86ec4ffd87744607d99c2 authored about 9 years ago
Merge pull request #1181 from OgmaJ/feature/documentation

Feature documentation:

9701e1de65e079016aafcf31a0204f20d4e3fdf3 authored about 9 years ago
Feature documentation:

* Adding documentation for BasicCommands file.

4d10a397d6f6e66328fe8077c3d5d8868b330caa authored about 9 years ago
Update JedisSlotBasedConnectionHandler.java

040de3fadf1ced5f6bbb3a32f1529b6f09a3cea1 authored about 9 years ago
Support for ssl/tls using defaults or user specified SSLSocketFactory, SSLParameters, and HostnameVerifier.

1fb08dbef8a3935ac095963e2dc6d92c2230214c authored about 9 years ago
Merge pull request #1140 from tgyurci/sentinel-exception

Log original exception at sentinel lost

1ae8379816ef020420b07ee802cc0c38e177c9d7 authored over 9 years ago
Log original exception at sentinel lost

02ee213b11c3395ddc1b87883b6aafa0134ac7a9 authored over 9 years ago
Merge pull request #1106 from HeartSaVioR/support-geo-commands

Support geo commands

f84ab56604798e8ad2f059f31a007509a0dfb77e authored over 9 years ago
Merge pull request #1127 from mjtieman/Issue-1126

Issue-1126: Make HostAndPort implement Serializable

306c534558a0a06a97fa2c28dc112aa9e13c2c21 authored over 9 years ago
Issue-1126: HostAndPort implement Serializable

b6d9441971fcaa499b0b8d7ac98d488830ba443e authored over 9 years ago
Merge pull request #1115 from ricardorames/master

Add constructors in JedisCluster for just one node

50e8d346096a4963eae6622882a78e23ed5ab9ee authored over 9 years ago
Adding some tests for new constructors.

117192a0ac7ac718e368c80c031a4a291dcd43ba authored over 9 years ago
Add constructors in JedisCluster for just one host and port since there is auto discovery on JedisCluster.

82dd726a15db6f20f06f7b85bb523f68e05d9615 authored over 9 years ago
Merge pull request #1111 from KengoTODA/add-missing-annotation

add missing Override annotation

f9f8a133abf5d47b122426de910adcb19161c0b9 authored over 9 years ago
add missing Override annotation

133a45107bd5177bd6b41aa5e75a2cb69771ef94 authored over 9 years ago
fix formatting

3facce5fe6060df56a7fbf0153ae92001b73c511 authored over 9 years ago
support geo commands

* geoadd, geodist, geohash, geopos, georadius, georadiusbymember
* implementations matrix (2 * 3...

5010bcca487a8d4d53ec2172c165da55901b20b4 authored over 9 years ago
Merge pull request #1105 from xetorthio/makeobject_socketleak_fix

Fix socket leak on makeObject.

fe6f3494382a68d1b5b3b75a421e2c7425c585a7 authored over 9 years ago
Fix socket leak on makeObject.

Close Jedis connection if error is raised when trying to initialize
a connection in JedisFactory...

16bda8c9fb0576b020bcd660a98360481228d93c authored over 9 years ago
Merge branch 'removeStringKeyOnBinaryJedis' of https://github.com/taer/jedis into taer-removeStringKeyOnBinaryJedis

Conflicts:
src/main/java/redis/clients/jedis/BinaryJedis.java

8747d28eaa4422269c2fcdfd50032249f1855b91 authored over 9 years ago
Merge pull request #1080 from HeartSaVioR/improve-error-handling-from-sentinelpool-initialization

Handles JedisException from JedisSentinelPool.initSentinels() (Closes #1036)

1e5e10c3589b5b283fec4d299c945b45e31df77e authored over 9 years ago
Merge pull request #1091 from Alwayswithme/cleanup-code

remove unnecessary keyword

a6427e8444bcedc85be23c70ebb832fbf7fbae97 authored over 9 years ago
remove unnecessary keyword

adb1f27a6400c094571843016491192144008c8a authored over 9 years ago
Merge pull request #1090 from be-hase/improve-handling-move-redirection

Fix logic of refreshing slot table when MOVED redirection occurred.

3923ae119f08688448d1c9ad755e5cebc3095069 authored over 9 years ago
fix refresh slot table logic.

8e3ae49be5567f00db8b28c7794e49f3c3119af0 authored over 9 years ago
remove @Deprecated from exists()

* Currently command with variodic keys requires two methods
** which one is for single, other on...

4e711b5dde2a4974986accba22279363e6588551 authored over 9 years ago
Merge branch 'feature/exists' of https://github.com/charsyam/jedis into charsyam-feature/exists

Conflicts:
src/main/java/redis/clients/jedis/BinaryJedis.java
src/main/java/redis/clients/jedi...

dedc8d1936669c82c98cce415402bb15b78bc4cf authored over 9 years ago
Merge pull request #1083 from HeartSaVioR/support-new-zadd-options-3.0.2

Support new ZADD options introduced at Redis 3.0.2

9e95ce1ef1f05cfc8d4bcdf5fdb03f891a1cf5ac authored over 9 years ago
Merge branch 'master' into support-new-zadd-options-3.0.2

Conflicts:
src/main/java/redis/clients/jedis/JedisCluster.java

6cff58123292c1f1c18d1c7f6b7c3624ca0336bc authored over 9 years ago
Merge pull request #1085 from xetorthio/commands_refactor

Move commands interfaces to a new package

f5444b90a5f65caca1cd93d1e25438a0b98305ed authored over 9 years ago
rename zaddBinary to zadd

129ed2f4540e73bd3abc9f733abba68c509202e5 authored over 9 years ago
Move commands interfaces to a new package

Signed-off-by: Marcos Lilljedahl <[email protected]>

6c3dde45e8cbd0c1fa73072fad7610275afc6240 authored over 9 years ago
fix formatting to javadoc for ZIncrByParams

428a1f31c48de174b8b7964adc5509ff689d12a4 authored over 9 years ago
add javadoc to ZIncrByParams

* that it requires Redis 3.0.2 and onwards
* also fix formatting

4c9bd8bbceb7cd053eb9599d7aeb217aba475c4d authored over 9 years ago
support new ZADD options introduced at Redis 3.0.2

* Please refer http://redis.io/commands/zadd for more details
* You can see its functionalities ...

cd31f886c032a109477da27328f230c54e4a573f authored over 9 years ago
Merge pull request #1079 from tgyurci/close-exception

Remove unused IOException thrown declaration from close()

a196d3e86e4dd686d4295e40233c42b2bb8d5cb0 authored over 9 years ago
Merge branch 'set-with-params' of https://github.com/nykolaslima/jedis into nykolaslima-set-with-params

Conflicts:
src/main/java/redis/clients/jedis/BinaryClient.java
src/main/java/redis/clients/jed...

e789fdbdc021421746e145bbebc8587be3393407 authored over 9 years ago
Handles JedisException from JedisSentinelPool.initSentinels()

74258f0acae4952153fffbe40cfded3f18c48a78 authored over 9 years ago
Remove unused IOException thrown declaration from close()

eac04b979371ff8f7a8c8b10a2c8530b73d6baa0 authored over 9 years ago
Merge pull request #1077 from xetorthio/override_annotation

Add @Override annotation to missing methods

adeec7e1accac9e0f73da70fe5ee3ddfb5e980c5 authored over 9 years ago
Apply formatting

Signed-off-by: Marcos Lilljedahl <[email protected]>

14533a303c870373c5085bc286f5305141a23b9a authored over 9 years ago
Add @Override annotation to missing methods

Fixes #1075.

Signed-off-by: Marcos Lilljedahl <[email protected]>

32e00ee6610e703a38a92463e5c34b34ac485122 authored over 9 years ago
Merge pull request #1074 from xetorthio/hincrybyfloat_interface

Add hincrByFloat to JedisCommands interface.

12871586fe8d9e2da2fc0d1f45f0b9896be3dd0e authored over 9 years ago