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 #946 from HeartSaVioR/safely-closing-resource-on-disconnect

Release all resources from disconnect regardless of IOException

667c7f4b10b74a30977323faf36cb8f5f29c34e2 authored almost 10 years ago
Merge pull request #945 from pcchan/renewSlotCache-fix

Continue renewSlotCache if exception is encountered

4b237f575476c9de67451b01aff6323fabc9a663 authored almost 10 years ago
Change sequence of closing IO resources, OutputStream first

http://stackoverflow.com/questions/3428127/what-is-the-difference-between-closing-input-outputst...

6db79fe69b4015170af1596395950f2d59f61d53 authored almost 10 years ago
Merge pull request #948 from KengoTODA/use-heap-effectively

set InitialCapcity to use heap effectively

7e7887d78b2e90532ebe8302c575047e534f2407 authored almost 10 years ago
Merge pull request #782 from thenobody/master

MultiKeyPipelineBase and PipelineBase made public

1b8aa4b55a8f6602ec550267bf8af7a6c8fc203d authored almost 10 years ago
set InitialCapcity to use heap effectively

1780b6c550e5148c794d08e43c02fac161595964 authored almost 10 years ago
Merge pull request #947 from KengoTODA/remove-maven-warning

fix version of Maven plugin

d05ac9f1058b7f4435cd6d59353134aa87cc8f7b authored almost 10 years ago
fix version of Maven plugin

dbc3e705875990519201ab1b9f5d3bb0d91cdd33 authored almost 10 years ago
Awareness of JDK 1.6, move feature to util class

be70cbb8a339d1ab23842bb9551090c2fe2b3360 authored almost 10 years ago
Release all resources from disconnect regardless of IOException

* When IOException occurs on disconnect, it forces to close others

8d0bb93b50e00ba2ef44109e35fcebd6d8817301 authored almost 10 years ago
Continue renewSlotCache if exception is encountered

a27d24197651b68290f55330426a7973ce43b85a authored almost 10 years ago
Merge pull request #938 from zhaojinqiang/master

code optimization

a041cf47f3db675ae513f86618c1c3ab6446ed55 authored almost 10 years ago
1. remove the unused imports

2. change log to print stack trace.

b6faef0d88497866d4719faab638e0a4482f6bf4 authored almost 10 years ago
fixing missing key and value params

454f783a7a62768eb5807f4ad8e70732fbad06f1 authored almost 10 years ago
fixing wrong test

4de7095031109d5fddc611d5e8158c43562e57f6 authored almost 10 years ago
fixing merge problem

f49eb6826480f7cf18bfff100b3753f3657d29fb authored almost 10 years ago
Merge branch 'master' into set-with-params

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

157a8ceb4ee3985639a6a1fa93730d582fd1be0b authored almost 10 years ago
Update README.md

7196dc6db60a3fccba2dc28a1d2f38cae569a31d authored almost 10 years ago
Ignore tests in release perform as they're already run in the prepare stage

dff2bd6ddf58222642ba71d02605c033ace07a67 authored almost 10 years ago
Fix merged issue

d8106859f08bcf7bd53c64d6c49c24d784430ffe authored almost 10 years ago
Merge pull request #917 from argvk/spop_with_count

add spop with count command available in 3.0

30986c51de6d914a1f10f620613674af017c65ea authored almost 10 years ago
Merge pull request #927 from xetorthio/cluster_timeout

Sets timeout correctly for JedisCluster. Fixes #602.

c805fbdc35a9567b12a118d78377858da63f67f9 authored almost 10 years ago
Merge pull request #930 from xetorthio/commons_pool

Bump commons-pool2 to latest version

d8618965c578533dfa362d901a4dec1a5cb40f0f authored almost 10 years ago
Bump commons-pool2 to latest version

8f7bd1f838e226fdebc217d0b3d6eb7cd7b5553a authored almost 10 years ago
Revert "Bumps commons-pool2 version to latest"

This reverts commit 5c042f7bb9eb21f83b5660534c5d054da60a0fcd.

b4d06e2d052fd0725ad38e945eb94a631c5b6074 authored almost 10 years ago
Bumps commons-pool2 version to latest

