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 #246 from AlanKrueger/jedis

---

Added the wrapper task to build.gradle referencing 1.0-milestone-6 and ran it.

f1a4b7a2bf1664b742ce3d5b0b846d1901c1e853 authored almost 13 years ago
fix broken instance reference to protocol

5a6d98ac56f8dec608c79c242c81389149fc3def authored almost 13 years ago
Merge pull request #211 from raszi/9d4d11ef466d7a890e763bb1b98b044e3d8635b4

My previous static Protocol fix

94e3d25ab862aa4845406bacb25092de24d578d7 authored almost 13 years ago
Merge pull request #285 from tom-martin/patch-1

Fix NPE in BuilderFactory for Double.

7b6ede8cd60d594e4fb79c26ec91c445c0618a84 authored almost 13 years ago
Fix NPE in BuilderFactory for Double.

dbd7c8b53fedb4199390439fe5f211462bdaf500 authored almost 13 years ago
Style refactor

c765bc39105566f7af1c68d6b3897eeb5c85038e authored almost 13 years ago
SLOWLOG RESET is fixed

e008f403b1302106909d7ba912fbb81592a8ef64 authored almost 13 years ago
Slowlog commands. The unit test is failing.

d5c2b9965c65c5ce50e436f979453ad682b61ad9 authored almost 13 years ago
Tests for Variadic commands

dd88c51db8354036b4f9b761e6b076c0beabee50 authored almost 13 years ago
Object commands are supported

d102ccf1b9930acee8565d36c266e2e960f27ac0 authored almost 13 years ago
Merge branch 'scriptsupport' of git://github.com/ivowiblo/jedis into ivowiblo-scriptsupport

f3dbc65bd1481c3339a324c61f0257be2c0b8fab authored almost 13 years ago
Variadic commands

8aca0b77f92ecad3e1832362bafee208a2941120 authored almost 13 years ago
Pipeline.sort with dstkey uses right Response type

e4f7f61d00206ab2e2295accaaef5027a898a71f authored almost 13 years ago
Pool.java back to the original

ded776f85989b5acb9b52eef394af84b2c812191 authored almost 13 years ago
Jedis does support lpushx and rpushx

Conflicts:

src/main/java/redis/clients/jedis/BinaryJedisCommands.java
src/main/java/redis/cli...

e8c27e0d15096289598fbea946d03e29402fd5bb authored almost 13 years ago
Extra space is removed

088f84b6b2e667501050cb99b52a2d9666430d24 authored almost 13 years ago
z*range commands now receive long instead of int. #242

75e52b9a26055476ff584e0e6836d9ccdd46cdc6 authored almost 13 years ago
Unused import is removed

0f978f5236469ff4661131358d2cd862307e79ff authored almost 13 years ago
remove unused import

d13622528166565f6777600a1cc3f0e6af6d3ec3 authored almost 13 years ago
Merge branch 'variadic_arg_support' of git://github.com/shaofengniu/jedis into shaofengniu-variadic_arg_support

caac6480ac3d1959957409479197f08c1be6ecd7 authored almost 13 years ago
Merge branch 'patch-1' of git://github.com/thesmith/jedis into thesmith-patch-1

aa05406e4a59c644abc96738f94cb21cb8eb4d93 authored almost 13 years ago
Merge branch 'Issue171' of git://github.com/ivowiblo/jedis into ivowiblo-issue171

b2648381e23b9dfba671928f604e97f8894a2622 authored almost 13 years ago
Merge branch 'select_pipeline' of git://github.com/ivowiblo/jedis into ivowiblo-select_pipeline

d18c77d56fe0551f710197fb2b56887d808bc19c authored almost 13 years ago
update how to run tests

f632182657aee7a00f0ca5b21cc1518471249dfd authored almost 13 years ago
JedisPool accepts BinaryJedis as a resource for return. Issue #171

Conflicts:

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

53f829fb1087ea33c0bd044aeaf70eedad233d45 authored almost 13 years ago
Select support to pipeline. Thanks to @ib84

