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
6c68624ada8cec8f724ba16d05b546a93e4f7189 authored almost 11 years ago
924f27919ec8d90568b368cfa3285041e5b32b47 authored almost 11 years ago
Reflect recent version to maven dependency explain
e7bc4f5d65ad06f51fe64d826c60697f1fb4b230 authored almost 11 years agod7f88789eacd27b50ab01de0d26caaf3b4edc843 authored almost 11 years ago
5d3600485fbdf9029579c799c104c9604f5d76d3 authored almost 11 years ago
The byte version of pipeline.getrange should returns byte[] instead of Long.
TESTED:
export TES...
c0697cd6d7cb8579d6a476c9cfc1e40c61e58667 authored almost 11 years ago
28fdd60f987d926537a3556d61d2251751d5b4be authored almost 11 years ago
bcd40b4e34d367cdbcc35c66bd210283f0608ee0 authored almost 11 years ago
70fa35f3ba13b90d74cf98095e7525d10e1cf80a authored almost 11 years ago
d00e8b6444b6e4d79e8d0efa2fb20cd0fc915e69 authored almost 11 years ago
ec03c0940e9a40e31ecce2b6912822c8f2bec64d authored almost 11 years ago
e449923ec01846e7063a3ad468ab5d63fba8709b authored almost 11 years ago
Fix multi in Pipeline and sync() - JedisDataException (fixes #547)
12ab600dee7226af2116b99663e000199c837981 authored almost 11 years agoadd a number of null check to return methods.
0c16cbde8bf8d1cf466f685f97936ce6851f2427 authored almost 11 years ago62b98a3e633434e4f635d4ef1ca0076d4404df42 authored almost 11 years ago
f35567cc9f81d57ba1eb452d94f63d75b8473aa1 authored almost 11 years ago
92f6785a5836670005923ad597ff715c579643d7 authored almost 11 years ago
e7285ade5c10a74e15680158bcfd60ffbad83f06 authored almost 11 years ago
e1f50b5fae9288a8327e8a9238481eee9405dfc6 authored almost 11 years ago
* It's less probabilities to conversion with byte[] <-> ?
d9813a09dca3343c00991e7160801dc0f27b595a authored almost 11 years ago
* method signatures are a bit similar to Jedis's *SCAN
** but it takes parameters to byte[] inst...
4e78b811be01b3b859433fa173c2e7ba305518bc authored almost 11 years ago
b5fe10729bb3b8823bc4a2ad608a66c7b450cc89 authored almost 11 years ago
b2eb5d6d1c1e15c32bb702bf60b638044f79e510 authored almost 11 years ago
This allows calling these methods on error cleanup paths without having
to surround them with if...
This allows JedisPool instances to also participate in try-with-resources.
Adds tests (both for...
dc054268fa158600806ce3d38185e670369d2a18 authored almost 11 years agoddb1870a5f6781f909d9cd803bc0ac17e8846457 authored almost 11 years ago
fcea0fe0feca0d2b4160a377ecf79c90c9dcda7d authored almost 11 years ago
JedisClusterCommand
* improvements on connection error handling
** if based on slot connection ...
* Implement Closeable from Jedis, ShardedJedis with Pooled
** resources from JedisPool, JedisSen...
Make JedisCluster multihread by improving connection handling
e9cf469200daa7bc759382969eae7e6af115891c authored almost 11 years ago756113821f2599e72bfece457094bc51a1fcc7c2 authored almost 11 years ago
3f8507a1171cb3b048c1fa72be3eb1c3bec15a36 authored almost 11 years ago
db765227dffbc8ddd983dd8ad42b99e9096a3654 authored almost 11 years ago
756dc8deec98cd4cae6dfa512e9371cc5a9fe4a7 authored almost 11 years ago
e4de67048eac13e67f3fa683d7360a400d882f1f authored almost 11 years ago
bfa4a80b0141fcb2370b6677d078c2241e68e15f authored almost 11 years ago
89ccd8dfdd12c3884a4bc31b98c9f753d4e34a0f authored almost 11 years ago
there is not redis running on port 1234 when renning the tests.
b7d551149a972f98fa51daad64a6bd9956d0d7c2 authored almost 11 years agoSentinel unit test revised (use "sentinel failover", take care of "-failover-abort", etc)
8ac9bd612c430c1e550af0968b30990318692079 authored almost 11 years agoFix #550 : Removed redundant call to connectionPool.getResource()
752305a60ab5f12e03004328670f1991852658dd authored almost 11 years agoc4fb2b4adca709ad27e5e11fdc8488dd4dbd1658 authored almost 11 years ago
first if Response's dependency found and not built
* there's some dependency with exec response ...
68ee4e49d061ad66352e146612c2ab9bdc0fd566 authored almost 11 years ago
* Redis instances : 6, 7, 8 -> 5, 6, 7
* Sentinel instances : 4 -> 3
* failover-timeout 60000 (ms) always success with local machine
** but sometimes failed with Tra...
cee792dbfb92f6371de036e1afee56e651a9c25a authored almost 11 years ago
* remove all unused methods
* move JedisSentinelPoolTest.waitForJedisSentinelPoolRecognizeNewMas...
This reverts commit a3862bc2dd96805b85d2a99ed03e5d76c615e1d9.
d937b48f9093b9e0bfa85eadc595c4e542c95d17 authored almost 11 years ago
* remove all unused methods
* move JedisSentinelPoolTest.waitForJedisSentinelPoolRecognizeNewMas...
* let unit test fail if -failover-abort-* message is produced while waiting to failover
** waiti...
* Use "sentinel failover" to force failover
** faster than kill redis instances
* set failover t...
b2fa6b6c405db7cb0a27167524e21f541fa79b47 authored almost 11 years ago
1d0290d000cb0fcb2ef1ac9e01cd7588da53d589 authored almost 11 years ago
master as odown.
1f7d1fda0001e35a945299dcdf574ccf60fcba28 authored almost 11 years ago072232038f8466680b68f732461e0f84a35edb05 authored almost 11 years ago
Add support for Travis CI
b0648f78e8c43ce5c68ae037554e52182ea7357f authored almost 11 years ago7dc03cea1deac6082a38809828244676bb5c3961 authored almost 11 years ago
PipelineBlock
* missed a spot... removed
3ebc25e9045d0945a567c0c43f33d1f949362c49 authored almost 11 years ago* remove all @Deprecated methods and classes about TransactionBlock and PipelineBlock
ff6b26ee605558b2cd1c730fb0de38a2b79ec76b authored almost 11 years ago8d79bdef264fe88af870cf37f6468aec8ab4e120 authored almost 11 years ago
9530eedf4d0a48cd5ce886f4339a56925c6bdfeb authored almost 11 years ago
Add support for redis cluster hashtags
c84039c367fe43d0798007b41a2e5c8594d3162f authored almost 11 years ago76814b56a1df1cc4b7d26c9f9486191a6ebd7562 authored almost 11 years ago
ba9989e64c7d9610f4fc1a53c0a67d996a0bd85b authored almost 11 years ago
adc9cb215ae466d4252e322b6a83359d9a962477 authored almost 11 years ago
Closeable support
ce3e76f246f2ea82180d70c03fd8a21cf055020e authored almost 11 years agofcef705a6ca347593deb2f605625a2960c29a7da authored almost 11 years ago
79f1dcb92bc61d0dd0fa6f2c80b3dbddc09249d3 authored almost 11 years ago
ba767cc5d4b46e67366219926a1f2fe3607f3d9c authored almost 11 years ago
bd364c6f70dac4ca2879afe93e36bdf5824ca62d authored almost 11 years ago
e271acb79cb6f9bc562f71d21a4e1c9b87d01083 authored almost 11 years ago
3bca5d8460c3ab6b7e21734eea2cb8661f0354e8 authored almost 11 years ago
Mark @Duplicated to TransactionBlock and PipelineBlock related classes / methods
9776bbb4f871229495ecb2fe6dcb91e052fc97fc authored almost 11 years agod8ec0f8a5c50eb21e93211dd7616bfc6ec87636d authored almost 11 years ago
Fix test to make jedis work with latest git master version of redis
08ed0006e8d4eec450199264e8376ea4dac8951d authored almost 11 years agoe59e4a0d2a9758e34589babf3533c890dac3f6cb authored about 11 years ago
Eval with nested lists and longs
dbae54460214779457960dedabe9f1c66c59ebde authored about 11 years agomethods
1ed231cf159d375cb60bea21420f359e3ff41f5e authored about 11 years ago
* remove all @Deprecated methods about *scan
* rename ScanResult.getStringCursor() to ScanResult...
cursor
* overload all *scan method to change "int" cursor to "string" cursor
* set @Deprecated a...
f81f75177c4387eb9d2265f84bce91ad156e1550 authored about 11 years ago
This allows a Jedis object to participate in try-with-resources when
using Java 7+. This change ...
Conflicts:
src/main/java/redis/clients/jedis/Jedis.java
src/test/java/redis/clients/jedis/test...
51a4bf9a56e074a44a3e5828181de3d6b98e46a9 authored about 11 years ago
f7f689efaf55632830f7b6136d924efe8846d584 authored about 11 years ago
75bc7542278b2e2b8e267f47d1aad9b75c13c2a2 authored about 11 years ago
This reverts commit b35e1f94823841cc5f459ebf2c53502a02d83bd5.
28e7d2af10e8468b5e1be9fef9b7e9943f9ff193 authored about 11 years agoFix #526. Node parsing error uppon :0
179498d4a31969ae5ba12a2e33229a0c73bf1f9f authored about 11 years agob35e1f94823841cc5f459ebf2c53502a02d83bd5 authored about 11 years ago
a69dd4e2429b86dc901dea63b84a509387d27a45 authored about 11 years ago
d846149ae16739b55cc891eba1f2455a4acc28c3 authored about 11 years ago
a5363582a6831cca4ec00f2428222cbeffb088d1 authored about 11 years ago
dd62e360fa714c6c93722f362772a71179a0ddda authored about 11 years ago
13f0c32f7cbccc12cd00eb42dd1551d001eebcd5 authored about 11 years ago
Conflicts:
Makefile
src/main/java/redis/clients/jedis/Jedis.java
2d04a3845b1b5eb6a529f2443f0325b4b87fd6be authored about 11 years ago
aa63c98d8efe52d7f1ee35fec1cf34ed9f7a0414 authored about 11 years ago
35291bf17dff75162f609b5f674e5caba732bdec authored about 11 years ago
56cec8f6ec80695d145f958dec5ec98700633845 authored about 11 years ago