5c042f7bb9eb21f83b5660534c5d054da60a0fcd authored almost 10 years ago
Sets timeout correctly for JedisCluster. Fixes #602.

Removes unused JedisCluster timeout parameter and now it's passed
all the way up to the creation ...

6e6eacd8b30ac6e47a4287d8a35904a8c2f827c2 authored almost 10 years ago
add generation of OSGi metadata in the manifest

36f00b4a90ad3f1d607d4339454437caf0aac568 authored almost 10 years ago
add spop with count command available in 3.0

* unit test included

84604495dc394f9d69f2281ee247d9aaa2292424 authored almost 10 years ago
Merge branch 'master' into cleanup_fix

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

809a5355502c686de60c67e4db0632c7d934146c authored almost 10 years ago
Merge pull request #912 from xetorthio/deprecate_poolreturn

Deprecates JedisPool returnResource and returnBrokenResource

b42a86194163caa59f8def466953f0c00de50a2b authored almost 10 years ago
Update javadoc

db61469284c472fa9fbbb3519067710415ed9116 authored almost 10 years ago
Change visibility for SentinelPool and ShardedPool

00faaba7df6fa927435085b0e9518ff1fdb5c4ef authored almost 10 years ago
Depcreate Sentinel and ShardedJedis pool returnxxxResource methods

51bbd693f7444676a6a808cd599af13d5068377b authored almost 10 years ago
Add accidentally removed test

c013cf20665826b812d9402a3136250af0674170 authored almost 10 years ago
Remove accidentally created file

75154b930b201028b858446f9c6c0207db5d056a authored almost 10 years ago
Deprecate and per #909

4a92fea835862a0f31b948baf968cd7213e43aad authored almost 10 years ago
Implementing 6701b07904357dd759a11209ce98b71bd398b0fd i've realized that

tests do not pass because `jedis.quit()` doesn't close the socket after
getting a response from J...

aa9a5e25996df0c425fcb07ba94f33f9457e832d authored almost 10 years ago
This commit addresses the first part discussed in #909.

To improve usability we're changing the visibility of `returnResoure`
and `returnBrokenResource` ...

6701b07904357dd759a11209ce98b71bd398b0fd authored almost 10 years ago
Merge pull request #911 from HeartSaVioR/fix-integer-multi-bulk-reply-does-not-mark-broken

fix bug: getIntegerMultiBulkReply() doesn't handle broken status

f43e3a0e344aa2bb4bc70dd6ead52c1041ef50e9 authored almost 10 years ago
Add test : scriptExists with broken instance

* checks that Jedis marks broken status properly while running scriptExists

021cb522114fe60ef5db4b7ddd03aa09036e5473 authored almost 10 years ago
fix bug: getIntegerMultiBulkReply() doesn't handle broken status

6147ef7d478556e2122bb4eef6bc023277c7cbc8 authored almost 10 years ago
Merge pull request #903 from nykolaslima/deprecating-blpop-jedis-cluster

deprecating blpop and brpop that will be removed in 3.0.0

588facbd3855a36ac470ce0486eaad4be8426158 authored almost 10 years ago
fix BinaryJedisCluster.move() to dispatch node properly

80d2827a6e14b27d3411bb432b1a34920315c6e8 authored almost 10 years ago
Let echo to run arbitary node, not throwing exception

9b6959c23d425aebc3044fb122d65f72d655da1d authored almost 10 years ago
Merge pull request #905 from HeartSaVioR/fix-forgotten-key-from-scan-in-jediscluster

Fix: slot key is missed from *scan in JedisCluster

3937fbbac43a434ce4f70dc8b1cf4678b3102126 authored almost 10 years ago
Merge pull request #904 from HeartSaVioR/deprecate-basiccommands-from-jediscluster

Deprecate BasicCommands from JedisCluster since it has no meaning

ddaa256a5c12248d551e375c3c045a7dcb41a2ec authored almost 10 years ago
Fix: slot key is missed from *scan in JedisCluster

06660690bfcde874532cb068db84abb034cab338 authored almost 10 years ago
Deprecate BasicCommands from JedisCluster since it has no meaning

b0e1fc23fbac00c94d96f8ad013f6d38703668b6 authored almost 10 years ago
deprecating blpop and brpop that will be removed in 3.0.0