c9b413c323df9ea47c1c72af6f85d37c14e5db44 authored almost 13 years ago
DS_Store files removed

9e13233bbf5ef64dda4e63b665edab33a2e1afd4 authored almost 13 years ago
Eval and Evalsha api improved

df75c72825b74a85ec381bbbaeac24708c8994c7 authored almost 13 years ago
add makefile to run tests easier

ef08981ba3593a4c8d4725e04aeac6f202f9ff42 authored almost 13 years ago
SCRIPT KILL command fixed

df1dfce3271f2c44c24edb5850a2868a91260ef7 authored almost 13 years ago
Binary scripting API is tested

9bf19c623725fd75e3d445d156f0bad0d7ec5d94 authored almost 13 years ago
scripting support

96d405a6e3539f4a99f73b826c2e0b424dbb1fdf authored almost 13 years ago
Script commands are supported.

3c86ebcd362c49868a936c230fc0cc0a5837252e authored almost 13 years ago
Eval and Evalsha is now supported

Conflicts:

src/main/java/redis/clients/jedis/Client.java
src/main/java/redis/clients/jedis/Je...

9dc89626acd935af65460c0ebd071c245e68328a authored almost 13 years ago
Merge remote-tracking branch 'upstream/master'

be163acd52ea2e970dc8d81e58d2037b058a2084 authored almost 13 years ago
Fixing Sharded Pipeline as the zrange should be built with a STRING_ZSET

df3c57940a324f3095371ecf1c7587089dfb7105 authored almost 13 years ago
add variadic arguments support to lpush and rpush

f010bc0f325b6579815fb9d4497317ada2b7b4c3 authored about 13 years ago
update Gradle support

12a1a70d39dc5d4ac793d05fb478a32e4308e6a9 authored about 13 years ago
add Eclipse support

4d6f4c7a94686a77f7dc9b1e21e05524c77600f1 authored about 13 years ago
add missing command to Transaction, BinaryTransaction and Pipeline

72ca4943627bced9fafc316d0487e3f939a02009 authored about 13 years ago
add select to transaction

6f4a32d2a1904b4e95085be83a5438dcc52eb2b4 authored about 13 years ago
Issue #158 is fixed: Response.get() returns null if redis returned null (i.e. when using zscore for a non existing member)

f3a5d62e2b9a6a608343d4a816be45cfa53ce41b authored about 13 years ago
Issue #158 is fixed: Response.get() returns null if redis returned null (i.e. when using zscore for a non existing member)

fb723db86de2078751ba8c12e1d730abbe122357 authored about 13 years ago
Pipeline uses wrong response builder for get and getSet

b17692ad9aa0f05f560d04a73aaeb7e2d0873314 authored about 13 years ago
Merge remote branch 'raszi/findbugs'

Conflicts:
src/test/java/redis/clients/jedis/tests/ShardedJedisPipelineTest.java

79965d5d0aa3e775fa390071c93bd46e41415d72 authored about 13 years ago
Merge branch 'master' of https://github.com/ivowiblo/jedis

Conflicts:
src/test/java/redis/clients/jedis/tests/ShardedJedisPipelineTest.java

cb1b19b5d43335051baca06e8b6d37c4e806a486 authored about 13 years ago
Merge pull request #208 from yaourt/brokenShardedTestFix

Broken sharded test fix

f27f809fa3c634849d41339f7e2ad2cc9996b64c authored about 13 years ago
Pipeline tests are authenticated. bgrewriteaof command test now supports scheduled status.

d97f30a01a4b5fdfe215317e8c45cb4d346d4201 authored about 13 years ago
fixed some FindBugs errors

04f603820f377f2ffa7fcbcd22fd7d46445f89f0 authored over 13 years ago
no need to instantiate the Protocol class that can be static

9d4d11ef466d7a890e763bb1b98b044e3d8635b4 authored over 13 years ago
Update ShardedJedisPipelineTest class name.

f82fb50897ed5f1391fda0a85256254a7cd56d13 authored over 13 years ago
Rename test : Shar<>edJedisPipelineTest to ShardedJedisPipelineTest

