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

version bump

891e0180934e7f1a2bb96b9538167344744a7a6b authored over 13 years ago
avoid creating pipeline responses and do it lazy

d690833ed6feb63e4dcec57beb730d5633ef4ae1 authored over 13 years ago
Add binary responses to binary transaction

44c3eef60ed4c4f06207bbdfefb307cee7789e4d authored over 13 years ago
remove unused test

525710aab6f91500d57916bb41454a84e747eebd authored over 13 years ago
binary jedis watch command accepts several keys

00712f040dbe91f0dfa5970a97326982f52e2b97 authored over 13 years ago
On reconnection, select the correct db index

607d31d96b70b93a95dd1b4611a1b5137c0b76d6 authored almost 14 years ago
hvals response type consistency, was Collection should have been List

20ee796fa8d32e1455f50d7469d993143d223696 authored almost 14 years ago
code cleanup

6e0be01f6f45dc6677a64ed767021ec77d200264 authored almost 14 years ago
Merge pull request #146 from TioBorracho/MasterSlaveConsistency2

Give names to shards for backward compatibility

3a291eb32262742632a830f5e1ac79356ccb8fe9 authored almost 14 years ago
rollback some ignores

4dcdf4e3298207b10dab465ed9efd099f3a89ead authored almost 14 years ago
Merge pull request #145 from TioBorracho/Cleaning

When there is a connection error, disconnect to leave everything clean.

4bc292e05651fa862be769900bc80085a796e331 authored almost 14 years ago
optimize

202d68a21c9179b77ec0208acdffbc9a888fe666 authored almost 14 years ago
keep old connection file. DO NOT CROSS BRANCHES AGAIN

56fd098ee2f21631b42725283d0fbb43793cb52d authored almost 14 years ago
MasterSlave consistency and old mode compatibility with shard names

37587df2b64f964c71ac6b6f8ff8ba436ab9a10a authored almost 14 years ago
ignores

5c9d5165989693497b4749f09fb8d3ed06fd04e2 authored almost 14 years ago
Merge branch 'master' of https://github.com/xetorthio/jedis into Cleaning

9af964e88d2f688d56800bc7ee9bff545f47918c authored almost 14 years ago
disconnection

ace1588501dd29fe5eb673813427202550d45f8b authored almost 14 years ago
Merge pull request #121 from ewhauser/master

Fix bug in getbit/setbit and add bit commands to ShardedJedisPipeline

6a78b32a84faab1f277afa6edfb03fa08d3b6028 authored almost 14 years ago
list command receive now long parameters to be consistent with return type

4e15a23e41f92aad200168ec8507779b1e2abbb6 authored almost 14 years ago
add Tuple compareTo

b6df4739a0a98d706f5bb6a96326c7dcbb9e31ff authored almost 14 years ago
Merge pull request #103 from malomalo/set-compare

Tuple compare

f25d70916c5267fd8185d6a9a1f65ec08b25619b authored almost 14 years ago
add getDB() which return the db number we are connected to

6ff96835377a4c78460bfd784c7bfd4290c9d394 authored almost 14 years ago
add publish command to Pipeline

cd3b50268e03e4b66d6a3ced49c9ee092ea3475f authored almost 14 years ago
add publish to transaction

86fdf63cc9f71ac16ebead466bf0019aa1ad67a6 authored almost 14 years ago
fix md5 hashing as MessageDigest is not threadsafe, now using ThreadLocal

66b0a5784df4aeb62284c2421b46a80213f3d112 authored almost 14 years ago
throw JedisDataException when sending NULL values to redis as it is not a valid value in the protocol

0d6d37b95f503b69a703e076ff2480151a6df388 authored almost 14 years ago
add test to check JedisPool with password

cfc906167cbbd25f83903b088a4e70b50d6469eb authored almost 14 years ago
throw a JedisConnectionException if unsubscribing from a not subscribed JedisPubSub instance

acb1eb594f82704576f2a2850fec059d53746288 authored almost 14 years ago
handle quit command response as it was leaving the socket in an unconsistent state

22b2229ba02b85cec563f3bcddffbe0cdcf5b135 authored almost 14 years ago
fix small typo in exists command

0885681f63ddd4e5e385ce389b03aa9093b63627 authored almost 14 years ago
jedis monitor should set client socket timeout to infinite

b13c9645001f2ba179aea4e64a26f7ece005ef95 authored almost 14 years ago
adding bit commands to ShardedJedisPipeline

6e1ef5af508d13061bdf1ab4892d6881ccdbdfda authored almost 14 years ago
change doc as it confuses people about setting empty hashes

e5a3833d4a1a0f26fe993a4019b6353de5bfe545 authored almost 14 years ago
add del() to ShardedJedis

a94168bcc1aa940844fd7ee56c74ee36ef157bfa authored almost 14 years ago
don't check if jedis is connected as PING will connect if necessary