5efc8c5ef0ef677f8638f39e6e8dcecb2bb8c11f authored almost 10 years ago
Remove deprecated methods (blpop, brpop, pexpire)

8558487adf388a05da966c946eeb71934f58d7fc authored almost 10 years ago
Merge pull request #900 from ianjoneill/remove-psetex-with-int-param

Remove deprecated PSETEX with int parameter

3d9a0ece6e1d82e2f6cc3ac90a1d80d1cb2e878c authored almost 10 years ago
Remove deprecated PSETEX with int parameter

Removes deprecated psetex(String, int, String).

6bc3f6adc0ae0b6b2171639751649ea74f00ec48 authored almost 10 years ago
Merge pull request #898 from ianjoneill/psetex-with-long-param

PSETEX should take a long parameter

aeae551b6b39075b3691f4d439aca251ff91a314 authored almost 10 years ago
PSETEX should take a long parameter

Deprecates psetex(String, int, String) in favour of
psetex(String, long, String).

6ebbc8ba755d6d3a6fa5399c42c4d8a0a010acd4 authored almost 10 years ago
Merge pull request #899 from HeartSaVioR/follow-up-changed-behavior-of-rename

Follow up new behavior of rename from test

09c4571a25439e34a3aea68782a11619f5264caf authored almost 10 years ago
Follow up new behavior of rename from test

* Fixes #896
* Renaming a key to itself is now essentially a noop

818f1ec0e55a2751475045fe7bdfd21bde5084bc authored almost 10 years ago
Remove missed deprecated method

48170f753800bb7c2d2981aa3fb5dcdd449e74e1 authored almost 10 years ago
Remove deprecated method pexpire that takes a string

576da7953db0f1813cc7984619aa97b8aff35b1f authored almost 10 years ago
Merge branch 'taer-binaryPexpireFix'

00eefa4767f908a1f6bade33bfa329acdcdf875f authored almost 10 years ago
Add @deprecated to BinaryJedis.pexpire(String,long)

f418a5a9c3684c47de49e7b9c0fffa770dba8ab9 authored almost 10 years ago
Deprecate pexpire on BinaryCommands that use a String instead of byte[]

0f17edd977d58bf85f3e3f7489c636d5cff8b4a2 authored almost 10 years ago
Merge pull request #886 from antoaneta-marinova/fix-blpop

Fix blpop and brpop in JedisCluster

1a47714e2a9108fe2b08f66fc83cec566865ca99 authored almost 10 years ago
Remove not needed test

Revert "Add test for JedistCluster's method blpop"

This reverts commit f705810eeba7b946bdeefb793...

4ee77eff2bd7bcddef57044f7d6253334f6eb77f authored almost 10 years ago
Add test for JedistCluster's method blpop

f705810eeba7b946bdeefb793c2efa3b66e5e882 authored almost 10 years ago
Fix blpop and brpop commands in JedisCluster

d08143f86b1dfd91c103cc6fdadb77ed8b644186 authored almost 10 years ago
fixing parameters order

6e2706b9f519d8a0da251ad06118f8fd5d39cd99 authored almost 10 years ago
fixing getByteParams, Redis depends on parameters order. Adding javadoc

69ba3fa59b751ae8cf834ae8a777df9b522ef3da authored almost 10 years ago
passing Params to binary layer

361bcbff833c3e25251688b634ff96baf843abb4 authored almost 10 years ago
Format code

035fcc06a0a1d864ea5b77eb9a6a36f6ac059ab6 authored almost 10 years ago
Merge pull request #869 from nykolaslima/shardedJedis-pexpire

implementing pexpire for ShardedJedis

99a3fd1f725ed71ac0149e39aecb67bc9e34abad authored almost 10 years ago
Merge pull request #871 from Tavio/pexpireAt

Pexpire at

8d83136412f9cd0f4c9827f19ba81370b6c33b11 authored almost 10 years ago
removing parameters checking

d4131a01961bf6240ebfdbaef197c610be0faaf3 authored almost 10 years ago
fixing compatibility problems with < 1.7

ab38239356754467d627a7687fa0cfad2a28fbe8 authored almost 10 years ago
refactoring set command to use SetParams for the optional parameters