dcba7bd3b34fa221b867ae8b6e4e051a9d36dc90 authored over 13 years ago
Fix broken test due to missing authent

fd0c57599ce0020cb1256a44d64dbe6a7509158c authored over 13 years ago
Merge pull request #189 from vsoskov/jedis

---

the exception is returned in the list with the not formatted and formatted values.
Respons...

b7ee1fe29a54036064e5546a4d26b8ff5110d8d8 authored over 13 years ago
Merge pull request #154 from ewhauser/jedis

---

Per http://groups.google.com/group/jedis_redis/browse_thread/thread/38c94a90d97d429b

bb806ae066fd612a54c99f927232e191b0b33449 authored over 13 years ago
Merge pull request #163 from grdmitro/jedis

---

Throwing Jedis connection exception on IO error rather than JedisException

fe87266a53a348cf16ed53fb7a06f06a6a8c2c0f authored over 13 years ago
Merge pull request #168 from kevinsawicki/jedis

---

This constructor type is available on the ```Jedis``` class and so I added it to ```JedisPo...

90dd6a1068185068528da1f0894ce28f8a1f380c authored over 13 years ago
Merge pull request #170 from kevinsawicki/jedis

---

This corrects a [findbugs](http://findbugs.sourceforge.net/) warning about how iteration ov...

7803f5b0dfb322016a306acbf09e303a8a12d5f0 authored over 13 years ago
Merge pull request #173 from kevinsawicki/jedis

---

This was discovered by running [findbugs](http://findbugs.sourceforge.net/) against the Jed...

7b24682def5f548ef5436c2ad187d534f58b7a2f authored over 13 years ago
Merge pull request #197 from michaelcameron/jedis

---

We would like to add the ability to specify the database number on the pool config. We have...

e9d8886eb2d3c1d79117445ba16f0347e74cbe06 authored over 13 years ago
Merge pull request #199 from sehugg/jedis

---

The subscribe and psubscribe operations call setTimeoutInfinite() since they never return o...

dba5e2c3d4e717f7166e5d5b080a0298ce93fcf4 authored over 13 years ago
fix ignore that was placed on wrong test

a9ef10bb00404164e5c348389a14e30f3eaea1a0 authored over 13 years ago
wjw465150 add socket performance

a688c610ae6d4927e9778833921950b7c04ff01a authored over 13 years ago
Merge pull request #207 from ewhauser/feature/ignore-broken-pubsub-test

Ignore broken test in pubsub until logic can be confirmed as broken

3e8ac6e0944b288e0b05474e57efc901d62ecdf9 authored over 13 years ago
ignoring broken test until jonathon can comment on the correct logic

b178e25d3793a225746b060107dcf0050d270f50 authored over 13 years ago
Merge pull request #205 from ewhauser/feature/ignore-intellij-files

Add IntelliJ generated files to .gitignore

e55eed4ef297b4947fae6b093481b92ecd8fefa4 authored over 13 years ago
adding intellij generated files to .gitignore

420192ba0512bb29aa3a63f0e8a4cf927782b34b authored over 13 years ago
Merge pull request #166 from kevinsawicki/patch-1

Fence code blocks in README with languages.

9d48a07c3e12a881480b579648c9b3f567f1bf60 authored over 13 years ago
Merge pull request #167 from kevinsawicki/docs

Fix @see tags referencing int params that are now long

8a5948a84a11918d99304e1c213296691b8f2050 authored over 13 years ago
Merge pull request #172 from kevinsawicki/docs2

Fix broken @see and @link javadoc tags

ef3a532902a01ce56710beb32bee628dce9f473e authored over 13 years ago
Merge pull request #193 from gigq/master

Comments on exists were incorrect

c9d856c12275b5bb386f5d042f46968007e9acac authored over 13 years ago
Add ability to specify database number in pool config

fb33b262e499a0d50364ead9f75255e841c02634 authored over 13 years ago
Fixed comments in exists, return values were incorrect

0aab8cb63b85599db1ad76b3b9486fac9980df2d authored over 13 years ago
fixing Issue 188 - Pipline.syncAndReturnAll changes

ec0b58e1836355d78d2649719c3cbc51579aaacc authored over 13 years ago
fixing Issue 188

22d4d3fc535890d1ca3c0ba400191ee0efbfe009 authored over 13 years ago
Mark inner classes static that don't reference parent class.

3abaf71e0a4255294985c1a358d4dd7a3b387262 authored over 13 years ago
Fix broken @see and @link tags

bbb6d666ac556bf229213b296aa80c5cb7615c8a authored over 13 years ago
Merge remote-tracking branch 'jonathan/master'

88e662ee28f577af7ba7bccad0a0acf8f35c5448 authored over 13 years ago
Add JedisPool constructor that takes only host string

e9644a45291302d797ce769d51082fb52726a19a authored over 13 years ago
Iterate over entry set instead of key set.

97bbfdc2d6a9bc3e9ce7b4dd17bbb6733e53e4cf authored over 13 years ago
Fix @see tags referencing int params that are now long

234336b58bfb60fa4ea5ea088f74100dca05c10c authored over 13 years ago
Fence code blocks in README with languages.

f25901d64e963f5261feb0acfee1b523ba74dae1 authored over 13 years ago
Throwing Jedis connection exception on IO error rather than JedisException

6e4e1c39f4d0b732d48fea86daaddaf6468de511 authored over 13 years ago
Merge pull request #162 from tnm/master

update to 2.0.0 in README

6c3ec9fc14900161843ba0598abd93b05a3c6f8a authored over 13 years ago
update maven dep version number, and license date

a77153aaa0d099d6bf4764944555af787af55a01 authored over 13 years ago
Added string argument versions of zrange functions that can use -inf and +inf. Also added byte array versions where missing to make the API more complete.

5ad02d083a753e63e692ce31b893cf1179d206f3 authored over 13 years ago
Use Double.NEGATIVE/POSITIVE_INFINITY instead of MIN_VALUE and MAX_VALUE to indicate -inf and +inf respectively.

a4cef0b48abb5933a1085394cdf77d007581f57a authored over 13 years ago
Added the ability to use Double.MIN_VALUE and Double.MAX_VALUE when calling sorted set methods to represent "-inf" and "+inf" respectively.

03d4208318562654ed0b81376441460985679bd6 authored over 13 years ago
Merge pull request #159 from amalloy/patch-1

Edited README.md via GitHub

f9608e93645112a67d70a50d4a077ee684162b8e authored over 13 years ago
Edited README.md via GitHub

ede74672d1b903afaa65f0c8af2a8e9765eb9d5e authored over 13 years ago
Merge pull request #153 from ewhauser/master

Exception thrown when trying to get a key with pipeline that does not exist

cbca00a78eaaa751e5f31660c5eb048cdd7f5faa authored over 13 years ago
JedisPool timeout was broken. Values <= 0 where treated as -1, where 0 is infinite

9006178a05df3586cc4bfac61634f3bed735cbc1 authored over 13 years ago
remove strange license header

8465720d921a8d628d70bc126b0903d2b9ae3781 authored over 13 years ago
switch SharededJedisPipeline to use return Response and deprecate existing API

8ddba03add9319d1300eea3233e372040bc184c6 authored over 13 years ago
Pipeline commands should not throw an exception when a key is unset

3b55731b7bf4c46c7a88baf653355ed7f1f83641 authored over 13 years ago
[maven-release-plugin] prepare for next development iteration

c3f0cf0ded75c931d886c9df19a9fe4ebeb3cda4 authored over 13 years ago
[maven-release-plugin] prepare release jedis-2.0.0

85ed0e4bc20ebcb8cb817f1e7c30e746cf224406 authored over 13 years ago
fix typo

36d5e0d4b33c0143893a4ec3d26337451c658c18 authored over 13 years ago
revert back version

f070baa11b9818b88f2d26206e3c7745022cb500 authored over 13 years ago
remove watch from transaction

6aa216f8cfe21cd4b0abb7364dcfa2add9ead7e0 authored over 13 years ago