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

[maven-release-plugin] prepare for next development iteration

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

3d479e8dca2d674287cc2ffbdd9363139b27b433 authored over 14 years ago
version update

ca83b6310978a8b2c539c9aed2ed579ca81b9715 authored over 14 years ago
Added sharding benchmark and removed some imports

6a1e14106436e847ffdcca413f9283bbbf4afe53 authored over 14 years ago
Key tags support made optional.

The regular expression in the key tags code leads to a 20% performance hit,
so it's disabled by ...

39618506e4899c7584ba8a7fefbc20c7f16db5f0 authored over 14 years ago
Merge commit 'origin/master' into key-tags

6da1852d0d1dcac8d04e69dc527e2a61179fb776 authored over 14 years ago
Added support for key tags.

See http://code.google.com/p/redis/wiki/FAQ#I'm_using_some_form_of_key_hashing_for_partitioning,...

2df3a1b2581e6a9ec5584ea1d16d426b978705c2 authored over 14 years ago
Merge branch 'master' of http://github.com/m-heuser/jedis

af273f737e3eeabfa897a69df2e03bbc163fcfe0 authored over 14 years ago
Changed pom to fit the requirements of https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-7a.1.POMandsettingsconfig

c4f922036dabc17d5e63e106c752dccf91ecc4db authored over 14 years ago
added javadoc comments and nosearch()

723702b49265adb34be0eef541e9faef42a01cac authored over 14 years ago
Updated readme

345fa37c068802666b2889f3afb10e121a8e0bd1 authored over 14 years ago
Updated readme

260b9ce58356311c39fbe7925fa71392cc29731a authored over 14 years ago
Updated readme

45061f588960834b1a16a5155a7099952945b02a authored over 14 years ago
updated pom

maven will create javadoc and source.jar on mvn install

2106e82c1f6b06f7b54fad90b0458dc80184ae41 authored over 14 years ago
Updated readme

3d838f00427c3253198d62bc4d75adef43c312d1 authored over 14 years ago
Updated license

9202d009ea56fa7714327097f7b0f0e51c7170c9 authored over 14 years ago
Merge branch 'master' of github.com:xetorthio/jedis

6458691d944b75eeb094e1cf4cd98cf260e29958 authored over 14 years ago
Removed ignore attribute

592bc69e4e0a9e2ede27f1fc63a2e4e7b348b114 authored over 14 years ago
Fixed a typo in the test

86ae05f158fbcb769b9adaff0e3b13c9641b2fb2 authored over 14 years ago
version bump

bdb29decc6a250d9ee4b6c58f49c1fd21d2b7f1b authored over 14 years ago
version bump

16a442467de53d115f9cee35af30477374b88419 authored over 14 years ago
simplification of sharding

330135eba090f7ea0d963735b1ca16698bf768c6 authored over 14 years ago
simplification of sharding

53efb8471f27ce5aa69b52778e431b31194819b3 authored over 14 years ago
Version bump

ea784de98a705b8b468bb41fc5af5d71ee2fcdc6 authored over 14 years ago
Added DEBUG command

1312c4d4aecf1b0a5c6c97e1b7b01715b3374a7a authored over 14 years ago
Implemented linsert

3d1546131a961e1cdbe34865a6aa9c2f481b88f9 authored over 14 years ago
version bump

e4d5c182d016da56d0e158a96d95210e587334e6 authored over 14 years ago
version bump

b824da67cd7e0a6cfe7ff98871ed0c14fbd984ea authored over 14 years ago
Changed MurmurHash algo, to the one developed in http://github.com/tdunning/MAHOUT-228

edcf7412ff2280f0e85fcffb6f7ea2b43631fb91 authored over 14 years ago
Merge branch 'master' of http://github.com/yaourt/jedis

59f7063b2c5a0c52285f191acb1fd7448eea0fbb authored over 14 years ago
Refactores primitive types in the API. Now int -> Integer and double -> Double.

This is to support Redis null values

ed20894c951a0d8f46f6baf595bd9b0fa1c1a562 authored over 14 years ago
Updated readme

a9d8dfe3d7e3f63efec2b34ea71fe080ccc13ef6 authored over 14 years ago
Update the way the Redis host(s) can be configured for the tests.

There is now a single property : redis-hosts.
This property must contain at least 2 host definit...

4a1d9928b58e61abc73612c883ea41c6eff32175 authored over 14 years ago
Added redis conf files used in tests

