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

Merge pull request #523 from xetorthio/pubsub

Add pubsub commands

bfecfcb74405cd0245eb0d871f015290306b9cb6 authored about 11 years ago
Merge branch 'transaction-block-should-not-call-discard-when-exception-ocurred' of github.com:HeartSaVioR/jedis into HeartSaVioR-transaction-block-should-not-call-discard-when-exception-ocurred

Conflicts:
src/test/java/redis/clients/jedis/tests/commands/TransactionCommandsTest.java

d5f984a9d6a186c908ac3b1f86c10d5ce8b9c1ae authored about 11 years ago
Change pubSub to pubsub

4ab54d955d9e8dd01501b9a30e6f3f2576109464 authored about 11 years ago
Remove unnecessary Builder and fix merge issue. Fixes #520

4b53160a742cc8e169168d6316a93f5542fe5536 authored about 11 years ago
Merged with master

bd19193cb63420721320ed3003b41c931a230907 authored about 11 years ago
Remove unnecessary imports

319a241de0d3c52989e88622e4e450252f0714f5 authored about 11 years ago
Implement missing pubsub commands and fix indentation

8bec9fd373e91297ef0f1f8fa7fd41ae707542a2 authored about 11 years ago
Merge branch 'pubsub-concurrency' of github.com:ibuildthecloud/jedis into ibuildthecloud-pubsub-concurrency

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

8fef62e21d257a42f1a06996ef2a2768882f1385 authored about 11 years ago
Merge pull request #524 from xetorthio/reformat-all

Reformat all files in the project according to java conventions.

d7c5823cbbc66c86fcd15fd5911148ad753e457d authored about 11 years ago
Reformat all files in the project according to java conventions.

105ca9f5bb813ff71ccf16450dcb12796955f306 authored about 11 years ago
Merge branch 'missedbuffer' of github.com:ibuildthecloud/jedis into ibuildthecloud-missedbuffer

3e99749b2e0a148248dd23161692ddb53fea45fb authored about 11 years ago
Merge branch 'reset-state-of-jedis-client' of github.com:HeartSaVioR/jedis into HeartSaVioR-reset-state-of-jedis-client

265eab0cc91ab3a9d8c32fdc63a43f647ef1ef7e authored about 11 years ago
Fix typo in cluster snippet from README

1844e29569635d5d005ae36f55f3e67cae67b863 authored about 11 years ago
Merge pull request #516 from HeartSaVioR/fix-timing-issues-with-monitor-test

Fix ControlCommandsTest to don't hang from monitor test because of timing issue

dca7ab1bbdb62997378a81ca4bf0b76152dd6511 authored about 11 years ago
Fix ControlCommandsTest to don't hang from monitor test because of timing issue

* In monitor command test, input thread waits for monitor thread to monitor
** Monitor command t...

642cec66d5d833490bc7b17adbdfa37e46a2c676 authored about 11 years ago
Merge pull request #515 from xetorthio/zadd_scoremembers

Change zadd parameter order to allow duplicated scoremembers but not members

adcb0c0265f09311a732350e6c926c58fd9b44ad authored about 11 years ago
Change zadd parameter order to allow duplicated scoremembers but not members

b05d9adfb0c4a9fe430149bc75f0615ad9a56f97 authored about 11 years ago
Merge pull request #513 from mayank-kakodkar/master

Corrected documentation for Jedis.get(), it returns a Java null, not (nil)

51f103af16ce6700ef5ece0afd3ba2b57001b699 authored about 11 years ago
Corrected documentation for Jedis.get(), it returns a Java null, not (nil)

5f5b80e6e33f93b99874de71174a2297256d0abe authored about 11 years ago
make sentinel set command unit test stronger

68356eb8022ebbe54342dc32e567b78951a79635 authored about 11 years ago
Apply Sentinel runtime configuration API introduced on Redis 2.8.4

* Implements new sentinel commands (failover, monitor, remove, set)
* unit test included
** add...

a50cf3b15e36c78023baf85894c721fc612f041e authored about 11 years ago
Remove unused discard() method

360e25e07128771b4e11dbc3cca58370bb49c816 authored about 11 years ago
Shadow client field from PipelineBlock and TransactionBlock

* it prevent from user accessing BinaryClient, while it is not treated to pipeline command
** it...

bc7cc5eddba1f49ae513f468fbd22c4e6a6e12a2 authored about 11 years ago
Implemented Client.getMany(int count) to remove multiple flush while getting responses at once

