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

Add hincrByFloat to JedisCommands interface.

Fixes #1073

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

9d9c3598d0bd1074938d26524c5713f736a744b0 authored over 9 years ago
Merge pull request #1059 from HeartSaVioR/jediscluster-mget-key-length-is-invalid

Fix invalid key length from (Binary)JedisCluster.mget

8a45aa30a6277ee37f706c339024e4411da5c7d8 authored over 9 years ago
Merge pull request #1063 from jayanderson/pool_borrow_stats

Expose pool borrow stats.

e010811b13ccb49ada31839ed8b6b98cc3c6a40a authored over 9 years ago
Expose pool borrow stats.

875082bd70c55763ffc427515700e11c58d01b06 authored over 9 years ago
Fix invalid key length from (Binary)JedisCluster.mget

655dbb064105b0aa5cd5afeb938ef9f39636cd8b authored over 9 years ago
apply review

b540775607477b8131b0e554b393bd2ea4905f6f authored over 9 years ago
add @Deprecated annotation

61f6cd922d9df953160eca6a9d184b96b4a8074b authored over 9 years ago
apply review2

31b5fb6848f91cf1bee535119b30822b2b46998e authored over 9 years ago
Merge branch 'pool-close-should-call-destory-v2'

14ba58b2a46fe54ebfb116b767875e4d83f1abbd authored over 9 years ago
apply reviews for exists

b3962dd389daa04cdaa405761fbf3bf06106634e authored over 9 years ago
change exists command to variodic

bedd95c5a5ab2130f349990b390bb3658ef7eb4b authored over 9 years ago
test for conforming comareTo() method contract

4fad79166540f937a12d001827e47503944ac810 authored over 9 years ago
make Tuple.compareTo() method compare scores

Make Tuple.compareTo() method to not violate contract on case when scores are equal

d68511de9bddc0d5f172491b253669c1621addc5 authored over 9 years ago
compareTo() method for case of equal scores

Reason:
compareTo() method violates it's contract, and it is not transitive

Reprodicing:
List...

ec88b4ad780ddbf8b7cde9f4ffbf2ba38c70400f authored over 9 years ago
Merge pull request #1053 from HeartSaVioR/pipeline-test-longer-timeout

Set Jedis timeout longer while PipeliningTest

411f4e76f1017ec7c97e74ecb7f84f36562fcc21 authored over 9 years ago
Set Jedis timeout longer while PipeliningTest

* it was too short (0.5 sec)

90cfaf0e55f34bc16f996de5b0c12f90e280d937 authored over 9 years ago
Merge pull request #1041 from Raul-/slowLogToString

Introduce toString for Slowlog

1a722dfb0fbfa18a909550bb42dad1257562ccbd authored over 9 years ago
Merge pull request #1044 from tgyurci/sentinel-clientname

Support setting client name from sentinel pool

6366f6a3042ac43c2a7b813fd35f0d502d350471 authored over 9 years ago
Support setting client name from sentinel pool

8dbee566a72d8a0bccf7c1fff624867515fd74fe authored over 9 years ago
Introduce toString for Slowlog

7792139a3a77a2b01d5ae6d6018bc10bff2e05bc authored over 9 years ago
Merge pull request #1040 from xetorthio/pipeline_check

Throw exception when trying to use jedis instance in Pipeline

432c986e2c86056e6812579aca85bf4118e482da authored over 9 years ago
Allow to reuse jedis connection when pipeline is empty

85e119c513107bf56892fefcf0330b1bd1ae1cc2 authored over 9 years ago
Clarify exception message

f3e0ebdd73a1fa99de92948bf5addc422a3d081c authored over 9 years ago
Throw exception when trying to use jedis instance in Pipeline

To call same jedis instance which is in pipline makes no sense as
commands already sent to the p...

235fe489e3e85785c4f41b27c7a38c30ff855096 authored over 9 years ago
Merge pull request #1037 from HeartSaVioR/implement-closeable-to-pipeline

Implement Closeable to Pipeline/Transaction

3380e5615050ce9a91b3f130890c76bdfb61061d authored over 9 years ago
Implement Closeable to Pipeline/Transaction