f45488077617efb18770d19ac9ce2d0ae6451ba7 authored over 14 years ago
Added password to Jedis, JedisPool and ShardedJedis constructor for easier and more efficient usage

224555afd2c57ce49c62bfe8ef2bb44245f4aaa0 authored over 14 years ago
Fixed small bug in the benchmark test

708ae8a56e92c701b27afb8cfa4417a13bcdf9be authored over 14 years ago
Merge branch 'master' of http://github.com/alextkachman/jedis

703244c85ed45191a5b4a6de88b8a76986f3942c authored over 14 years ago
Updated readme

f99c4ed6a2178175d3caf9e9bb5ce0330b93c4e2 authored over 14 years ago
Added MurmureHash as sharding algo.

8629360954b8e9ab65a9ba32daf91eafd835d993 authored over 14 years ago
Added bunch of missing commands and a test to check if Jedis is updated

a8ffacd30ac55c502d1f006deb3e690e0135ba68 authored over 14 years ago
more reasonable PoolBenchmark

20dac7e9b41ffb08b94757266f3955ad003eb096 authored over 14 years ago
ability to provide logger instead of stdout

032fe7e134f8493040069fb257a70a17253ae4ac authored over 14 years ago
Updated readme

9b202c3fb1e6030812bb35b5ee2f93d8379c7aef authored over 14 years ago
version bump

411b04a135e6d23a3bf3fdab95cb049ac2d0d7ae authored over 14 years ago
Added sharding using ketama

baab2225f650010bb7eea7b0f0e4eac7327a1a25 authored over 14 years ago
Merge from upstream/master.

e4ee2c04b71e63f1becd228801a10eb1e5f8e8d5 authored over 14 years ago
Allow to execute tests against a remote server.

Update Maven pom to use "redis-host" and "redis-port" env. properties.
Default values point to l...

d61f4d79d868ab2bb0377d449bf03782ca0ed16c authored over 14 years ago
more optimizations on write side

f9e7887e02b86ce893fde73dfec1ec5daabb7ba3 authored over 14 years ago
more optimizations on write side

aed824c94cf9bc23da96b15b1d65bc6f1a5eff15 authored over 14 years ago
optimized writeInt

b573526a0dc68d70846ccf7a3b031233e2f2bfcd authored over 14 years ago
a bit faster implementation of output stream for Redis

a521841ff51742577074d50722a783415b84d846 authored over 14 years ago
isUse must be final otherwise synchronized has no useful semantic

d4d133291e2fad2cda68541974d557a96fc5f6c6 authored over 14 years ago
RC5 -> RC5.1

675e2b1369b9ae215875ed65e24d6a27cc2e0569 authored over 14 years ago
connect in sendCommand() and don't check with isConnected() two times

c6507e61878479229860d987a1f701e593afb9c7 authored over 14 years ago
return types fixed

a614f1ff3ea6d634e173ad117c75c135532cd0cb authored over 14 years ago
autoboxings fixed

7c680634a3af01b42884c129a89f7e32973bee6f authored over 14 years ago
Add U test for fragmented processBulkReply patch.

97e2a50f60d3b5e5178aa005f9cd9a7dc4f632ff authored over 14 years ago
Fix processBulKReply against TCP fragmentation.

see http://github.com/xetorthio/jedis/issues#issue/10

de5030e13fac6adedd2926a89788781217e85c3f authored over 14 years ago
Add U test for fragmented processBulkReply patch.

9211335f0d8ea82f69dea50229928c0205310480 authored over 14 years ago
Fix processBulKReply against TCP fragmentation.

see http://github.com/xetorthio/jedis/issues#issue/10

f0f6049cdba1db4914ef0d837a84183fa206c227 authored over 14 years ago
Ignore gradle build files

562fa70a0ccf6c3ae2cc39e7ad46791f8ec2d62a authored over 14 years ago
Added an eclipse busting git ignore

7e0c5dc4651c027dc4a37576d55ff62d405536d0 authored over 14 years ago
Make sure resource is not null before destroying it

395a32c26949983c3900b3847136b474d1b1ce2f authored over 14 years ago
Added a benchmark to the jedis pool

8207c2415f573e11cbdb01201d604dbddbceab48 authored over 14 years ago
Fixed typo

8c19367b7a1ccd7dd9258259b4e87eb2331c4033 authored over 14 years ago
Updated readme

eeeef3af68619f12ff8b4cb2af2648f8ccfe59d0 authored over 14 years ago
If it is not possible to create the resource, keep trying until it can