2267c3318ce6a157e98d43b7c53011868420c09b authored about 11 years ago
Let BinaryJedis.multi() consumes "OK" message

* Transaction doesn't have to consume "multi"'s response

5bf29b43ee520309faf8bc4695f03337e4b88799 authored about 11 years ago
Refactor Pipeline / Transaction to consume responses based on their requests, not rely on pipelinedCommands

* remove pipelinedCommands field at Connection class
** it was a risky state value
*** it was un...

f7bd9c8313096d2402afbeb8d3478f2b81a0027b authored about 11 years ago
Merge branch 'fix-eval-argument-in-binary-jedis' of github.com:HeartSaVioR/jedis into HeartSaVioR-fix-eval-argument-in-binary-jedis

01842e4731cc7e7e05c47b275f2aafc49571ac69 authored about 11 years ago
Improve performance in MOVED and ASK response parsing

37f629765e236c430357202bfdf562f897072893 authored about 11 years ago
Allow safe multi-threaded access to JedisPubSub

If Thread A calls a subscribe method on Jedis it will block on a socket read
call waiting for me...

f11c1622de1d529cad509b7793977714229f4883 authored about 11 years ago
Fix sentinel test not to be so sensitive to time

23b54c2cef17c4d85ab2e25cc659d37ceac83e49 authored about 11 years ago
Merge branch 'cluster' of github.com:marcosnils/jedis into marcosnils-cluster

424ae75c7d7285ec3ddd357684eb8b0d8ef080ab authored about 11 years ago
Merge branch 'cluster' of github.com:marcosnils/jedis into marcosnils-cluster

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

842dcd2a95694cbd9cac5158cf5f96828f63b794 authored about 11 years ago
Update README.md

354dd721e0697dfbf377245cdbc3ad341f08c520 authored about 11 years ago
Add fail in case test doesn't throw any exception

6c8d7a5045e3e8b34944067fe769cacde3be2604 authored about 11 years ago
Add test for redis cluster max redirections and refactor JedisClusterCommand exception handling

46733c5d5a081d3397e05e3027e89435b7859035 authored about 11 years ago
Variable refactor in JedisClusterTest

2f9564e1d331a2cfad400eea17fdf4058e98dd48 authored about 11 years ago
Fix ClusterCommand tearDown as gossip may take some time to send data to nodes

ccf93714e67057a1b8951713ec1986d236e4fe06 authored about 11 years ago
Remove sysout prints from test

a09a682f0910add7492924c0f0bde314f23f9a1a authored about 11 years ago
Move Jedis CRC16 util as it's being used in the project.

Changed Makefile to cleanup redis cluster node configuration before running tests
Add cleanup to ...

4ab8ea2ef7f349349dbd0c00e89e5c20a967f87d authored about 11 years ago
Add JedisClusterException file

33716e237c239a12dd6320bcd04251a328c6d24b authored about 11 years ago
Several changes have been added to this commit:

- Add asking to cluster commands
- Make jedis cluster return connection to original pool
- Add t...

dd0bbdaf9182f5d32c43ce0902b1a99f366c238e authored about 11 years ago
Add functionality to recalculate slots when receiving MOVED response from node.

Add test to check for ASK responses (implementation missing)

1b268157999abf69367fd2b6de7c7aed7b649896 authored about 11 years ago
Add slot based connection which routes requests according to key slot

b2d22e206037eee2bebd5e4ec0dbe57692f8a57f authored about 11 years ago
Add automatic discovery of cluster nodes

9f767a084859fad71a6ab972973d2f73f3ae1098 authored about 11 years ago
Fix BinaryJedis.eval() method bug (argument)

* append unit test for BinaryJedis

53b3e041f3346e4c3ab879decc27673e9344a066 authored about 11 years ago
Implement all Jedis cluster commands and rename RedisSlot class

af72248c221a6844b3e42e739d5bebc791de7940 authored about 11 years ago
Refactor redis cluster connection handler and add JedisAskDataException handling

0bc27ac3a298b34d72aabe1afa985fd816a71fa0 authored about 11 years ago
JedisPool / JedisSentinelPool resets returning object's state (watched,

multi)

* BinaryClient / BinaryJedis : added feature to reset its state
(watched, multi)
* JedisP...

