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

adding URI validation before connecting

38753dc24eb22447611692d7d30d943afb21451d authored about 10 years ago
fixing merge problem

3ce5f1709812b993bccb41db17c2c0c215456a4d authored about 10 years ago
Merge branch 'master' into connection-so-timeout

6c6ad14019566d6de27066add2d914b4c4ffbc34 authored about 10 years ago
adding so timeout configuration

3032c9410d9e8515a75ba6a516a3669324aec879 authored about 10 years ago
avoid jedis from executing the select command twice if the connection was not opened

7e24eacc25ebddbd113333aada112a9e504a41af authored about 10 years ago
Change encoding test to make it work with quicklist

d8b785fbf13f30375fb6bc4590af8dea475f709f authored about 10 years ago
Merge pull request #852 from HeartSaVioR/revert-eval-null-return-test

Fix eval null unit tests to test properly (Fixes #851)

f6ff78a00a1935e5b8e68c48cb09b7d40e23152a authored about 10 years ago
Fix eval null unit tests to test properly

220cba575afac4d935977d2bda986c1378fa5c72 authored about 10 years ago
Merge pull request #846 from xetorthio/quicklist_test_fix

Change encoding test to make it work with quicklist

9572d8b547a1019c74f8e54a6e38b32d83c5d8a6 authored about 10 years ago
Change encoding test to make it work with quicklist

2291600f57e779cf5ed8eed881fbfc145078045e authored about 10 years ago
Fix bug: precision loss from db index (long -> int)

ac26f913626b782ca2c41fd87a46e3f1ebf096b3 authored about 10 years ago
Merge pull request #839 from nykolaslima/changing-db-datatype

changing DB datatype from Long to int to save some bytes

37d19cd95184746aaea2627886cc4a0d7ad13dec authored about 10 years ago
Merge pull request #841 from nykolaslima/jedisShardInfo-setting-name-and-weight

adding constructor that receives both name and weight

508d079544023c2b328d074d4399edb170538d84 authored about 10 years ago
adding constructor that receives both name and weight. closes #825

c21be43549b243838f3b6b3d5771304285a547d7 authored about 10 years ago
Merge pull request #835 from nykolaslima/shardedJedis_with_database_selection

adding support to choose databases when using ShardedJedis

9ded028a73f13ad02d6e7052dde0c7112a5a1c5e authored about 10 years ago
Merge pull request #838 from 2bitoperations/pool-capacity-getters

add getters for pool stats

71f224f5acf39325b70c55bcaff393945646a8ab authored about 10 years ago
changing DB datatype from Long to int to save some bytes

7fad9fb1aaac58d9e95852f4a24cd694ed3c2e92 authored about 10 years ago
reverting datatype change to be able to release this change before version 3.0

0e14391a3f108af246e94bd482858996f8552583 authored about 10 years ago
removing unused log

3790f09753ac7f56e5d885f4ee7b7095ab482137 authored about 10 years ago
changing implementation to lazy select redis DB. Also changing from Long to int to save some bytes

90ff666f726778f433c866a0adad6dd92ad4ef3f authored about 10 years ago
add getters for pool stats

f678f3b01dc2843dbc20c7c6df1c11bbd271dcdc authored about 10 years ago
catching any Jedis exception

8c1bf69a999738fed70e97bf90f2d1cc393704a2 authored about 10 years ago
protecting against connection problems when trying to select database with Sharded Jedis

8af9fe13e711b3e21a1781e2cf61c857084b72e9 authored about 10 years ago
extracting default db to a constant

754968ceb6f41acdefb697d87f487f4cc4b7b8ca authored about 10 years ago
adding support to choose databases when using ShardedJedis

6590287e4ea1c595efa867fa17d3112dea622583 authored about 10 years ago
Introduce two byte array for boolean true and false to avoid to create same byte array repeatedly.

ee907f732ac79d49ea31f21f3e1ae31de5a61407 authored about 10 years ago
Bump master branch's version to 3.0.0-SNAPSHOT

fd5cb1cbb1b23b1d7acfab3a29a2e062d0a4dd29 authored about 10 years ago
Merge pull request #833 from xetorthio/fix_pipeline_config_get

Fix pipeline config get ClassCastException

35f72bb772fff3094c20e65e1476723c6e6b01d2 authored about 10 years ago
Fix pipeline config get ClassCastException. Fixes #831

9388a4210cae2a81106d64fd3c89d8c517fc226c authored about 10 years ago
Merge pull request #828 from HeartSaVioR/jediscluster-zrevrangebyscore-parameter-reverse

JedisCluster.zrevrangeByScore: max, min are flipped to min, max in call

6651570e38197b400e907435ed791096f0fe01bc authored about 10 years ago
JedisCluster.zrevrangeByScore: max, min are flipped to min, max in call

0f04562866e1260ff86c2923f220853e9b5824f4 authored about 10 years ago
Merge pull request #826 from xetorthio/cluster_conn_leak

Fix leak connection when discovering cluster nodes

0f44c4656ba9bccafcad7c23924bb904f91c2b8e authored about 10 years ago
Fix leak connection when discovering cluster nodes

1edc4a68ac54d8ec5c14a34f3f442a4b87ede037 authored about 10 years ago
Merge pull request #822 from HeartSaVioR/fix-shardedjedis-resetstate-call-twice

Fix ShardedJedis calls resetState twice when using with ShardedJedisPool (Fixes #811)

4627430658f7d67b3504d6b34d84cb1a0ea42d18 authored about 10 years ago
Merge pull request #607 from HeartSaVioR/apply-nested-list-and-longs-to-eval-with-pipeline

support nested list and longs to eval with pipeline / add binary eval commands to pipeline

46a34f2807cd93f8755df61571c8edce2a388113 authored about 10 years ago
Merge branch 'master' into apply-nested-list-and-longs-to-eval-with-pipeline

Conflicts:
src/main/java/redis/clients/jedis/BinaryJedis.java
src/main/java/redis/clients/jedi...

b557f7a2edb0dff5885fd237a713ae89c7d329b1 authored about 10 years ago
Break loop fast when one of connection seems to broken

523cc821c53ac6fbd77deec0252b54fc2febcd2a authored about 10 years ago
Merge branch 'master' into cluster-revised

Conflicts:
src/main/java/redis/clients/jedis/JedisCluster.java
src/main/java/redis/clients/jed...

61a7065555c46f565277dc4971ae7d2809f95e92 authored about 10 years ago
Fix ShardedJedis calls resetState twice when using with ShardedJedisPool

4a482436119463a4d4dbe62bd6f2389a53d8ff89 authored about 10 years ago
Merge pull request #821 from gubatron/master

gradle removal.

d33bd409e927702e0e7293b29118ed69f6f7ffc3 authored about 10 years ago
gradle removal.

e0e88e6b5ea7fc5828dc630b41715d1e169d1656 authored about 10 years ago
Merge pull request #819 from xetorthio/EdwardLee03-master-marcos

Reviewed version of Jedis Shard disconnect

4aa63f04c0b85518e68ac3e57f70937eb03d5695 authored about 10 years ago
Change catch to handle expected exception

cf20af0f5c2026cd57798735e7f2339947b4e5f8 authored about 10 years ago
Change test name to something more descriptive

9cbd166a4678eaceb947980bdff18787ef7bff6f authored about 10 years ago
This is work based on #815. I've changed some stuff on the test to check better that the correct client was being killed and that the tested connection was in the correct state

f89b87bd2ebae6eba7579418f7b9949f4e6e064f authored about 10 years ago
Fixes #808 BinaryShardedJedis.disconnect() may occur memory leak

ecde76501779a7eb114e3b49d3b937af47c8eca9 authored about 10 years ago
Add description to source code formatting

874755da2dfbeb94c7fc2c3784d299fbb491fbda authored about 10 years ago
Apply HBase formatter by mvn java-formatter:format

c6e8c39fdff698666bdd047470d3d9509403cfb0 authored about 10 years ago
Apply Maven2 Java Formatter Plugin to pom.xml (hbase formatter)

e9d6eccc657e0641c24a8bfed8bd4abc9ce48ebf authored about 10 years ago
Merge branch 'fix-executed-transaction-with-resetstate'

46c658e4720dcc0c3bee6833eec548e10d636c00 authored about 10 years ago
Propagating same change to PipelineBase#eval

bba916a5682a3cf7027c11d5bbfeddb3af83fbaf authored about 10 years ago
Unify evalsha signature to use varargs in both Jedis and PipelineBase

b7b170df793c9a73b3218c25d7eb14789d027e6c authored about 10 years ago
Fixes a bug : resetState() throws exception with executed Transaction

87a58801faacb92ff948ad0269045d7874af1f69 authored about 10 years ago
bump up version

bd2f12c04e142088402734474e6352cc95f6172a authored about 10 years ago
Fixes #791 Exceptions in close cause empty JedisPool and then deadlock

3257827f01f7b15d6e8c7b3bbd6f05e2caebff5a authored about 10 years ago
Merge pull request #774 from asikkema/cluster_incryByFloat

Adds incrByFloat as cluster command

0c9c4c8b790efd466bd7d90a251c0839b8f2b3ee authored about 10 years ago
Addresses issues #779 and #775.

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

59a13121ab9bb0a82e9fb6d56f036827c7c37330 authored about 10 years ago
Merge branch 'master' of github.com:rdifalco/jedis into rdifalco-master

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

5d0f75a32fb7e11f82949824f537fe16a789ac0d authored about 10 years ago
Fixes #786

f9fb8843df44ee26dd7a7085ffc4a787dca08798 authored about 10 years ago
Merge branch 'HeartSaVioR-jedis-pubsub-adaptor'

47da7a12ea15ba047d52513963a68ed293767dd0 authored about 10 years ago
Merge branch 'jedis-pubsub-adaptor' of github.com:HeartSaVioR/jedis into HeartSaVioR-jedis-pubsub-adaptor

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

a170b9f0d2282f9fc52f3fada4b99eb0815f33c9 authored about 10 years ago
Merge branch 'HeartSaVioR-fixes-758'

7eb78548ecfeb77a5673a1c9420d4fbaca5c56e7 authored about 10 years ago
Merge branch 'fixes-758' of github.com:HeartSaVioR/jedis into HeartSaVioR-fixes-758

1873d55c2c0bb6b15a8d9f71ef2455d86a3e6978 authored about 10 years ago
Merge pull request #785 from xetorthio/jdk8

Fix tests in JDK8

c769a81bc92f126f07bb9a3e9746c3930006782f authored about 10 years ago
Remove Adaptor and update their own class (PubSub)

8a33ab6e9a8fd470dfa646718d14a73b5d11ff06 authored over 10 years ago
Remove opendk as it's not present

4cb77ea6b811805888b89a7389c710a19ad37373 authored over 10 years ago
Add again other jdks

d67b3cfcf2d3d2d8cd34073c647a29a1e53ff107 authored over 10 years ago
Fix disconnect socket closing to make it work with java 8

161e50917802b260dc38a830494524645e59d5bc authored over 10 years ago
Remove unnecessary jdks for testing purposes

fe261c7784d8719d220a28dfcae707d11900524e authored over 10 years ago
Add different jdk

af309be82f944a86cb5729731127ae376566ddaa authored over 10 years ago
Change travis to run tests again jdk8 only

a71501251dcf99d3050f398731ede071cfe827fd authored over 10 years ago
Introduce (Binary)JedisPubSubAdaptor

* Actually it's in JedisSentinelPool but not exposed to users

4ecca016a5f45789ec9b733ddb046bafca4972d6 authored over 10 years ago
MultiKeyPipelineBase and PipelineBase made public in order to make Pipeline and transaction mockable with Mockito

b09a1e2634d86ddc6418aadff5a41e8658ee2749 authored over 10 years ago
Merge branch 'remove_deprecated_transactionblock_and_pipelineblock' of https://github.com/HeartSaVioR/jedis into HeartSaVioR-remove_deprecated_transactionblock_and_pipelineblock

Conflicts:
src/main/java/redis/clients/jedis/BinaryJedis.java
src/main/java/redis/clients/jedi...

f7995a7771ff20c2abce5591bad7781a97630b2c authored over 10 years ago
Merge branch 'master' of https://github.com/yangzhe1991/jedis into yangzhe1991-master

3495402b44dfee4c4625b99d9d81cf63e0b0df96 authored over 10 years ago
fix redirection's bug

6afabaca1d4d8ebd0121630ab85701aed7b8ebf1 authored over 10 years ago
Adds incrByFloat as cluster command

d6850457bfef60cb400cd86d7564d259e9648bb4 authored over 10 years ago
Expanded deprecated comment, fixed a misspelling of DECRBY.

076df8c92d0a01eedd16dc152fa9e579ffd2d873 authored over 10 years ago
Jedis unit tests works with 'latest' unstable branch

0601d453ff3aa1edfd9f913469ff0ca5b60133f5 authored over 10 years ago
Unify 'how to contribute' to CONTRIBUTING.md

49a4d5a450e352b2fb3f5dba4b0bba3153eb06d9 authored over 10 years ago
Fix typo, more description to CONTRIBUTING.md

252a7822f47727744065a891e2c170286c981882 authored over 10 years ago
Create CONTRIBUTING.md to help newbie contributors

6a2a2109c89bdbb34653f2b2ddbcc76e3809ec06 authored over 10 years ago
Fixed infinite timeout handling. Increased code reuse so that there will be fewer copy and paste errors.

8f4dbaf89f66445ada0061b443bb37ac254ca915 authored over 10 years ago
Apply "Format" to all files, Closes #765

7f45a2ca243db2b704965018b14f04e50ff62d98 authored over 10 years ago
Unify style

4db138921e427f0abe0f9cf4f84626516b0730aa authored over 10 years ago
only Connection should take care of default host, port

5575f08076e4251fa540882738d479561586bee6 authored over 10 years ago
Merge branch 'making_jedis_pool_cdi_compatible' of https://github.com/nykolaslima/jedis into nykolaslima-making_jedis_pool_cdi_compatible

b2fcbed66f279d103ab3f4ad1684f18d706f0be6 authored over 10 years ago
using super instead of this to keep the code style

f7789213df7f68700ac91f535553a031469de949 authored over 10 years ago
Add unit tests to check pipeline sync without any commands

a8891cb00cc1c6649d68dc70005835a2999a461f authored over 10 years ago
Merge branch 'master' of https://github.com/nilskp/jedis into fixes-758

70809ee1421289c73d5ff092abcf63677f14f779 authored over 10 years ago
Merge branch 'fast-fail-while-initializing-jedis-sentinel-pool'

7845dc350a8f4076fffba01158bb71c46cc06c92 authored over 10 years ago
Remove unnecessary if state

9c296000a25f269345ae15c764821cb1948c789b authored over 10 years ago
Merge branch 'nykolaslima-improving_javadoc'

6d5cb5c07b6ace4599839a85e537274e518d65ef authored over 10 years ago
Merge branch 'improving_javadoc' of https://github.com/nykolaslima/jedis into nykolaslima-improving_javadoc

35a1174fb1938ba32698d7b72a644ba828d006f4 authored over 10 years ago
Updated fix to xetorthio/jedis#758

745f1b1e4e180460d83423e83e46583103f1ad34 authored over 10 years ago
Fixes xetorthio/jedis#758

6ea1959cc5308389f5db6d430c3fc8aa122bd32f authored over 10 years ago
adding information about redis versions

d7105914aa69c746900d58e1b5a8791299847371 authored over 10 years ago
ttl return -1 if key does not have an associated expire but return -2 if key does not exists

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

321e5136be74f0f68b17fe1e3b5f00df2f25b4d1 authored over 10 years ago