1d37728817921be7c5e4db0c19ed4e750d0f51ca authored over 14 years ago
Removed not useful information from the pool

e6105efd69d097b5901b67c7e0889af1f0908977 authored over 14 years ago
FixedResourcePool upgraded

Added pool destroy method.
Added idle connections validation (When needed)
Added metrics log ever...

d3be2f629d4dc40239aa429a50f1585ad666a28e authored over 14 years ago
Added sorting support to transaction

9fb41cfce4d0b48058018f7bae5062c1ebbf8fa5 authored over 14 years ago
Remnoved 2 assertions that made tests to fail with the latest version of redis. It was testing too much

2c41132c5c59340061e4cf5dfc792d1c0e84773c authored over 14 years ago
Increased version

71c9c35ba9ff001086b231d758dcd9d1cc1b5797 authored over 14 years ago
Fixed EOFException issue with JedisPool. Was trying to reuse a broken Jedis

68905396d5876eed041318564519255c402b7d44 authored over 14 years ago
Fix for GH-4, isResourceValid should check for PONG not OK

00dedc5f258a2f6e50b0dd66803c95f75ba62128 authored over 14 years ago
Increased version

84bde29dac8be74e02fecc10f8c4388c022847e6 authored over 14 years ago
Fixed broken constructor. Wasn't setting default protocol

aa7a96d05c2e795e1c0baaf8bb2ab6f0b0c0feec authored over 14 years ago
Scores should be represented as doubles, not ints

366b2a05c240a55046adab46c4319bb06e1c7a62 authored over 14 years ago
Need to get this reply from server, otherwise the next read is polluted

6a7b1db319ac9e65b179481b2dfabb7f8a1420da authored over 14 years ago
When in multi show a nice error if not using TransactionJedis

7c0505511e30e490c970b03d4dad721fa4a97c36 authored over 14 years ago
discard() method on the Transaction object

f55deca6785895b456de9cbb41ff2338f28f136d authored over 14 years ago
Test will now flush everything before executing

99f29abd7bb768a7e6afe691ec94a2e07b393f64 authored over 14 years ago
Gradle build for Jedis

94b7e1d511aa8c5f3f0883466002513ebdbfcd0a authored over 14 years ago
Updated readme file

d0f011aa1b2493ec85f77c77d1a875bac5ed29e0 authored over 14 years ago
Increased version

caaf23c3c47c795c230078bd9d06f1c00cf99876 authored over 14 years ago
Added connection pool

96709e0a160dab779736f4c0bfa087322b0e7476 authored over 14 years ago
Fixed issue with converting String to byte array

2e3dc20c07a94c5ae763b558a73e8d6ea5ddc95a authored over 14 years ago
Incresed version

ba6673fd3d40171f9bef244063fbd228de522045 authored over 14 years ago
Implemented CONFIG

3f0ecebe723fdc105fbf095f1af61a0fafb3f0fa authored over 14 years ago
Changed name to ControlParameters which is more appropiate

c29054096825f5e920b23c75bdc49e818ae6a673 authored over 14 years ago
Start with a fresh DB when doing benchmark

8d8c5131f133620e2db69da387eb4903345ae2c5 authored over 14 years ago
Addded default socket timeout of 2000 ms

048d87d26c4d46d57468c4b37b2ebe3caf3f7c25 authored over 14 years ago
Updates readme

8372092b96450d574d5b46693cd70cb3f58b14f4 authored over 14 years ago
Increased version to Release Candidate

2ba732c6e32bab9bc88d885efb069ce4ec0cb027 authored over 14 years ago
Updated readme file

69ada8821bc3e639c8dea55238c8c48654a5939e authored over 14 years ago
Implemented SLAVEOF

50405b4d187c7390a13836dfb490a6a82abc3c15 authored over 14 years ago
Implemented MONITOR

f0a426a7c7149fc30439aecf472d23d2e55284cf authored over 14 years ago
Implemented INFO

0453ffcd1fc931681657525f7179bea98263ca88 authored over 14 years ago
Implemented SHUTDOWN

5cc2d8874b9df00b48df4b45af226b0b8d59dd2b authored over 14 years ago
Implemented LASTSAVE

bb5fe63b721a353ba01ccff7b6223c24b9b4217b authored over 14 years ago
Implemented BGREWRITEAOF

bf3094f0517046ca95251ef78519cb9bdb06a48f authored over 14 years ago