3ff1c6c70f0f7fdc46776a4ec32ae95dcf2525ec authored over 9 years ago
Pool.close() should call destory() to shutdown derived classes properly

* In addition, changed MasterListener thread to daemon
* also fix socket leak

bc7a3ad3b2a18894c15dcd567f7bc0317afb63e7 authored over 9 years ago
Merge pull request #1019 from mrorii/mrorii/fix-typo

Fix typo

6ec1ae646e5a58f5eb69a469d606d837c4a48405 authored over 9 years ago
Fix typo

5bd7d2a81f5f549792104e204348252c388f7561 authored over 9 years ago
Merge pull request #1015 from xetorthio/pool_addobject

Add `addObject` method to pre-populate a JedisPool with idle objects

673737d95e23ac8104a363f574eda3e80bd75aab authored over 9 years ago
Add `addObject` method to pre-populate a JedisPool with idle objects

17164aebe9166b473d9de746400d0b5ea46b47e6 authored over 9 years ago
Merge pull request #1014 from nykolaslima/patch-1

Updating README to latest stable version

e6a2cc1ea18c66c565e4862b8a88991a7d72a746 authored over 9 years ago
Updating README to latest stable version

dce699391c1b98f8fbb2e3ad512116091ecd3dea authored over 9 years ago
Merge pull request #1007 from xetorthio/javadoc

Closes #481

50822a68188c706029fa46b3efb732565fea7e2b authored over 9 years ago
Merge pull request #1008 from xetorthio/join_params_improve

Improves performance when joining params.

df59a7500aead11101a111180b971731ee16f024 authored over 9 years ago
Change javadoc link

98bfe69c50148115767ac4e3f1d7368babc47dc3 authored over 9 years ago
Add javadoc to Binary method

b6a3c6b84c7c2f65875c52329e5c1e09add25689 authored over 9 years ago
Improves performance when joining params. Closes #380

ead392f1fd66a94a8bcae2aa4a54a0064bd1a657 authored over 9 years ago
Closes #481

6df3333227970b235f0cae0a81699f201bd7d469 authored over 9 years ago
Merge pull request #1005 from xetorthio/atty303-fix-cluster-connection-handling

Atty303 fix cluster connection handling

eb1a56d30af0670e67c14142369ac8766caeb517 authored over 9 years ago
Adds missing test cases

d4b937a98d4ad251f7457a2f3a97ff8ff2e43faa authored over 9 years ago
Merge branch 'fix-cluster-connection-handling' of https://github.com/atty303/jedis into atty303-fix-cluster-connection-handling

d04dd36b7257fd4944f2cca0ec87316bceec8946 authored over 9 years ago
Merge pull request #985 from itugs/feature-failurereason

Attempt to read RESP Errors message

6c0f1cb8ad9cd91ac4f2eb71481f32875221b52e authored over 9 years ago
Fix deadlock.

338eb37914fbd0abd51bc1bc5c91afc204c21f21 authored over 9 years ago
Merge pull request #998 from itugs/feature-binarypubsub

Do not flush OutputStream to avoid contamination

68b6372ee14c8cc569b17885c2e4b160ff595b0e authored over 9 years ago
Fix indentation

cb2cb174afe0577761007a3a989b35ce7210fdce authored over 9 years ago
Flushing buffer before further process

22eaa8c6909fe71ada35327f7ab11d7f777602e8 authored over 9 years ago
Do not flush OutputStream to avoid contamination

1406d90fe827049e62aecee5cfa7b3a12fc5f60f authored over 9 years ago
Merge pull request #892 from taer/readonly-master

Add readonly command to master branch

08a22fa7f049eea4a12a25cb7d6e22ca5beed99e authored over 9 years ago
Move readonly command to ClusterCommands

Moved from Binary Jedis to Jedis, since BinaryJedis doesn't implement
ClusterCommands

bb0816b302e7cec945361f0dce96b9721e9cdfb9 authored over 9 years ago
Add tests for readonly.

fc23339af11e308de6410fb0c68d0c8f857a6ce2 authored over 9 years ago
Add readonly command.