3073f778b4edab3205b922c22f29cfed490c494e authored about 11 years ago
Add JedisClusterCommand and updated code to use it respectively

c00807004592abf6868b4cc61f1ccaa690c0fe13 authored about 11 years ago
Change Moved cluster test and add confirmation for jedis cluster tests

0ebbf02c944308fdb367dfd4e0373534b0975838 authored about 11 years ago
BinaryJedis.multi(TransactionBlock) should not call discard when exception occurred

* In BinaryJedis.multi(TransactionBlock), multi & exec already fired before exception occured, s...

10c131bbf0629d5a1a30c7968926b9bee99cc949 authored about 11 years ago
Add RedisSlot helper to calculate key slot

726c3151b67c194d84c22e2e80fd3099249eecb7 authored about 11 years ago
Add first test to thorw MovedDataException when receiving MOVED from a cluster node

a8987ed865e1034f83d1e6a3ef681582ccb8a614 authored about 11 years ago
add WAIT command

46734e646ab3504c40839c84f5906a62d05e7000 authored about 11 years ago
Merge pull request #490 from xetorthio/speedup_tests

Speedup tests

0c00108f96c704054d4c7a9053664e87c25dbb83 authored about 11 years ago
make JedisSentinelPool fast

8624d1695d11ef4d7e2f526acfdae5c9f1912698 authored about 11 years ago
make JedisTest fast

3b7127c8111dc68b585517a2119e9a8f385c5a87 authored about 11 years ago
speed up JedisSentinelTest

4a4768b1d2dca39c9a31decb7206ef72c7332e4e authored about 11 years ago
make list command tests even faster

20d686ec943ecc59f7c9f86741812284eb656d37 authored about 11 years ago
make object command tests fast

ce3497e34172509e9c341f37895a5e1e00e981b6 authored about 11 years ago
make list command tests fast

e17d24c7108bfcc4ece55a386df1e4720fe438d9 authored about 11 years ago
make control command tests fast

ceac8123d6ea04c190891efffc8ad349a9afa69b authored about 11 years ago
make pubsub test fast

58123034f5bf5ab51fce77980ab447f13bdac02e authored about 11 years ago
Merge pull request #489 from xetorthio/scan_commands

add SCAN, HSCAN, SSCAN and ZSCAN

1c8e2226554e8038f8393cfd7a74dbab44176466 authored about 11 years ago
add SCAN, HSCAN, SSCAN and ZSCAN

a27c67de663bff5a2fbf6b3803d35835ba1515d0 authored about 11 years ago
Change string size to make test fail faster

efbb710343b5ca63f679d08213e5265ffda5ee64 authored about 11 years ago
Merge branch 'handles-client-output-buffer-limit' of github.com:HeartSaVioR/jedis into HeartSaVioR-handles-client-output-buffer-limit

fa614bd2b805da4662e045058c532c33d6a82dda authored about 11 years ago
Prepare redis cluster for testing. The cluster will always be in a deterministic state to be able to reproduce -MOVED and -ASK

46966fb89f6fa9383bef7009f1949d3002594438 authored about 11 years ago
Refactor to have interfaces.

Add cluster pipeline commands.

5b15d48803078397b3af487bdad289dc9a0ba21a authored about 11 years ago
Add CLUSTER INFO, CLUSTER SETSLOT and CLUSTER GETKEYSINSLOT commands

77d244b96a17b3f9a193e857b1164c2ae70d5b2a authored about 11 years ago
Add CLUSTER ADDSLOTS and CLUSTER DELSLOTS commands

dde278152f391238fb12bacbdd5ed609a06e717f authored about 11 years ago
Add CLUSTER MEET command

403f2b292cb9e3f4f1cf71c2f0e46d5d014d1dd2 authored about 11 years ago
Launch 3 nodes on ports 7379 to 7381 with cluster enabled.

Add command CLUSTER NODES

e7e2bfaedf6328151f7b516fd9b9ae68d263ebef authored about 11 years ago
make jedis unit tests pass to Redis 2.8.1

* increase sentinel instance to test JedisSentinelTest
** clear() called, slave promoted to mast...

15891c411734e78dafe61262f7052b0d1936e286 authored about 11 years ago
Merge pull request #485 from tague/479_gradle_build_file_fix

Update Gradle build to use Apache Commons Pool 2.0.

e10cdda5c7534610a503ec0642938f3c5b3a72f0 authored about 11 years ago
Update Gradle build to use Apache Commons Pool 2.0.

