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 brpoplpush

3f79d803962bd148151362fc61fc0e80c1efbffc authored about 14 years ago
add bgsave

c30359581e9e22fc86113fba49369390da12a234 authored about 14 years ago
add bgrewriteaof

15c0e242d73d5a0e57460528794f5ce9620af3e2 authored about 14 years ago
[maven-release-plugin] prepare for next development iteration

ff0b43aded847421273be8f74e9f4b32cb8b0f03 authored about 14 years ago
[maven-release-plugin] prepare release jedis-1.5.0

0bf3018ea6450a2ba76eec4c95c4ca705e7ff648 authored about 14 years ago
mvn snapshot

453b83b049acd71efe59bddcf9c93d489dfd11cf authored about 14 years ago
version bump

e73564b3ba19410521ce5bdaa408e31b13ec67b3 authored about 14 years ago
pool doesn't throw Exception anymore but JedisException

6f92f5fc9c87ef268027a09ac3a975f8e6639622 authored about 14 years ago
Add constrcutor with default pool conf

dadaaecfdbd3b2c13820356bb2f369917b036ce0 authored about 14 years ago
hincr, incr and decr long support

afd34c8af65650c7fda894286ea7c72927d1f948 authored about 14 years ago
Surround jedis.quit() in try/catch to ignore connection problems in

method destroyObject

ff8ac4c9db5bc3ea7a4312a4846f6a978a557158 authored about 14 years ago
[maven-release-plugin] prepare for next development iteration

26614b26deb97ffedb5c9da7eabb4b78d131b14d authored about 14 years ago
[maven-release-plugin] prepare release jedis-1.5.0-RC2

5d3c55b1cb029fd67457487d9819e5d537777455 authored about 14 years ago
version change

f78b2a42c216ac3eea417bbb4baaaca6dc6de1bb authored about 14 years ago
Add benchmark for hashing algos

d33c0a52b9e1d1e7c07378b685e66ffea772647d authored about 14 years ago
fix consistent hashing, both MD5 and Murmur,

ad26ea23ad8a211a6e5704b278121a7ea6a57a0a authored about 14 years ago
remove java 1.6 specific annotations

c4263b0a2dace2e031c5c1eb0da6c38e5405d73c authored about 14 years ago
add dependency for apache commons pool

b8baba9a00a30d4c5f3d6d0b5928a7a0946705d2 authored about 14 years ago
exists, sismember and hexists return Boolean instead of long

cd9e17a70976a8d5093703206da4b2ab0d1bb770 authored about 14 years ago
add checks when server closes idle connections

81ec9f8af3db3f8f162f1edc44abbfc3cffbaccb authored about 14 years ago
[maven-release-plugin] prepare for next development iteration

efb27de003b31f4fa2a3a38df52c23cc62160753 authored about 14 years ago
[maven-release-plugin] prepare release jedis-1.5.0-RC1

5a07efd9c8f4d1ef7f0a103bd9633403dd89c2cb authored about 14 years ago
Add alternative pipeline usage

8043f12e200e45754baa8a60b30c1b725679054e authored about 14 years ago
Verify incr behaviour in rollover conditions.

f8636ec16baf8f82c93efda5289de90d10795d5e authored about 14 years ago
incr/decr operate on 64-bit numbers. Switching from Integer to Long

d18cc4bd131aa5f146364c28b7efefaec7f66f05 authored about 14 years ago
Now Sharded will handle connections instead of Info, so connection won't be shared between instances of ShardedJedis

a1815f38814ba7b1207d0034045093ff8251ea70 authored about 14 years ago
Remove @override to make it java 1.5 compliant

ad149e82527e2f7a95a86245ecc199d8debf7215 authored about 14 years ago
add watch on several keys, and discard status return

970ea3adf4b5157ab1bea96071fbf1fdd19becab authored about 14 years ago
add support for java 1.5

098de44a071d8b7050c25c128d4cfc7d47658610 authored about 14 years ago
replace custom pool implementation with apache's

71eb4c5b4ae74a18a8db6de91e7f71a2a2797c3c authored about 14 years ago
Merge branch 'ApacheCommonsPool' of git://github.com/yaourt/jedis

e7582644b1ce457f09300bdecbf7fe08a47daa55 authored about 14 years ago
[maven-release-plugin] prepare for next development iteration

851291f10055a6c653e56ba55b3e345b51f75a36 authored over 14 years ago
[maven-release-plugin] prepare release jedis-1.4.0

1bdb1632e4c618e4395369fe38f10c713fff2a5d authored over 14 years ago
version bump