cfd5bd1ea71558b383e8ead5f1e0e240a8e53389 authored over 9 years ago
Apply feedback

95a11eca1abed032dc60420cdaf726cdcdc33a2d authored over 9 years ago
Improvement and test case

39a6d167cff46d6348d635c7bc0d183dc23755d7 authored over 9 years ago
Attempt to read RESP Errors message

1df5cd738ac2415faf2d8c6bb59729ed0e9aa4c4 authored over 9 years ago
Merge pull request #977 from itugs/feature-effectivesetfromlist

Introduce SetFromList for efficient Set result

a0622a7381a8378ea2ac93a3203277942206db8d authored over 9 years ago
prevent ClassCastException at equals

001e1bfd4958a2d4ccfeca58e12f09ffb2d1baf5 authored over 9 years ago
Move SetFromList as static inner class of BinaryJedis

febc027dd73c2f017bd6cb4c94f10d733451a667 authored over 9 years ago
Update README.md

999dd2c3ae8d9d91716e39f4732e67510a5ebece authored over 9 years ago
Apply feedback

0e999acfb46dfe8ff69e7e567b3e0c21d53b042a authored over 9 years ago
Apply feedback

c6b93d11d90f0706dffdfa7e8dbb551e32a6ab17 authored over 9 years ago
Introduce SetFromList for efficient Set result

261004904e02fe11b390abca912ae953a4b57c99 authored almost 10 years ago
Merge pull request #975 from HeartSaVioR/adopt-conn-timeout-to-jediscluster

Adopt connection timeout and socket timeout to JedisCluster

6c0f079702a1ad012f6bf980809ffd100d076f96 authored almost 10 years ago
Fix formatting

4ed18effd0d596a2f37b16c20f0f05568b635f6f authored almost 10 years ago
Remove unused field / methods

78d9b9fcc1a98f2bcda98e76df84dd333e8d9db3 authored almost 10 years ago
Adopt conn timeout / so timeout to JedisCluster

22f522ba2a884ddf0a2d6bd8463434e52b2f4a0f authored almost 10 years ago
Merge pull request #950 from maxd/jedis-pool-connection-timeout

Configure connection timeout in JedisPool and JedisSentinelPool

569a09d88d0e464749e04ca2a5d63ee1843f05a7 authored almost 10 years ago
Merge pull request #974 from xetorthio/cluster_release_connection

Make releaseConnection use connection internal state to release it.

94c788e9be79f2002bd346d6b8a614b3d8a1e4cb authored almost 10 years ago
Delegate connection release to Jedis instance which makes sense

0bddf6d433fa78979db2463c2b1773cb8aa548ee authored almost 10 years ago
Make releaseConnection use connection internal state to release it.

Improves resource cleanup and code structure

5c5f3e79472f62c978845fcf80ec3c630928a499 authored almost 10 years ago
Merge pull request #972 from HeartSaVioR/change-visibility-of-pool-returnresourceobject-to-protected

Change visibility of Pool.returnResourceObject() to protected

1d214004a2cfd62dbf501d5867c70fdeaea63a19 authored almost 10 years ago
Merge branch 'master' into change-visibility-of-pool-returnresourceobject-to-protected

Conflicts:
src/main/java/redis/clients/util/Pool.java

4c296238cee4abcb691bb4f10f61fc47eff1ea13 authored almost 10 years ago
Merge pull request #971 from HeartSaVioR/deprecate-pool-returnresourceobject

Deprecate Pool.returnResourceObject()

8851c49aead51558c109c83802d1ca6375f7766f authored almost 10 years ago
Change visibility of Pool.returnResourceObject() to protected

60c1bdf3eff5090e5165abf66d34725d3eef1c6d authored almost 10 years ago
Deprecate Pool.returnResourceObject()

67967672cb5859986e4ef047f51b1b5810fce6df authored almost 10 years ago
Merge pull request #967 from veselov/master

* minimal changes to restore building the javadoc and source jars

61d0aa10c64ec0f56b7a7ed099f135ced5a88710 authored almost 10 years ago
* minimal changes to restore building the javadoc and source jars

