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

Test modules (#2879)

023b362838055d645ef5ef4888b90b9a3302ce82 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Address JSON.CLEAR change

051da7d8f53fcbc615603b2170b6da542f8e2a6f authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Support RedisBloom (#2875)

* Support RedisBloom

* Add RedisBloom in Pipeline/Transaction

0fe2364fe273c0758b8d0e8b04406e9ce5328f31 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Support [NX|XX|GT|LT] options in EXPIREAT and PEXPIREAT (#2874)

* Support [NX|XX|GT|LT] option in EXPIREAT and PEXPIREAT

* change order of expire functions:
...

58245f3f6cd22c8126555fba387f4a7410ad66b8 authored almost 3 years ago by Avital-Fine <[email protected]>
Add javadoc for DatabasePipelineCommands (#2873)

* add javadoc for DatabasePipelineCommands

* add javadoc for DatabasePipelineCommands

* Ap...

e3fafc68528f179813d7f3f967bab9256889757d authored almost 3 years ago by 小令童鞋 <[email protected]>
Only String param in Constructors is an URL (#2872)

48d03224c26d99e0b6a7866c74e9379777a99416 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Support BGSAVE SCHEDULE command (#2871)

7822adae39818cd3bcdf5817f016bdfa68b24fee authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Support EXPIRETIME and PEXIRETIME (#2852)

* Add SetExpireOption to expire and pexire + Support expiretime and pexpiretime

* fix returne...

f11c05c91aa9d7520f0f0e09ea6bf5db199f9063 authored almost 3 years ago by Avital-Fine <[email protected]>
support CONFIG GET parameter [parameter ...] (#2863)

* support CONFIG GET parameter [parameter ...]

* Support RedisTimeSeries (#2854)

* Support...

dc4a78c863c773a11c24bd698c0002cbe0f722ec authored almost 3 years ago by 小令童鞋 <[email protected]>
Support CLIENT NO-EVICT (#2866)

* Support CLIENT NO-EVICT

* split to 2 methods

644341b413cd02bf40667278c5668ea6ca232b08 authored almost 3 years ago by Avital-Fine <[email protected]>
Support LCS (#2855)

* Support LCS

* Support LCS

* edit LCSParams

* Update src/main/java/redis/clients/jedis...

4207f52cf71e07410e02d36370fb417c2de06a2c authored almost 3 years ago by Avital-Fine <[email protected]>
Remove unused interfaces (#2865)

5359c3748ba76ddd21febb57ce4c975d76b28dcd authored almost 3 years ago by 小令童鞋 <[email protected]>
Support RedisTimeSeries (#2854)

* Support RedisTimeSeries

* remove commented codes and format

* one more little test

* ...

6ec3e9e6fbd7a71a4fd803d86853ec64b51f5c89 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Change pom.xml version to 4.2.0-SNAPSHOT (#2861)

71162fce391a100f6698ae45618b0f0b6e21c0a0 authored almost 3 years ago by 小令童鞋 <[email protected]>
Fix wrong CommandObject called for strAlgoLCSKeys (#2859)

* Fix wrong CommandObject called for strAlgoLCSKeys

* Remove 'final' from interface

* Edit...

3c46791742f6c93d3afc303bf721274d3c87daa4 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
4.1.1 is released

ef8d545be59b350f5e543726cf921aa46bcf2ad9 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Fix typo in method name (#2853)

Co-authored-by: M Sazzadul Hoque <[email protected]>

35722190b912911cff125c81ad25eaa2f0c4eb9e authored almost 3 years ago by Andrew McNamara <[email protected]>
Fixed the problem of abnormal socket status during DNS resolution (#2849)

* Fixed the problem of abnormal socket status during DNS resolution

fix #2848

* Apply sugg...

9d668d77011f96182fb1f5c4e30f3bc572fbb9e9 authored almost 3 years ago by bodong.ybd <[email protected]>
Support EVAL_RO and EVALSHA_RO (#2845)

* Support EVAL_RO and EVALSHA_RO

* document

* document

* use Collections.emptyList()

...

195d59e482fa15ad11e7675487fd0dcde6261147 authored almost 3 years ago by Avital-Fine <[email protected]>
Support ZINTERCARD (#2844)

* Support ZINTERCARD

* revert sets to keys

* amend

* Update MultiNodePipelineBase.java
...

aa1d6206b0fa46dfba077f0ecd0ed8b200858033 authored almost 3 years ago by Avital-Fine <[email protected]>
Add javadoc to interfaces (#2842)

* Javadoc to Set Commands

* Javadoc to List Commands

* Geo commands

* Database and Key ...

eb621045750b1e500935939d4cb9290496ce7b4e authored almost 3 years ago by Avital-Fine <[email protected]>
Address ACL V2 changes (#2841)

* Address ACL V2 changes

* Address ACL V2 changes (approach 2)

1a451e4b888e2fa58be889b7c3a03655946aa5bb authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Support SORT_RO (#2843)

* Support SORT_RO

* add Javadoc

* Update SortingCommandsTest.java

* remove redundant im...

c27794f60bf9a0c68995e14237dce6fc92d1d0fa authored almost 3 years ago by Avital-Fine <[email protected]>
add javadoc for ControlBinaryCommands (#2835)

* add javadoc for ControlBinaryCommands

* Apply suggestions from code review

* Apply sugge...

427a5e4b6defc20c53b6f72beb5d5b029b7cb52d authored almost 3 years ago by 小令童鞋 <[email protected]>
add javadoc for ConfigCommands (#2833)

* add javadoc for ConfigCommands

* Apply suggestions from code review

Co-authored-by: M Sa...

192a43a1db0f6a2dcc02f9d7e10a70fd6292358f authored almost 3 years ago by 小令童鞋 <[email protected]>
Add database and some other commands in pipeline (#2832)

49bf43796546bf6fe7298da1e400a27975ae6c39 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Fix StackOverflowError in Transaction (#2827)

* Fix StackOverflowError in Transaction

* format import

* Modify exec() and discard() in T...

0f4bed9f16648410a811e98197d79fbd1d10fa6e authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
ACL patterns for Pub/Sub channels (#2750)

* ACL patterns for Pub/Sub channels

* ACL patterns for Pub/Sub channels

* Apply suggestion...

dc6a891e26fd48219aa831ab62466bab9901241a authored almost 3 years ago by 小令童鞋 <[email protected]>
Polish #2823 and ClusterCommandsTest (#2831)

Polish #2823 (commit 18043def25db0d5af669554141ea4944dcb28a6f) and ClusterCommandsTest

cb11ac1c9203949f141f9953a89be3d406e97eb2 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Support cluster addslotsrange and cluster delslotsrange (#2823)

18043def25db0d5af669554141ea4944dcb28a6f authored almost 3 years ago by 小令童鞋 <[email protected]>
Tries all hosts resolved for DNS name (#2722)

* Tries all hosts resolved for DNS name

* address code review

* Remove unused imports

*...

240230582b8a7c11e855004aab490bf10622502b authored almost 3 years ago by Adi Pinsky <[email protected]>
Deprecate unused interfaces

Changes to be committed:
modified: src/main/java/redis/clients/jedis/commands/BinaryScripting...

afcce7c1fc15732a2e4820b5e0ad58ac34053a1e authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
add doc for client commands (#2819)

* add doc for client commands

* add doc for client commands

9b702b8a9a184a84e00a2d855a0e58aef310bb80 authored almost 3 years ago by 小令童鞋 <[email protected]>
Subscribe in JedisCluster (UnifiedJedis) (#2828)

* Subscribe in JedisCluster (UnifiedJedis)

* remove commented codes

e93e5262386546732554c75c839175797016059d authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Support exclusive XPENDING range from params (#2830)

* Support exclusive XPENDING range from params

* CommandObjects

* Borrow test from #2818
...

2f09b0bff975a71d0d0dbf967a910387fb8890fc authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Support SINTERCARD Command (#2821)

* Implement SINTERCARD command

* Implement SINTERCARD command

* add test to unified

* u...

4d1de185e37894ba1b310e180f0bf473267ef9df authored almost 3 years ago by Avital Fine <[email protected]>
Support new ZRANGE(STORE) (#2817)

* Support `ZRANGE` new params

* support zrangestore

* Fix compilation error

* Support n...

26a682e38f0502f09175626c5e3190e50ef4731e authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Address error message change in AccessControlListCommandsTest

Reference: https://github.com/redis/redis/commit/20c33fe6a8fce2edb3e4158bc10bde2c3740a25b

7f5db654a6448f24c250fc91dbd3654d253ff7c2 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Support REPLICAOF Command (#2811)

* `REPLICAOF` implementation

* Mark slaveof as deprecated

* Add suggestions to deprecated ...

4b13142ed271776927440abda1d8819c30db19c6 authored almost 3 years ago by Avital Fine <[email protected]>
Support LOLWUT command (#2800)

* Support LULWUT command

* change to lolwut

* test

* change logic

* move test to All...

1196625eaa94f2cfcb56dde6b984f5b5c43f53e5 authored almost 3 years ago by Avital Fine <[email protected]>
Support SHUTDOWN [NOW] [FORCE] [ABORT] parameters (#2812)

* Support `SHUTDOWN` [NOW] [FORCE] [ABORT] parameters

* modify shutdown ABORT

Authored-by:...

49e57fb45c76a17c40a2ff19c1eb001f6a2e5421 authored almost 3 years ago by Avital Fine <[email protected]>
Address XINFO GROUPS command name (#2802)

7c5cead699db2ab57cf83c8584926248b5c3c8ee authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Added TODO to rename StreamConsumersInfo to StreamConsumerInfo

5de3a2617b81ea1fb91f9913d42646b7b4bca67c authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Polish XINFO STREAM FULL implementation (#2801)

d98559c67655b6b76e1ecb0289e2cd649bdcbc20 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Support XINFO STREAM FULL (#2746)

* support XINFO STREAM FULL

* support XINFO STREAM FULL in Pipeline.java TransactionBase.java...

c698ba749e48c9036131d46cffae1935061b0a66 authored almost 3 years ago by 小令童鞋 <[email protected]>
Temurin JDK (#2755)

bfccdb0fdeccd94dcdd0941471d927d6addf76db authored almost 3 years ago by sullis <[email protected]>
Support GEOSEARCH and GEOSEARCHSTORE commands (#2771)

* support geosearch and geosearchstore commands

* tests

* Format

* Format Protocol Keyw...

b150515bbe1ca4432d2886b66091eaefbcadc609 authored almost 3 years ago by Avital Fine <[email protected]>
Polishing #2769

Polishing "Pipeline tests for Json and Search Modules" (f8af975289ac89af13c0d3d5f03b446d42eaa11c)

e122faa4a361d18538abf2ea405f4fedc54a15a9 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Pipeline tests for Json and Search Modules (#2769)

* test pipeline

* imports

* imports

* move to a new file

* stam

* add before clas...

f8af975289ac89af13c0d3d5f03b446d42eaa11c authored almost 3 years ago by Avital Fine <[email protected]>
update version to 4.0.1 (#2785)

44ebb33b5a953e3806da7b1928ae64a28ba78064 authored almost 3 years ago by 小令童鞋 <[email protected]>
Clean Deprecated warnings (#2784)

b4e0962f849d2748fc4816e22af37df70e80ff0c authored almost 3 years ago by 小令童鞋 <[email protected]>
Update README, RedisJSON. Review migration notes. (#2756)

* Update README, RedisJSON. Review migration notes.

* Update README.md

Co-authored-by: M S...

cfc3418a246866dfcd7310fd1664cd8b8c28a7b2 authored almost 3 years ago by Kyle Banker <[email protected]>
Address flakyness of failover tests

8381a2b8a196ececad98d819adcf0d8be7b0f3e4 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Address flakyness for clusterLinks test

8058135ba103cc3d547f1f3abdfa26709153cf31 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Revert "Increase sleep time to reduce flakyness of clusterLinks test"

This reverts commit 07cb946d962a6261a4fa36ae3c1100aad67d9b72.

ca739cdec276697522e5581009613fba0ae1c826 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Increase sleep time to reduce flakyness of clusterLinks test

07cb946d962a6261a4fa36ae3c1100aad67d9b72 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Remove repeated tests related to ClusterReset

Note: ClusterReset class has been removed in favor of ClusterResetType

a4caab297af95449eb8ba4a87253fa3a990b48da authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Support CLUSTER LINKS command (#2776)

* support command CLUSTER LINKS

* undo imported junit test class by ".*"

8b83c65ac26998bd76be19a9474130a2bdab1c03 authored almost 3 years ago by 小令童鞋 <[email protected]>
Modify FAILOVER tests to reduce flakyness (#2780)

55951bc201bddc19eb61fb6d685354fd3c29b4f2 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Use circleci shield and reorder badges (#2777)

1. CircleCI Shield badge looks similar to other badges.
2. Reorder badges; so that
- Release...

2ecaf438e0e043f51a96f4285e4d85b538b4b4b0 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Change Maven link (#2778)

search.maven.org refreshes faster than mvnrepository.com

0215376490a9ca70a01eac237567f23ba4c5aed1 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Added the BYTE|BIT option for bitcount (string) (#2779)

And, polish commit a1abcf372eff8427bc269c505944da7f867109b4 (https://github.com/redis/jedis/comm...

fa3f8ac53957c4d1a743338de9670fcf848551c1 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Added the BYTE|BIT option for bitcount (binary) (#2768)

* Added the BYTE|BIT option for bitcount

* create BitCountOption for args with same return ty...

a1abcf372eff8427bc269c505944da7f867109b4 authored almost 3 years ago by 小令童鞋 <[email protected]>
Add RediSearch Pipeline Commands (#2770)

7b9ae2f097b25a81a92f02b90e7d86356dc9673a authored almost 3 years ago by Avital Fine <[email protected]>
Disable flaky SMOVE in ClusterPipeliningTest (#2775)

d08dfd787a3aec10aeaacaee5f1b75e98e9db652 authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Revert "Check Unauthorized error in build_and_deploy"

This reverts commit ba8050a94b9b9b7265f6d7188154dde224908fca.

83a8fe5468a1e34bbe26e6c24429cbd765db29ef authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
Check Unauthorized error in build_and_deploy

ba8050a94b9b9b7265f6d7188154dde224908fca authored almost 3 years ago by M Sazzadul Hoque <[email protected]>
removing unused component, early returns (#2773)

1ee3471592022d10e855e3a38be05963e5dcc858 authored almost 3 years ago by Chayim <[email protected]>
Increase Coverage to ClusterPipeline and Responses classes (#2763)

* JedisClusterPipelineTest

* fix errors

* remove strAlgo test

* change class name

* ...

01c0cffe06617fc8eff89b044f18ff89687bd521 authored almost 3 years ago by Avital Fine <[email protected]>
Fix the zrevrangeByScore max/min parameter order problem in the (#2765)

transaction

fixes https://github.com/redis/jedis/issues/2764

5e186c23311f00a3739188a251e06ac4d33760ff authored almost 3 years ago by Yang Bodong <[email protected]>
Fix tests (#2762)

4c61eee3cb1d535cda3119c42eabc330a046d6d8 authored almost 3 years ago by Avital Fine <[email protected]>
Added context for snapshot deploys (#2761)

* removing path to make circleci.settings.xml findable

* test deployment just to make sure

...

301ab08d5ff24f76e464b37d13f29519ef09afe3 authored about 3 years ago by Chayim <[email protected]>
Maven deploy (snapshot) on specific branches in CI (#2748)

* Maven deploy (snapshot) on specific branches in CI

* moved codecov to also run on forks

...

e761c744cec2174ec4e0c842d6f99b775b44211e authored about 3 years ago by Chayim <[email protected]>
Address MODULE command restrictions (#2757)

* Address MODULE command restrictions

* format

106be2e1617e043e8b2a9f23a8afc75f19d91ce8 authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Jedis 4.0.0 is released (#2758)

6aea99ed99ec36a6328a113b4d6afe7ff6fce4ac authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Replace deprecated interface with new interface of JedisPoolConfig (#2749)

* Replace old interface with new interface of JedisPoolConfig

* Replace old interface with ne...

c404a8526c412e80d4dabf6cf8200ae48c288036 authored about 3 years ago by ZEEKLING <[email protected]>
Use slf4j-simple to replace log4j impl (#2753)

4a84ee2e6fddcbcfcbb2588311d3b6d08da0b238 authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Bump log4j-core from 2.16.0 to 2.17.0 (#2752)

Bumps log4j-core from 2.16.0 to 2.17.0.

---
updated-dependencies:
- dependency-name: org.ap...

13ee8d1485432ee2c085e6d9bbe4d838e2d996ce authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump to log4j 2.17.0 (#2751)

3af285d0adf6803a9bd4b1b65ae7c4257a7da62a authored about 3 years ago by Marcos Nils <[email protected]>
Resource withing cluster retry should be closed quietly (#2745)

Reference: #2670 (https://github.com/redis/jedis/issues/2670#issuecomment-948058812)

890b54178278798870831e5f80eb12c909830334 authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Remove Sentinel class (#2744)

* Remove Sentinel class

A sentinel monitoring tool may require to execute regular Redis comma...

f6517c320ed9b7e1e7a0fbcf6f800df6208fa053 authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Update README.md

22f2178757c81a0a8db17bb4d1a92d725a5746bc authored about 3 years ago by Guy Korland <[email protected]>
List the breaking changes from Jedis 3.x to Jedis 4.0 (#2738)

* List the breaking changes from Jedis 3.x to Jedis 4.0

* Text updates

* Text update

* ...

35223b5280d01b8487c486db588ceb539a648fab authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Resolve XADD conflicts (#2742)

d8ec27b4017549e022ad24d755f71800b15f5c0b authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Remove deprecations that got remained (#2741)

* DefaultJedisSocketFactory

* ClientKillParams.Type

* XReadGroup

* Pool

d6c45ddbb89d0b708fff5abf3b7da13f4849257a authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Upgrade dependencies (#2740)

* Upgrade Gson

* Upgrade JSON

* Upgrade dependencies

* undo junixsocket

* Upgrade ju...

b3648cf1e89d3642ee8fb97cd82fb7a14f982310 authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Bump log4j to 2.16.0 (#2739)

89babf547e0e3f8f7db7af72b740c624e36f2ac7 authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Easier constructors for pipeline classes (#2731)

022a9afd244a0d89a20b4a5bd2eef85b25f976c2 authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Address Javadoc warnings (and related changes) (#2730)

c0136dfbf05ea3678988a92fad1f8935fa597616 authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Prevent test base classes from testing (#2736)

This PR is in response of #2734. SortedSetCommandsTestBase is the only class that missed `abstra...

d210d791490ffc7d70c970476d3b8a0af128d7af authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Bump log4j-core from 2.13.3 to 2.15.0 (#2723)

Bumps log4j-core from 2.13.3 to 2.15.0.

---
updated-dependencies:
- dependency-name: org.ap...

896a8273850f2dab7fb3465853f483284efdfa56 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
throw exception if JedisCluster cannot connect to any host-port (#2721)

Original PR: #2275
Original author: @chinafzy

If none of the `startNodes`, given in JedisC...

e56e46bfdb84631a0b56561b209243348664bc8d authored about 3 years ago by M Sazzadul Hoque <[email protected]>
.gitignore add dir redis-git (#2691)

Co-authored-by: M Sazzadul Hoque <[email protected]>

ecdc50d35aff1770fe25536fbbc335098924193e authored about 3 years ago by ZEEKLING <[email protected]>
Support exclusive range in XRANGE command (#2719)

154a1b08751d4cbb75d40c3d3ab9af7e0848b5ff authored about 3 years ago by M Sazzadul Hoque <[email protected]>
upgrade test dependencies (#2720)

61fd2bfb5a212aaa8082a59dc9a41676b74a2e28 authored about 3 years ago by M Sazzadul Hoque <[email protected]>
Jedis 4 changes (#2693)

- Changes for Jedis 4
- Made the Connection class as the base of operations, instead of Jedis...

858c8051301854e8343eef66aa68c6b9dab1c328 authored about 3 years ago by M Sazzadul Hoque <[email protected]>
support jedis migrate keys encoded by gdk (#2689)

* support jedis migrate keys encoded by gdk failed

* Rename method clusterGetBytesKeysInSlot ...

71cd5f1d13a24b4592ce356ce9ca92ea54a5ea0f authored about 3 years ago by ZEEKLING <[email protected]>
Fixes bug in JedisClusterInfoCache.discoverClusterNodesAndSlots. (#2682)

Calls jedis.Clusterslots before calling reset, instead of the other way around.

Co-authored-b...

b82967abccec8dda0493d3148fc1fb9462a13894 authored about 3 years ago by adiamzn <[email protected]>
release drafter updater to categorize changes (#2666)

Co-authored-by: M Sazzadul Hoque <[email protected]>

253664ff1eac37fdab7ea3e5e738a11f34f8f410 authored about 3 years ago by Chayim <[email protected]>
Deprecate SENTINEL SLAVES and change tests (#2673)

4c87775d6b3c98c9ff799a273b33c9b1fbaace7a authored about 3 years ago by M Sazzadul Hoque <[email protected]>