a6ad0ff1b00c8452620ccec80b7eabadc2057972 authored over 14 years ago
Merge branch 'binaryAPI' of git://github.com/yaourt/jedis

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

b013a74c44b526ba9f824cc7eb2087714d9b6eaf authored over 14 years ago
hvals now return a Collection, not a Set neither a List.

d3362da12c774be493b63c9b0584eb29e6ec0a50 authored over 14 years ago
Add a pool for sharded jedis

f62548931caa8352675c65e3232812c90e975d95 authored over 14 years ago
Hashes hkeys and hvals refactored to return a set instead of a list.

It looks like the order is not guaranted, so a set seems much adapted than a list.

dd6874aa7adc0c735be2c33e61eb657cb730c60a authored over 14 years ago
Binary U test on Transaction ...

e8704296fdb7b71174c9c3bb7c5290be17aa0060 authored over 14 years ago
U tests for binary values manipulations.

deb049d1958efa0c09d33e2799d200f17fb3223a authored over 14 years ago
Remove unused old pool class.

6ba7a699a929818167acc404b780fa2846fb8942 authored over 14 years ago
Apache Jakarta commons-pool based JedisPool.

3d8d152227c602e4314a6932da6ed3af206bdbc8 authored over 14 years ago
Binary Sorting fixed, and under U tests.

4a71dff0060565593a4581a90ee6d21ec16b3d7b authored over 14 years ago
Fix wrong test on lists / sets.

Lists comparison now take care of the order, which is not the case for Sets.

3281bafd2e292591646022b2bb9e328352fd8790 authored over 14 years ago
keys command now return a set (instead of a list).

The assumption that keys are ordered seems to be false,on my laptop, with the keys 'foo' and 'fo...

424512d4e655c72b7982d136e37df8c5b28dbded authored over 14 years ago
Binary U test on SortedSets ...

0beeddce5db2fa6e9e5dc39eeb5d23d46b2ea775 authored over 14 years ago
Binary U test on Sets ...

5a87ae465ee9b6606f5613b3de5895a93c28cfec authored over 14 years ago
Binary U test on Lists ...

ad25921ecaf46dd182f5bb3ce5e7492611168c15 authored over 14 years ago
Binary U test on Hashes ...

7d58a68d2d818b5e5df850f5486de025bd06b3dd authored over 14 years ago
Add Binary oriented U tests ...

c62a6762be31cdb0420c5c579621476be5cb0404 authored over 14 years ago
Remove duplicates ...

70cd1768cf82a7a88029896832c3bf8b8bb6a44d authored over 14 years ago
Ready to be merged back to master ...

Last buggy U tests fixed.

11fec5c182bdace70b32ff8e4099fb402cb4f815 authored over 14 years ago
Use Arrays.equals(...) instead of hand written method for arrays comparison

9ff9ab350537e02a79eb0bf5f1b67bf0735b7042 authored over 14 years ago
Fix some more U tests ...

Now only PubSub are still broken ... (little refactoring required)

a2b3417fce4373f1d2563089c5690de02f187e1c authored over 14 years ago
Fix some more U tests ...

47a39cb520d4dc7e7868357712b8a4f740da435c authored over 14 years ago
Fix some more U tests ...

a2468dff58b8b5a5cfcbab75e6ff00561a53f082 authored over 14 years ago
Fix some more U tests ...

ad5f44edc44e97d66f789d0c60d02f04f14e83d2 authored over 14 years ago
Fix some more U tests ...

2836d78c44f13f87a1056b41568f404a9afb479f authored over 14 years ago
Fix some more U tests ...

afad308e29df790e4d789d4538783794d4a7d1e6 authored over 14 years ago
Fix some more U tests ...

f8afa09aa531365cbd36559a14588830f46bf123 authored over 14 years ago
Fix some more U tests ...

dab21609e63f850517121ae188088716d45da4e8 authored over 14 years ago
Fix some broken U tests (there are stille broken tests, working on it)

ead39394a11e75d1f26989b2477d40c62404b60f authored over 14 years ago
Implemented commands are retreived from Protocol.Command enum

abd464f9bd52f1072e4af1fbaebcc9c2e5407657 authored over 14 years ago
Fix broken U tests

fd8e3116ab4706dcc678ac8eaea5508858c61ed4 authored over 14 years ago
Binary key & values seems to be implemented now

e2d814880236ef7dad06152033140d607d5b6aac authored over 14 years ago
BinaryTransactiob is born, Transaction inherits from it

84bb16dd5e51b6f4d1e4156f05a74027cf813deb authored over 14 years ago
BinaryJedis is born, Jedis inherits from it

