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

Test case for checking if Pool gets applied to Cluster pools added to JedisClusterTest.java

6c68624ada8cec8f724ba16d05b546a93e4f7189 authored almost 11 years ago
Merging upstream

924f27919ec8d90568b368cfa3285041e5b32b47 authored almost 11 years ago
Merge pull request #601 from HeartSaVioR/master

Reflect recent version to maven dependency explain

e7bc4f5d65ad06f51fe64d826c60697f1fb4b230 authored almost 11 years ago
Reflect recent version to maven dependency explain

d7f88789eacd27b50ab01de0d26caaf3b4edc843 authored almost 11 years ago
Indent fix

5d3600485fbdf9029579c799c104c9604f5d76d3 authored almost 11 years ago
Fixed #595:

The byte version of pipeline.getrange should returns byte[] instead of Long.

TESTED:
export TES...

1fd5b575756fa2bb96c275fe379b9bf3e2f68adc authored almost 11 years ago
Add "closeable" unit tests to JedisSentinelPool, ShardedJedisPoolTest

c0697cd6d7cb8579d6a476c9cfc1e40c61e58667 authored almost 11 years ago
Merge branch 'closeable' of https://github.com/hgschmie/jedis into pool-closeable-support

28fdd60f987d926537a3556d61d2251751d5b4be authored almost 11 years ago
[maven-release-plugin] prepare for next development iteration

bcd40b4e34d367cdbcc35c66bd210283f0608ee0 authored almost 11 years ago
[maven-release-plugin] prepare release jedis-2.4.2

70fa35f3ba13b90d74cf98095e7525d10e1cf80a authored almost 11 years ago
revert back version

d00e8b6444b6e4d79e8d0efa2fb20cd0fc915e69 authored almost 11 years ago
[maven-release-plugin] prepare for next development iteration

ec03c0940e9a40e31ecce2b6912822c8f2bec64d authored almost 11 years ago
[maven-release-plugin] prepare release jedis-2.4.2

e449923ec01846e7063a3ad468ab5d63fba8709b authored almost 11 years ago
Merge pull request #549 from HeartSaVioR/make_multi_in_pipeline_and_sync_work_smoothly