6c59e347c713aaea30951291903a5753ee9784ab authored almost 14 years ago
add benchmark for SafeEncoder

bb4d9512380018e4cd1e63a4058a7b81ef6f3ab6 authored almost 14 years ago
add more tests to pipeline repsonse

e87b8947c4066b69da8051782264b3cee3deac98 authored almost 14 years ago
remove stupid test :(

713cb15b03bddbb8cd8fb2af186595fb897c5254 authored almost 14 years ago
double builder should build from string

443686b15533d3e5d9cd8041ab19d409978f30fc authored almost 14 years ago
fix reversed boolean logic for setbit

cf74935721d821bf0d768966a7adce6bc474f804 authored almost 14 years ago
Merge branch 'master' of https://github.com/lmar/jedis into lmar-master

Conflicts:
src/main/java/redis/clients/jedis/Pipeline.java
src/main/java/redis/clients/jedis/P...

97dd134eec3cadbbf9c12f1ca5c0a493913818d4 authored almost 14 years ago
Merge branch 'issue-78' of https://github.com/grdmitro/jedis into grdmitro-issue-78

8aa25eb9b36737a86b0e5b619e6bddee99d50b94 authored almost 14 years ago
Merge branch 'safe_disconnect' of https://github.com/grdmitro/jedis into grdmitro-safe_disconnect

1502990ceac756d57a50f7b25a0a9afd2913e6e6 authored almost 14 years ago
Merge branch 'ordered_shards_iteration' of https://github.com/grdmitro/jedis into grdmitro-ordered_shards_iteration

90e68fa4825dec9835daddd3a0ab5fec6e645b9b authored almost 14 years ago
multi/exec block return formatted responses

3fb7a52017af5247645706dcb7769294f9bee65e authored almost 14 years ago
pipeline return formatted values

6707b62342765a0a04cc31325501be3fc5f55193 authored almost 14 years ago
made shard iterable in the same order as in config during creation

f16d91550d7aceb4d166230c7c0d3d6489dc458a authored almost 14 years ago
safe disconnect

620a5d699feda8df075eed0d945f7a5f61338506 authored almost 14 years ago
fix issue 108, brpoplpush set infinite timeout before waiting for a reply from the server

ff50c17238cdc3a0c824b00c2a60899ff0438205 authored almost 14 years ago
reverted back vetify() as connection checks could be disabled in pool config

da3092e6952d13d2e8c10ba028979a1da78fe591 authored almost 14 years ago
Merge branch 'MasterSlaveConsistency' of https://github.com/TioBorracho/jedis into TioBorracho-MasterSlaveConsistency

74ca0e1d716727cdd34cd2d766096519a5d3133e authored almost 14 years ago
should always default to Murmur to be consistent everywhere

347d743de44bf4bd3cc5f61fb53673da1c785eb8 authored almost 14 years ago
ISSUE 78: Removed logic that waits forever till all shards are connected in ShardedJedisPool

Ensuered that all commands connect at the beginning if necessary.

604615d22827f11a9feadb87993f4aee623842aa authored almost 14 years ago
made getShardInfo(byte[]) public

cb0d76051d4bbdb57eeb1e15c52623f8b18a0411 authored almost 14 years ago
Revert "made getShardInfo(byte[]) public"

This reverts commit 0801b01ccb96ccfd075208d76122dadd4d3f1ac9.

dc8919363562df851f2ef8070ca357c6670e355c authored almost 14 years ago
made getShardInfo(byte[]) public

0801b01ccb96ccfd075208d76122dadd4d3f1ac9 authored almost 14 years ago
Compare Tuples based on the element, not the element & score

Set uses equals to compare if the set is already in the set. Redis
Sorted Sets are unique on the...

9dd1cff428b0b5c5ea1b2bf73533be820c3619d9 authored almost 14 years ago
Binary versions of ZREVRANGEBYSCORE methods, some code cleanup

58aa95c464ab5f3ac47902f4928f96ca8e07c599 authored almost 14 years ago
Implementation of ZREVRANGEBYSCORE command

3fc43e7dec99537f3403558a682dc6352f92f939 authored almost 14 years ago
Generate shard nodes by shard position. Shards are now host/port independent

3d1603b59b1a3aeb50d8a2f166a08bb13bf18ed1 authored almost 14 years ago
Fix test keys

2785604639c7f5444af9fdd5075ee9d8bf3f46bc authored almost 14 years ago
Generate keys for different shards

8b3c5fdf4252bd3f10210d3650466930ab54b24f authored almost 14 years ago
add public setrange and getrange

121af749722a96e000267528706e1bb722abfd5a authored almost 14 years ago
Merge branch 'pipeline-multi' of git://github.com/pietern/jedis into pietern-pipeline-multi

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

80d2f9d1038fb2a7d5e5ac95143d2b9299c8f3cc authored almost 14 years ago
fix tests to use HashSet instead of LinkedHashSet

333a9bc6b35ad5b80f4bb364c1d367ecd76bf5a9 authored almost 14 years ago
Merge branch 'hashset' of git://github.com/pietern/jedis into pietern-hashset

8a0054fe3ec82f589c6a24025cc7c83c5ee318a8 authored almost 14 years ago
pubsub should flush commands ASAP since it won't read from the socket

28fb816bef60610815067f909d11cff426ec0d41 authored almost 14 years ago
Merge branch 'flush' of git://github.com/pietern/jedis into pietern-flush

ac70d2352f9a24f7ec7ba7d1b0021e8b799446a9 authored almost 14 years ago
adding support for bit manipulation in to pipeline

b7eb51f75c1d33ade45840865d25379fbc2edcf3 authored almost 14 years ago
Adding support for bit commands get/setrange

430601f31e08753d62288e17caca0960aad18164 authored almost 14 years ago
Adding setbit/getbit to ShardedJedis

e12f655fa339d19648215bebb3610a49adb90898 authored almost 14 years ago
Fixing Jedis.(get|set)bit to use use booleans as input and output to better match Redis commands

ffebfe120b6bcf43263cb3692b1275a0bea09ba1 authored almost 14 years ago
Use #discard on the transaction object

e7e4c4c26d3966e6c9f83c391ba7522b853f36d5 authored almost 14 years ago
Don't wait for QUEUED replies in MULTI

dac1d259c09b8d118af6f92e1031e1d96d60772a authored almost 14 years ago
Use regular HashSet instead of LinkedHashSet for unordered replies

30435d77745898d6b6122fb4e89685f393c91a16 authored almost 14 years ago
Flush to socket when starting to read

9dd23cec819bb7b9cba34a2c57ecc1ab653dccfc authored almost 14 years ago
set keepAlive on pub/sub sockets (infinite timeout) in case we don't see the connection close

33ceb6da0fe60583b7e67bceda7e475ebe9a173a authored almost 14 years ago
Connect.connect() now honors timeout value

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

fa05c2e9d055515906ea0373fae32ab7ceef8741 authored about 14 years ago
[maven-release-plugin] prepare release jedis-1.5.2

a4312c458f609746e3598202037d349a286e4b05 authored about 14 years ago
add JedisDataException and JedisConnectionException

2a4a43f4cdcf72e2dcbce5282999bd27e22adf83 authored about 14 years ago
remove since it was deprecated

b4ad7697b7ff4d289a2269838c8263a584bb339c authored about 14 years ago
add binary support for pubsub

4d5e5a7c5d204fb092e0f847cbe181937d8ec915 authored about 14 years ago
pubsub command check if we are connected

7150c5feb3e2fda9432a53904888f0dea21798bb authored about 14 years ago
update missing sort command in transactions api

b833089005d3c1081248d1a49b30822d68e2393f authored about 14 years ago
update missing commands in binary transaction

f30094501c8526828fef7a141aed67a57a999ebb authored about 14 years ago
test use the new jedis pool config

1076140bf54d365cff87e5e961ee1be38cd0ca81 authored about 14 years ago
add defaults to pool config

2896ddddeb971f4f7e81f7e7672a2874207e649a authored about 14 years ago
added JedisPoolConfig getters/setters so object pool can be configured with Spring/IoC

1d5589f247a9a1f10c60dbf2ceb41d2e8745db80 authored about 14 years ago
Binary client delegates for Pipline

a2a8bc0828c017913e8d456cf674705fe92da087 authored about 14 years ago
add missing sort overloads to Transaction

c5f86a16e3079564a71ed45bdb6c5d3e9d0b8804 authored about 14 years ago
setbit and getbit receive long offset in BinaryJedis

b243d107e90f4e775257cf64aea28a465b8ee73f authored about 14 years ago
update transaction api with all the new commands

66fc6be729949b1075cdc0445e7d07cdf919e007 authored about 14 years ago
getbit and setbit have now long offset

1857dd3413f69e95168e0fa8210d1c275fc72391 authored about 14 years ago
update debug command

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

72d1531c39309e0440d944781fe874ebc181eed5 authored about 14 years ago
[maven-release-plugin] prepare release jedis-1.5.1

f2ca9cd483667a5235985bdbd571f9dc43b61e72 authored about 14 years ago
add bitset and bitget

0d296a7f1af64c2baa0a54d2987f861c9e78718f authored about 14 years ago
add save and lastsave to pipeline

586cc9f6d9b87b0369caf60a238aef12bb9510cb authored about 14 years ago
add config resetstat

f43ca04bd98fe948cbcca467bf68de0314ae22da authored about 14 years ago