3876bb04e3aa43d23dd633214c9c54ae2b8c1c70 authored about 11 years ago
Merge pull request #484 from mathieuboniface/patch-1

Updated maven dependency template Jedis version to 2.2.1 (latest)

fb02c2e3e2c3799c9377e23f014c364ad0bc7d72 authored about 11 years ago
Updated maven dependency template Jedis version to 2.2.1 (latest)

7cd4dd43952f9cba850c9bb499dda43b0fbfe9a6 authored about 11 years ago
Merge branch 'master' of github.com:xetorthio/jedis

6b5f080c7b46de76d0faa9441d51672ac934e5ae authored about 11 years ago
Merge branch 'speed-up-unit-test' of github.com:HeartSaVioR/jedis into upgrade_libs

Conflicts:
src/test/java/redis/clients/jedis/tests/JedisPoolTest.java
src/test/java/redis/clie...

18652b906b27b4a795fc0af562831df912adbc0e authored about 11 years ago
upgrade to commons-pool 2

bbb867781deb9e8a0f073694d3ab3434426c7405 authored about 11 years ago
Merge pull request #474 from 50onRed/upgrade-dependencies

update gradle build file

4543daf76188693c1af83e77fb3920e9d51e2b8c authored about 11 years ago
Fixed the ordering of arguments in assertions for a couple of older tests.

4fb85d0d609500fe45b0a064286e2777393b0418 authored over 11 years ago
Added support for nested lists, and longs in lists.

17f6ee63dc95ddd6d9f17fbacd220212a50a4c07 authored over 11 years ago
upgrade dependencies in gradle build file (to match the ones in pom.xml) and update version of gradle wrapper

c5a5e1419b20e20ffb118059a818109da288ad2c authored over 11 years ago
* fix bug: test expects JedisConnectionException

** I have mistaken while verifying seeing Exception's message
* remove huge print messages

52bb245203f066818ebdd8b36fcfe63009c7e764 authored over 11 years ago
fix bug in Protocol.processBulkReply()

* if RedisInputStream().read() at Protocol.processBulkReply() returns
-1, it runs with unexpecte...

e9506298f88ac17f0acc63dcc99b4aeec4b62e7a authored over 11 years ago
Speed up Sentinel related tests

* remove FIXME sleep codes for Sentinel related tests
** add functions for Sentinel tests (Jedis...

7e1a1a70b2f646b22485e7d40a285aa6d87011b6 authored over 11 years ago
Fixed up eval(sha) tests to better check that the lua script ran properly.

597366343d36a3d01ad6bc862c798163a15e87af authored over 11 years ago
Fixed issue #456 (evalsha loses args).

2ee7430518ef57136f3ba5f99ae39f0c3335547a authored over 11 years ago
Allow JedisPool to set a custom client name

796f80d9c00abeb3ab22c1beb849ef21eb13e021 authored over 11 years ago
Added test from pull request #429.

bc4d0ed0b6346766bd8c0a39e0c9174813cc91f1 authored over 11 years ago
JedisSentinelPool now takes care of multi failover

* Now Pool.initPool() call closeInternalPool(), instead of destroy()
** calling destroy() in Poo...

35a2dfd4c06f275d9bcdc07792e382cf59df300d authored over 11 years ago
[maven-release-plugin] prepare for next development iteration

08e9b0c7e7a59c8695b65ef7e7f1f140e9e6c9a7 authored over 11 years ago
[maven-release-plugin] prepare release jedis-2.2.1

0defe548c941ac55ac5293b8945635bb97cf3d79 authored over 11 years ago
ooppsss... forgot password for sentinel

1aee3b396dc153db739d714b93fce8f9d611f800 authored over 11 years ago
rollback sentinel1 configuration, since I broke a test

6c8d23fadf229cd22d305ac36e4a5db6d30996f9 authored over 11 years ago
make sure that JedisSentinelPool use timeout, password and db

ad58f816b6e9195db9e2f7a69542003d9f225554 authored over 11 years ago
don't push binaries to github

4d9090827f5dae47c16a38a291e7055b2dbdd1b6 authored over 11 years ago
Fixed bug where timeout, password, and database were not set in the

JedisSentinelPool overloaded contructor and hence not passed to JedisFactory.

ebf1380eea51fc4cd9e72bcd4b17295f20adceda authored over 11 years ago