37a39152984e1b9a6b2c053d7730ae05c38c6f3b authored over 14 years ago
JedisCommands DOES NOT inherit from BinaryJedisCommand

ef1cbfafc91e924f648dfc7f28b20c3fdd7dc7a0 authored over 14 years ago
JedisCommands inherit from BinaryJediCommands

7213955d62dc4c3f90ad6ac180482735001d300c authored over 14 years ago
BinaryJedisCommands skeleton

9614a99a5a300575f315b35a68668a213326150c authored over 14 years ago
Client inherits from BinaryClient...

78e7b653c29b2b396558dca0061ae50d3a99223f authored over 14 years ago
BinaryClient is born

85ce39ca3e251cf79904088f6f0ecf3c91432070 authored over 14 years ago
Add a sendCommand(String byte[]...) method.

377c266dc1e7678b6a91d8dc9c41ab20115b947b authored over 14 years ago
Code cleanup (final method params)

ddd3932906290e99d7f8706f8d52a0ee5c2903be authored over 14 years ago
UTF-8 charset declared in Protocol, added a getBinaryBulkReply() in Connection

daec806c5a33b43b9d2cba783ba0c4bda7a54f75 authored over 14 years ago
processBulkReply(...) now return a byte[] (instead of String).

69c1c644ea1a5097e417ef72abf20690ad6cc716 authored over 14 years ago
Added final to methods params

77590f5b21e7f3335a5d7f0f5b7283c9ce27c718 authored over 14 years ago
Add a binary sendCommand(...)

ce876e2b5673c069984e4648236334e4d8a88674 authored over 14 years ago
now it is possible to subscribe and unsubscribe on a JedisPubSub instance

08f843221528ab7fb92ef43469cfe2406c1eefb1 authored over 14 years ago
updated readme

7a377fd8e9427fe713a22451bef72d5e95bae6ba authored over 14 years ago
updated readme

6bccfbd313cae2e48584b1f75e54f6b16a5478e4 authored over 14 years ago
Updated readme

8d34c4cbe19ae73dc2e7753626a34d9a2b6f9683 authored over 14 years ago
getIntegerReply should return Integer and not int to support null replies

07f5820a3267689fa011744a5651fbda15501d29 authored over 14 years ago
Added sharding+pipelining support

d70c42edb9c1cdf810dd4ad653745d8ce5fec56c authored over 14 years ago
Added support for -inf, +inf and open/closed intervals to zrangebyscore

7d3fb44639fda4c1612b279c8d83a113ee36b1d7 authored over 14 years ago
[maven-release-plugin] prepare for next development iteration

8692184f5a4b23b9f2166fa890d3d85c5d3d5894 authored over 14 years ago
[maven-release-plugin] prepare release jedis-1.3.1

2754bbb7a75091995f38cf7819527472c87ea738 authored over 14 years ago
IJedis renamed ro JedisCommands

a732ed3a1909ad19b07ff2127fe9d2bad5f134e8 authored over 14 years ago
Introducing IJedis common interface for sharded and non-sharded Jedis

e38a3fc012d66744d5e68114ad9866fa640ac356 authored over 14 years ago
Disabled logging in JedisPool benchmark

99a50db3ea2915ec5d3e942d1b030a2409c55c72 authored over 14 years ago
Fixed a performance issue with utf8 characters.

When an utf8 char was detected in a string, jedis flushed its output buffer
for each char. Now, ...

3f21dcd0eb97b3b7c4847c913b0955e391192245 authored over 14 years ago
fixed another small typo

3b880bba431d13f509127b863b56ed506d929cae authored over 14 years ago
Fixed a small typo

8bbd1f301c368a0153b8ff139035a9b1e3e2b8fc authored over 14 years ago
Updated reame with a "I want to contribute" section

417d4062b3ba81aaaad1f598f6dc9466108fc350 authored over 14 years ago
Updated readme

a686a5261311d4e40288bd120006c3d5941aa084 authored over 14 years ago
[maven-release-plugin] prepare for next development iteration

a0a2ec4681323c14f30ade692dd8e0431cf8bbed authored over 14 years ago
[maven-release-plugin] prepare release jedis-1.3.0

a3ae4f4b74b3a522742b3df6a18027d93f3714d4 authored over 14 years ago
Added mailing list to pom

8447d5084bb0591ae68a6e739b1810e9cf63bdc0 authored over 14 years ago
Changed scm params to fit for xetorthio's jedis repository, formated SortingParams with java coding style.

da876fe7d28723d6ccf66494e1582b7155a89509 authored over 14 years ago
Removed System.out and System.err logging. Using native java logging support

45bb728425c9ca39e4a8c5e9c87036aa3adc49bb authored over 14 years ago