351e749b35fa09b188615548d6ea100cbba22750 authored almost 10 years ago
Merge pull request #860 from HeartSaVioR/not-allowing-build-recursion-on-pipeline-with-multi

Prevent recursion from Response.build() with dependency (Fixes #856)

dc9ba6d75eb66c31725a9e39c6e60875149058b6 authored almost 10 years ago
Merge pull request #874 from kennethjor/smembers-nullpointerexception-null

Added null checks in Jedis

b6f06ef60ab52cb0caaf3196b326b3c1487bfcb9 authored about 10 years ago
Added null checks in Jedis

cf9a8ac897cd5be910eab60b681a005ce38d11c2 authored about 10 years ago
Merge pull request #872 from nykolaslima/update-version-in-readme

updating readme to latest version

434464f245289956f2f41747ad122c8220362a57 authored about 10 years ago
Merge pull request #873 from nykolaslima/updating-javadoc-links

updating javadoc's external links

53d8dbc85316189e42712943dbe79cae74859e52 authored about 10 years ago
updating javadoc's external links

dbe181139f416188ff765e2d3fdc78024034bdc3 authored about 10 years ago
updating readme to latest version

dcc469dca7da0dfe510779f7323bbde2014dca81 authored about 10 years ago
adding missing pexpire method in interfaces

f80b5779cce35d687ea99898bbc827c40a377e58 authored about 10 years ago
formatting

c8c0ce433c5ce971650a3fcdc37178b8739f1197 authored about 10 years ago
adding pexpireAt command to interfaces that missed it

1b92cf63376ae77b78d01488b4711e69d8ae5f21 authored about 10 years ago
implementing pexpire for ShardedJedis

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

Conflicts:
src/main/java/redis/clients/jedis/MultiKeyPipelineBase.java
src/main/java/redis/cli...

e8b7972f0589f4b3ec2bc5cf273ae2cab35b115b authored about 10 years ago
Merge pull request #865 from auhig/master

Fixes #864

ffbca78f348b0ccd6aab8c42c7f39e2bac18775d authored about 10 years ago
add unit test for #864

77f96c679a44d8db4f42586fa6d4f4c9de3a7609 authored about 10 years ago
Fixes #864 Class BinaryShardedJedis does not have method "public String

set(final byte[] key, final byte[] value, final byte[] nxxx, final
byte[] expx, final long time)"

c6417e2f9f1f8f1145672a9e6224390f3d0e6eb8 authored about 10 years ago
Apply formatting

e2819422a8aa0ce36e53322ed31c51d4da2cefb0 authored about 10 years ago
Merge pull request #861 from HeartSaVioR/add-format-target-to-makefile

Add "make format" to easily reformat source code

24380c76fd16211e49ffac4616576aaa6c41323d authored about 10 years ago
Add "make format" to easily reformat source code

a12a6e5f5193af2e3b7f2832478b298f45da932c authored about 10 years ago
Merge pull request #859 from nykolaslima/adding-info-with-section-to-pipeline

adding info command with section to pipeline

ded2404840c10d86efced73bfdbccf97c8b54e13 authored about 10 years ago
Prevent recursion from Response.build() with dependency

* Fixes #856
* Before patch it, users could experience StackOverflowError
** when there's multi ...

f4bb295eace58b8cee144a6cfeaf808ab8f44d51 authored about 10 years ago
adding info command with section to pipeline

04118fec729bc0934287e70b0348176a3721caba authored about 10 years ago
Merge pull request #854 from nykolaslima/validate-URI-before-connecting

validating URI before connecting

773331ebc3f0557af95e36e6b39d18dad37e22d2 authored about 10 years ago
Merge pull request #843 from nykolaslima/avoid-execute-select-twice

first try to select the database. Then, if it was successfully, update the db index

8432013a6f114e01f393a9d2a06edcafe3f5d3a4 authored about 10 years ago
Merge pull request #842 from nykolaslima/connection-so-timeout

adding so timeout configuration

364c6d9464f1238aa7ad4daed51adcbb3fc46b5f authored about 10 years ago
adding URI validation to JedisPool, JedisShardInfo and JedisFactory

63b9d4ed0ecd3e01d0d73a49cadd45d82c56c48a authored about 10 years ago