f93f37ab7d41bccd2d1d9c7a965920ba42dce11d authored almost 10 years ago
Merge pull request #963 from xetorthio/command_interface_fix

Replace Command with ProtocolCommand for missing methods

7dbf621820e9bc7474194e7d1428f4bc14c75570 authored almost 10 years ago
Replace Command with ProtocolCommand for missing methods

402e27122a5e51f8842a1e95d8c8a91971bafd54 authored almost 10 years ago
Change sendCommand argument type

44e1427239472510a009293ad2a3dc0ec500f092 authored almost 10 years ago
Merge pull request #961 from xetorthio/command_interface

Add ProtocolCommand interface

eedbdd5a98cb5e7c229a565972d33e1c3f7cd566 authored almost 10 years ago
Apply formatting

05fe59c9a7010ac0aba966f51b0cc33596737f2e authored almost 10 years ago
Refactor command enum so we can extend commands.

f2a10365cdab689f4162d3d71385292bfea0b765 authored almost 10 years ago
Merge pull request #902 from HeartSaVioR/remove-deprecated-methods

Remove deprecated methods (blpop, brpop, pexpire)

a52902b70a1b108d195414585dd502c0c5cf7c57 authored almost 10 years ago
Merge branch 'master' into remove-deprecated-methods

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

7ff6061cbc4f1e2d9353046b38906f834705a8aa authored almost 10 years ago
Merge pull request #671 from xetorthio/cluster-revised

Jedis Cluster functionalities improved (cluster-revised branch)

ca59f9b13beff89b064ce47dc1a53fd22bff272c authored almost 10 years ago
default timeout value seems not set properly (I've missed it)

bfc962907bddfe9fd6748b7752b975955dd5b574 authored almost 10 years ago
Introduce new interfaces for (Binary)JedisCluster

* remove some of methods from common interface which doesn't fit RedisCluster
** move

02a7acf8bf23e65bd53fe75bca85c41c6a4cb2cc authored almost 10 years ago
Merge pull request #687 from HeartSaVioR/cluster-support-multi-key-new

Supports Multi Key commands to JedisCluster (revised of #673)

04e94e6478e2ae9d6b10aa899e8dcd7f0841c9a9 authored almost 10 years ago
Merge branch 'cluster-revised' into cluster-support-multi-key-new

Conflicts:
src/main/java/redis/clients/jedis/BinaryJedisCluster.java
src/main/java/redis/clien...

d58495127d3ac0c3ff8075815d52fedff0c90083 authored almost 10 years ago
Respect formatting

18308d1dbf026d23a31aa3bca8964fdb258528e7 authored almost 10 years ago
Merge branch 'master' into cluster-revised

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

be3c7715c843d20b6314dc3bc8a438f24acb1109 authored almost 10 years ago
Merge branch 'master' of github.com:xetorthio/jedis

42b1a4a2bb435d3136d8ce7f19cc7f29bbbc67a5 authored almost 10 years ago
Add flag to use travis container based infrastructure

1d328fe23f19cfd4c5bdd4d9c363582df292bb37 authored almost 10 years ago
Merge pull request #955 from xetorthio/zcount_binary_pipeline

Adds binary zcount to pipeline and transaction. Fixes #954

b556fa2b6f90daf4261d2ebdacc68c71eeb003e9 authored almost 10 years ago
Add maven deps to travis cache for faster builds

9e79efda918a683080b329710bfeb88be77876f0 authored almost 10 years ago
Adds binary zcount to pipeline and transaction. Fixes #954

e45e0fcacdd96747c716faab7bfb70a2c1a7c08b authored almost 10 years ago
Merge pull request #951 from HeartSaVioR/flush-and-close-only-socket-when-disconnect

Simplifies disconnect() since the only thing we should close is socket

d1842a2a6579f0712063d61716fb095278196bef authored almost 10 years ago
Simplifies disconnect() since the only thing we should close is socket

b05623a347bb70744500cf966e486d759bcfd7c0 authored almost 10 years ago
Configure connection timeout in JedisPool and JedisSentinelPool

e266be32dd06da58be63190ab08f6b5bcfc37ccf authored almost 10 years ago