Fix multi in Pipeline and sync() - JedisDataException (fixes #547)

12ab600dee7226af2116b99663e000199c837981 authored almost 11 years ago
Merge pull request #587 from xetorthio/null-check

add a number of null check to return methods.

0c16cbde8bf8d1cf466f685f97936ce6851f2427 authored almost 11 years ago
Add tests to check returning null to pool

62b98a3e633434e4f635d4ef1ca0076d4404df42 authored almost 11 years ago
Merge branch 'null-check' of github.com:hgschmie/jedis into null-check

f35567cc9f81d57ba1eb452d94f63d75b8473aa1 authored almost 11 years ago
Remove deprecated pexpire(key, int) methods

92f6785a5836670005923ad597ff715c579643d7 authored almost 11 years ago
Accept long parameter for pexpire

e7285ade5c10a74e15680158bcfd60ffbad83f06 authored almost 11 years ago
Change method naming : ScanResult.getBinaryCursor to ScanResult.getCursorAsBytes

e1f50b5fae9288a8327e8a9238481eee9405dfc6 authored almost 11 years ago
Change ScanResult's cursor type to byte[]

* It's less probabilities to conversion with byte[] <-> ?

d9813a09dca3343c00991e7160801dc0f27b595a authored almost 11 years ago
Expose *SCAN commands to BinaryJedis

* method signatures are a bit similar to Jedis's *SCAN
** but it takes parameters to byte[] inst...

0cd32a61037eaaef58b7f6a64b38b0f408b5505b authored almost 11 years ago
Merge JedisSlotBasedConnectionGuaranteedConnectionHandler to JedisSlotBasedConnectionHandler

4e78b811be01b3b859433fa173c2e7ba305518bc authored almost 11 years ago
Merge branch 'fix-jedis-cluster-failover-to-slave' of https://github.com/HeartSaVioR/jedis into HeartSaVioR-fix-jedis-cluster-failover-to-slave

b5fe10729bb3b8823bc4a2ad608a66c7b450cc89 authored almost 11 years ago
add a returnBrokenResource method, this way we can throw away broken ShardedJedis objects (e.g. due to timeouts on one shard)

b2eb5d6d1c1e15c32bb702bf60b638044f79e510 authored almost 11 years ago
add a number of null check to return methods.

This allows calling these methods on error cleanup paths without having
to surround them with if...

46eef9530b4a6f493ed1ab1e677213467461bfbe authored almost 11 years ago
Add Closeable to JedisPool.

This allows JedisPool instances to also participate in try-with-resources.

Adds tests (both for...

dc054268fa158600806ce3d38185e670369d2a18 authored almost 11 years ago
Fix bug in JedisCluster del command. Fix #568

ddb1870a5f6781f909d9cd803bc0ac17e8846457 authored almost 11 years ago
CLUSTERDOWN : JedisClusterException

fcea0fe0feca0d2b4160a377ecf79c90c9dcda7d authored almost 11 years ago
Make Jedis Cluster more likely to antirez's redis-rb-cluster

JedisClusterCommand

* improvements on connection error handling
** if based on slot connection ...

882d662470351d08d106006821c837d76b5ddaac authored almost 11 years ago
Implements Closeable to Pooled Jedis & ShardedJedis

* Implement Closeable from Jedis, ShardedJedis with Pooled
** resources from JedisPool, JedisSen...

670e019a8958acfecf9a2f7932cdf1ef58bcb0ed authored almost 11 years ago
Merge pull request #554 from xetorthio/jediscluster_multithread

Make JedisCluster multihread by improving connection handling

e9cf469200daa7bc759382969eae7e6af115891c authored almost 11 years ago
Make JedisClusterCRC16 multi-thread

756113821f2599e72bfece457094bc51a1fcc7c2 authored almost 11 years ago
Remove unnecessary connection allocation

3f8507a1171cb3b048c1fa72be3eb1c3bec15a36 authored almost 11 years ago
fix #553 : Overloading JedisCluster constructor to include poolConfig to be used internally for all JedisPool classes

db765227dffbc8ddd983dd8ad42b99e9096a3654 authored almost 11 years ago
Merge with master

756dc8deec98cd4cae6dfa512e9371cc5a9fe4a7 authored almost 11 years ago
Make JedisCluster multihread by improving connection handling

e4de67048eac13e67f3fa683d7360a400d882f1f authored almost 11 years ago
[maven-release-plugin] prepare for next development iteration

bfa4a80b0141fcb2370b6677d078c2241e68e15f authored almost 11 years ago
[maven-release-plugin] prepare release jedis-2.4.1

89ccd8dfdd12c3884a4bc31b98c9f753d4e34a0f authored almost 11 years ago
It is better to point everything to localhost and we just make sure

there is not redis running on port 1234 when renning the tests.

b7d551149a972f98fa51daad64a6bd9956d0d7c2 authored almost 11 years ago
Merge pull request #546 from HeartSaVioR/sentinel_unit_test_revised

Sentinel unit test revised (use "sentinel failover", take care of "-failover-abort", etc)

8ac9bd612c430c1e550af0968b30990318692079 authored almost 11 years ago
Merge pull request #551 from mayankdang/master

Fix #550 : Removed redundant call to connectionPool.getResource()

752305a60ab5f12e03004328670f1991852658dd authored almost 11 years ago
Fix #550 : Removed redundant call to connectionPool.getResource() in method getConnectionFromSlot(int slot) in class JedisSlotBasedConnectionHandler

c4fb2b4adca709ad27e5e11fdc8488dd4dbd1658 authored almost 11 years ago
Set dependency to Response when multi in pipeline and build dependency

first if Response's dependency found and not built

* there's some dependency with exec response ...

68ee4e49d061ad66352e146612c2ab9bdc0fd566 authored almost 11 years ago
Shift Redis/Sentinel instances to remove unused index

* Redis instances : 6, 7, 8 -> 5, 6, 7
* Sentinel instances : 4 -> 3

05d63bbda46e4834022b10c75c71602ca2ffb1a9 authored almost 11 years ago
set sentinel failover-timeout longer (120000 ms)

* failover-timeout 60000 (ms) always success with local machine
** but sometimes failed with Tra...

ef95688701526b0b54a7d0d5dc8f1470ea5ed4bb authored almost 11 years ago
Modify method sequence : public -> private

cee792dbfb92f6371de036e1afee56e651a9c25a authored almost 11 years ago
Clean up JedisSentinelTestUtil

* remove all unused methods
* move JedisSentinelPoolTest.waitForJedisSentinelPoolRecognizeNewMas...

57b17dcc7114e3b6788a9332a0a1127cbcf793ba authored almost 11 years ago
Revert "Clean up JedisSentinelTestUtil"

This reverts commit a3862bc2dd96805b85d2a99ed03e5d76c615e1d9.

d937b48f9093b9e0bfa85eadc595c4e542c95d17 authored almost 11 years ago
Clean up JedisSentinelTestUtil

* remove all unused methods
* move JedisSentinelPoolTest.waitForJedisSentinelPoolRecognizeNewMas...

a3862bc2dd96805b85d2a99ed03e5d76c615e1d9 authored almost 11 years ago
Let JedisSentinelPoolTest recognizes "aborted failover" and fail fast

* let unit test fail if -failover-abort-* message is produced while waiting to failover
** waiti...

0909811538d91b0fd6d88da08012f3026645d8f3 authored almost 11 years ago
Use "sentinel failover" to force failover

* Use "sentinel failover" to force failover
** faster than kill redis instances
* set failover t...

d2e073b2f236724a5f051ae8b1ad430518bfce1b authored almost 11 years ago
Improve Jedis Cluster tests and cleanup son they run much faster and reliable

b2fa6b6c405db7cb0a27167524e21f541fa79b47 authored almost 11 years ago
Improve JedsClusterTest setup speed

1d0290d000cb0fcb2ef1ac9e01cd7588da53d589 authored almost 11 years ago
Makes sentinel tests more reliable by reducing the time it takes to mark

master as odown.

1f7d1fda0001e35a945299dcdf574ccf60fcba28 authored almost 11 years ago
Add travis build status

072232038f8466680b68f732461e0f84a35edb05 authored almost 11 years ago
Merge pull request #544 from ibuildthecloud/travis-ci

Add support for Travis CI

b0648f78e8c43ce5c68ae037554e52182ea7357f authored almost 11 years ago
Add support for Travis CI

7dc03cea1deac6082a38809828244676bb5c3961 authored almost 11 years ago
Remove Unit test related to @Deprecated TransactionBlock and

PipelineBlock

* missed a spot... removed

3ebc25e9045d0945a567c0c43f33d1f949362c49 authored almost 11 years ago
Remove @Deprecated TransactionBlock and PipelineBlock

* remove all @Deprecated methods and classes about TransactionBlock and PipelineBlock

ff6b26ee605558b2cd1c730fb0de38a2b79ec76b authored almost 11 years ago
[maven-release-plugin] prepare for next development iteration

8d79bdef264fe88af870cf37f6468aec8ab4e120 authored almost 11 years ago
[maven-release-plugin] prepare release jedis-2.4.0

9530eedf4d0a48cd5ce886f4339a56925c6bdfeb authored almost 11 years ago
Merge pull request #541 from xetorthio/jedis_cluster_hashtag

Add support for redis cluster hashtags

c84039c367fe43d0798007b41a2e5c8594d3162f authored almost 11 years ago
Remove unnecessary lines

76814b56a1df1cc4b7d26c9f9486191a6ebd7562 authored almost 11 years ago
Add support for redis cluster hashtags

ba9989e64c7d9610f4fc1a53c0a67d996a0bd85b authored almost 11 years ago
Fix ClusterCommandTest AfterClass handling as it may leave the cluster inconsistent

adc9cb215ae466d4252e322b6a83359d9a962477 authored almost 11 years ago
Merge pull request #540 from xetorthio/closeable-support

Closeable support

ce3e76f246f2ea82180d70c03fd8a21cf055020e authored almost 11 years ago
Add unit tests to Closeable

fcef705a6ca347593deb2f605625a2960c29a7da authored almost 11 years ago
Merge branch 'master' of github.com:hgschmie/jedis into hgschmie-master

79f1dcb92bc61d0dd0fa6f2c80b3dbddc09249d3 authored almost 11 years ago
Merge branch 'introduce-new-sentinel-commands-added-to-Redis-2.8' of github.com:HeartSaVioR/jedis into HeartSaVioR-introduce-new-sentinel-commands-added-to-Redis-2.8

ba767cc5d4b46e67366219926a1f2fe3607f3d9c authored almost 11 years ago
Merge branch 'master' into HeartSaVioR-unsigned_long_cursor_with_compatibility

bd364c6f70dac4ca2879afe93e36bdf5824ca62d authored almost 11 years ago
Fix redis leak when testing

e271acb79cb6f9bc562f71d21a4e1c9b87d01083 authored almost 11 years ago
Merge branch 'unsigned_long_cursor_with_compatibility' of github.com:HeartSaVioR/jedis into HeartSaVioR-unsigned_long_cursor_with_compatibility

3bca5d8460c3ab6b7e21734eea2cb8661f0354e8 authored almost 11 years ago
Merge pull request #537 from HeartSaVioR/deprecated_transactionblock_and_pipelineblock

Mark @Duplicated to TransactionBlock and PipelineBlock related classes / methods

9776bbb4f871229495ecb2fe6dcb91e052fc97fc authored almost 11 years ago
version bump

d8ec0f8a5c50eb21e93211dd7616bfc6ec87636d authored almost 11 years ago
Merge pull request #539 from xetorthio/cluster_bugfix

Fix test to make jedis work with latest git master version of redis

08ed0006e8d4eec450199264e8376ea4dac8951d authored almost 11 years ago
Fix test to make jedis work with latest git master version of redis

e59e4a0d2a9758e34589babf3533c890dac3f6cb authored about 11 years ago
Merge pull request #528 from jideji/eval-with-nested-lists-and-longs

Eval with nested lists and longs

dbae54460214779457960dedabe9f1c66c59ebde authored about 11 years ago
Mark @Duplicated to TransactionBlock and PipelineBlock related classes /

methods

1ed231cf159d375cb60bea21420f359e3ff41f5e authored about 11 years ago
Remove all @Deprecated things about *scan

* remove all @Deprecated methods about *scan
* rename ScanResult.getStringCursor() to ScanResult...

0aacd48c814fcbf110ab41bfbc4703463e221c7f authored about 11 years ago
Introduce *scan with "string" cursor parameter to support unsigned long

cursor

* overload all *scan method to change "int" cursor to "string" cursor
* set @Deprecated a...

ed81f37d1b2684ec50e80ad1d73bc5fb0d5109b0 authored about 11 years ago
Simplified unit test for compatibility with JDK6.

f81f75177c4387eb9d2265f84bce91ad156e1550 authored about 11 years ago
Implement Closeable for Jedis, BinaryJedis etc.

This allows a Jedis object to participate in try-with-resources when
using Java 7+. This change ...

7449619fcaebb9cd669e491d578fc1c1099b05fb authored about 11 years ago
Merge branch 'master' into eval-with-nested-lists-and-longs

Conflicts:
src/main/java/redis/clients/jedis/Jedis.java
src/test/java/redis/clients/jedis/test...

40c8a93340fd368fc33c6e4e40640f7b16210627 authored about 11 years ago
[maven-release-plugin] prepare for next development iteration

51a4bf9a56e074a44a3e5828181de3d6b98e46a9 authored about 11 years ago
[maven-release-plugin] prepare release jedis-2.3.1

f7f689efaf55632830f7b6136d924efe8846d584 authored about 11 years ago
Update README to indicate that redis 2.8.5 is supported

75bc7542278b2e2b8e267f47d1aad9b75c13c2a2 authored about 11 years ago
Revert "Update README on supported redis version"

This reverts commit b35e1f94823841cc5f459ebf2c53502a02d83bd5.

28e7d2af10e8468b5e1be9fef9b7e9943f9ff193 authored about 11 years ago
Merge pull request #527 from xetorthio/node_parsing

Fix #526. Node parsing error uppon :0

179498d4a31969ae5ba12a2e33229a0c73bf1f9f authored about 11 years ago
Update README on supported redis version

b35e1f94823841cc5f459ebf2c53502a02d83bd5 authored about 11 years ago
Add exception handling in caso of unexecpected errors

a69dd4e2429b86dc901dea63b84a509387d27a45 authored about 11 years ago
Fix #526. Node parsing error uppon :0

d846149ae16739b55cc891eba1f2455a4acc28c3 authored about 11 years ago
Apply "Java Convention" to met Jedis's preferred source code Convention

a5363582a6831cca4ec00f2428222cbeffb088d1 authored about 11 years ago
Apply "Java Convention" to met Jedis's preferred source code Convention

dd62e360fa714c6c93722f362772a71179a0ddda authored about 11 years ago
Add unit test for "sentinel set quorum" introduced by Redis 2.8.5

13f0c32f7cbccc12cd00eb42dd1551d001eebcd5 authored about 11 years ago
Merge branch 'master' into introduce-new-sentinel-commands-added-to-Redis-2.8

Conflicts:
Makefile
src/main/java/redis/clients/jedis/Jedis.java

6efeb45952d30aca42c7bfc331becb8d0a7e3619 authored about 11 years ago
[maven-release-plugin] prepare for next development iteration

2d04a3845b1b5eb6a529f2443f0325b4b87fd6be authored about 11 years ago
[maven-release-plugin] prepare release jedis-2.3.0

aa63c98d8efe52d7f1ee35fec1cf34ed9f7a0414 authored about 11 years ago
Make makefile remove temp files as it makes tests to fail sometimes

35291bf17dff75162f609b5f674e5caba732bdec authored about 11 years ago
version bump to 2.3.0-snapshot

56cec8f6ec80695d145f958dec5ec98700633845 authored about 11 years ago