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

Streamline test execution (#3760)

* Fix a flaky test

It turns out that sometimes the slow log entry has a duration of zero,
so...

24653e048b6f555295697791f72883cf435b4283 authored 9 months ago by Gabriel Erzse <[email protected]>
Add pipelined tests for sorted sets (#3771)

Co-authored-by: Gabriel Erzse <[email protected]>

f7699b19420bc2171c35359ba975e2a211e1a728 authored 9 months ago by Gabriel Erzse <[email protected]>
Geo pipelined tests (#3767)

7096d74a127ffa53892c9d4316413387d4e7fa4a authored 9 months ago by Gabriel Erzse <[email protected]>
Reenable clustering tests (#3764)

* Reenable clustering tests

Uncomment clustering tests and adapt the code in the minimum poss...

d41dbe978ce1409ef6ecca979399a1aba88c814c authored 9 months ago by Gabriel Erzse <[email protected]>
GETSET command is deprecated since Redis 6.2.0 (#3768)

5733cd677cb918c3f4d774688d379382afa90dff authored 9 months ago by M Sazzadul Hoque <[email protected]>
Add tests for Stream pipelined commands (#3763)

* Add tests for Stream pipelined commands

Also adapt some migration pipelined tests, to asser...

7515d5a35c9f595dd124d56c7e40806cf86cf430 authored 10 months ago by Gabriel Erzse <[email protected]>
Add support for redis command: CLIENT TRACKINGINFO (#3751)

Co-authored-by: Cem Asma <[email protected]>

23943800fbc47bcadbc6d7f17c4b32d442a637fb authored 10 months ago by Cem Asma <[email protected]>
Bump jackson.version from 2.16.1 to 2.16.2 (#3762)

Bumps `jackson.version` from 2.16.1 to 2.16.2.

Updates `com.fasterxml.jackson.core:jackson-da...

f692aa50cec176ff97f5ffa33c46c4ada630a520 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump org.json:json from 20240205 to 20240303 (#3752)

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240205 to 20240303.
...

a2386fe68974f62acfa45b1f4d43ddd54b31f4e8 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add Hashes pipeline commands unit tests (#3288)

dea371d9cc45b676199d64a5c3d3d54b3efd9749 authored 10 months ago by M Sazzadul Hoque <[email protected]>
Add unit tests for pipelining - migrate and db commands (#3759)

* Add unit tests for pipelining

* Rename test class according to convention

---------

C...

ea76b84d1dfd5eada31468e166be1f47f93b86f7 authored 10 months ago by Gabriel Erzse <[email protected]>
Support the MAXAGE option for CLIENT KILL (#3754)

* Support the MAXAGE option for CLIENT KILL

Starting with Redis 7.6, the CLIENT KILL command ...

3dd2dd29e0480dbc7c0846928553fc17ab9115ea authored 10 months ago by Gabriel Erzse <[email protected]>
Stop connection fetching before sync/exec (#3756)

in multi cluster failover mode

25acc8d5b1519d1404fd04b094638a794a054caf authored 10 months ago by M Sazzadul Hoque <[email protected]>
Reduce the log level of validateObject to WARN (#3750)

- Reduce the log level of `JedisFactory#validateObject` to `WARN`
- Reduce the log level of `Co...

3dfa82d4432d2ed8442f66d5416e0269fd9de4f3 authored 10 months ago by M Sazzadul Hoque <[email protected]>
Polish #3741 (#3746)

Add HSCAN NOVALUES in pipelines and transactions

ab6f0581323adf9ef7e0ca1c9f55c03b3c90eb00 authored 10 months ago by M Sazzadul Hoque <[email protected]>
Add support for the NOVALUES option of HSCAN (#3741)

Issue #3730

The NOVALUES option makes HSCAN return only the keys, without their
associated v...

f64dbb4f66bec271923d3591f8c46ec106abdeb7 authored 10 months ago by Gabriel Erzse <[email protected]>
Support issuing Latency commands (#3729)

* add LATENCY LATEST, LATENCY HISTORY and LATENCY RESET commands

* add LatencyEvent class

6f3db461932fe6751175d779ed0133f9eea3f46f authored 10 months ago by Tyshchenko Leonid <[email protected]>
Check for thread interrupt in subscribe process of PubSub (#3726)

- adding thread interrupted check in `JedisShardedPubSubBase::process`
- also in `JedisPubSubBa...

65d431f549502364bacbc8c25c85e973278c437a authored 10 months ago by Charles Chang <[email protected]>
Bump org.json:json from 20231013 to 20240205 (#3706)

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20231013 to 20240205.
...

f86e1badb56f8f6e36b565259a61073491322aad authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump com.kohlschutter.junixsocket:junixsocket-core from 2.8.3 to 2.9.0 (#3724)

Bumps [com.kohlschutter.junixsocket:junixsocket-core](https://github.com/kohlschutter/junixsocke...

e4a0c783b11f1ddda28e605e2a70f6e016eff514 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Avoid NPE in MultiNodePipelineBase (#3697)

Should get connection first and then create new pipeline queue, otherwise it would cause NPE whe...

64b5aac03bc26a1278796718a49c264d0005164f authored 11 months ago by ren ran <[email protected]>
Running doctests also on emb-examples (#3693)

Given how these examples are generated, we intended to run and validate CI, ongoingly on emb-exa...

152d2d44907cd4fac0ed96170db98ac465442637 authored 11 months ago by Chayim <[email protected]>
Fix probable missing (RESP3) protocol processing (#3692)

* Fix probable missing (RESP3) protocol processing

* undo commented lines

cf60d25f98a022316ed2b47b2c89dff9313f44b8 authored 11 months ago by M Sazzadul Hoque <[email protected]>
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#3688)

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)...

8cad5acac0f901315d21bbf6a1df23c7260ad509 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Run integration workflow for 5.2.0 branch (#3681)

Currently integration workflow runs for versioned like `4.x` (generic major version branch), `5....

eb64cb9be2e85c2f043ca44c4511790c767c627f authored 12 months ago by M Sazzadul Hoque <[email protected]>
Use circuit breaker fallback exception list (#3664)

* Use circuit breaker fallback exception list

* remove starting file

* restore condition
...

335fc7c1040090776d92e2a73c2a13f8623164af authored 12 months ago by M Sazzadul Hoque <[email protected]>
Bump jackson.version from 2.16.0 to 2.16.1 (#3666)

Bumps `jackson.version` from 2.16.0 to 2.16.1.

Updates `com.fasterxml.jackson.core:jackson-da...

dd31d6559173b014f5b65df753f360a528ebc61f authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump org.apache.maven.plugins:maven-compiler-plugin (#3665)

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-...

0701415a95e2a4d785b0ce99a602a36f041d0e9f authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Spellcheck as part of CI (#3492)

* spellcheck

* spelling

* one more word

* updating version of spellcheck action

* Ad...

66bc3b380c50224707f30b2f979296fb4d8786f9 authored 12 months ago by Chayim <[email protected]>
Adding stale issues workflow (#3528)

* Extending the stale issues from redis-py

* Update .github/workflows/stale-issues.yml

Co-...

b0b044a8f114fff2891fbac73340919de84b31a9 authored 12 months ago by Chayim <[email protected]>
Creating CODEOWNERS for the examples (#3570)

de872942dde45abdc083d585494c9a59926aa721 authored 12 months ago by Chayim <[email protected]>
Unifying OSSRH and OSSH so that we have a single set of tokens (#3650)

93fa07ec06457408c1ce4426c1c4e3a927361724 authored 12 months ago by Chayim <[email protected]>
Replace deprecated set-output command with environment file (#3622)

Signed-off-by: Jongwoo Han <[email protected]>

fc68b11a58f6dbb0e6414e957d4ca1d51509fa5a authored 12 months ago by Jongwoo Han <[email protected]>
Fixing GPG key usage (#3670)

535fa17f650d6af0ec606251d6a0d5909e740cb0 authored 12 months ago by Chayim <[email protected]>
Bump maven-surefire-plugin to 3.2.3 (#3656)

77d52ab04fa333a3c2c50d0150c09300b1c92161 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Bump org.jacoco:jacoco-maven-plugin from 0.8.5 to 0.8.11 (#3653)

Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.5 to 0.8.11.
...

f70e1fc6e1d1f39ccf44fbe4e4fe723a428744fa authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump jackson databind and jsr310 to 2.16.0 (#3655)

e89e777a80e518f9c4a34724ca3f74b67b153783 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#3639)

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-pl...

c00385728abc92bcaa38fcbcc06a8cf1da423792 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump com.kohlschutter.junixsocket:junixsocket-core from 2.8.1 to 2.8.3 (#3647)

Bumps [com.kohlschutter.junixsocket:junixsocket-core](https://github.com/kohlschutter/junixsocke...

9123c57bd68ec6ebbda133a7ba0787832e677d76 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Access Reducer attributes (#3637)

be088e30c0acf35b79c437bb0ef98f90188e8392 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Bump to snapshot version 5.2.0

efab6936d42f7dbdfa12ae289c06773e2bd326b3 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Address RediSearch profile change (#3636)

ede63197b37052cca90a622f7f8edc5aaf137f36 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Use general discord link

Closes #3620

5a6a5c31eaf378546bee169afe7053339cc02ee7 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Rename 'activeactive' package to 'mcf' (#3615)

* Rename 'activeactive' package to 'mcf'

* Reformat imports in UnifiedJedis

c1cc657e8b3a984aab8779f84aa0ff55c2b29118 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Pipeline & Transaction with failover to multi cluster (#3602)

0d772988f1c8626d727e12c997605916f7f084a8 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Add CLUSTER SHARDS command support (#3598)

* Add CLUSTER SHARDS command (#2984)

* Added new classes for CLUSTER SHARDS response

* Slo...

452ea52338ac9112de65a18c691529f22857c715 authored about 1 year ago by wormogig <[email protected]>
filter commits for main branch (#3608)

701df2493b0e667da839ff482b2fe46989758113 authored about 1 year ago by Chayim <[email protected]>
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#3611)

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)...

82f63aa9a85b81c925faeaaf200affc8d8fc2158 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#3612)

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-pl...

6cb2be6429597d01ec996c30043ef36caf144e9d authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added HSET variants to ease complex objects (#3605)

focusing RediSearch.

dbf475c73ce8e4d034acedb9b356fdad8fd2ee86 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Introducing periodic topology mechanism for JedisCluster (#3596)

The main changes in this PR are as follows:

1. Add `topologyRefreshEnabled` and `topologyRefr...

5a70626c81fc22770e8e9364068b308121998e03 authored about 1 year ago by bodong.ybd <[email protected]>
Support RESET command (#3015)

* Support RESET command (#2952)

* Fix import conflict

---------

Co-authored-by: M Sazza...

65ed601810d5c8e477bd1f653c007e4c5e261d20 authored about 1 year ago by 郝鸿 <[email protected]>
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#3600)

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)...

9e1a73110140dcfb0f688494a2fcdd213fab5bd7 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Direct FT.CREATE to proper node in LIGHT search mode (#3593)

along with some other commands.

FT.SEARCH and some other commads were already being directed.

d2f6712cb633a5cba84ef0c555be7caeec7a8abb authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Move JedisMetaInfo into parent package and make it package private (#3590)

d4d46f9638f35003ef6283f8602d2a286e597479 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Move pom.properties file into redis.clients.jedis package (#3589)

7882756c6a31debfcccbbebccc020b352342f2a3 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Use simple version of HSET (#3587)

for easier readability

33507201f56512a4471dc103585c0250658aea9c authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Bump org.json:json from 20230618 to 20231013 (#3586)

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230618 to 20231013.
...

4cd5a6a2889ba0a95343dd0d149f65d6b33c5a63 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix SORTABLE argument issue in FT.CREATE command (#3584)

All I know these changes have been enough to pass all redis-om-spring tests in https://github.co...

9df98e7ce9eb847aacb8761ace0903cf3561501d authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Linking to Redis resources (#3583)

37384a3427093f371445e153e4d7b94fbe8fdfee authored about 1 year ago by Chayim <[email protected]>
Remove patch version snapshots

81258b071aae1348c3743e30b7e2f2e791c8646e authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Make integration and snapshot actions manually triggerable (#3579)

e03e7bbe5912eba6ef672412b0d6c30223a1def3 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Missing piece from #3578

Missing change in commit 8d42602138d026cd3ac825841efc30ca60455169

38b31f75cbf2e8156084d4328f38ed618e013e91 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Release minor version snapshots (#3578)

* Release minor version snapshots

* Address new patch version branch naming (0.0.x)

8d42602138d026cd3ac825841efc30ca60455169 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Allow getting schema field name (#3576)

cef8e4068a0cdb1c8aa492accbca2d64dc7a32e8 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Fix binary variants of XRANGE and XREAD commands (#3571)

where each individual element in the list is actually a complex object rather than a simple byte...

2bb39897f6a227ef56cbccde5b71f890ba2be6b5 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Support GEOSHAPE field type in RediSearch (#3561)

* Support GEOSHAPE field type in RediSearch

* dependency:

GeoShape query is limited to PAR...

5cd40fcd84e2a1479654758b1eb21ac65f8d4f48 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 (#3565)

Bumps org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0.

---
updated-dependencies:
- d...

db5bbcd50342f1a9408079da04effbf3bbe2f24e authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump junixsocket-core to 2.8.1 (#3573)

f1df36af6d1a80cbfb5fd8a7a8a37e475b3f504a authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#3539)

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-pl...

d9b87505afe1afe9b806ad967f90b8d488603874 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Broadcast FUNCTION LOAD command methods (#3557)

372f695cd8e0c5d01cc0c295fced2c1b9f3e819e authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Encode map in encoded object (#3555)

* Encode map in encoded object

* Address changes in test

e0e2319b8e44ea3a295e16b698636b7c06625cd7 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Polish Triggers and functions tests (#3554)

Polish #3531 tests

eb6893abe4f060f1d4d7d034d60ef4c8c590a047 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Different variable names for json v1 and v2 interfaces (#3553)

fae5fc640aae00a82e64ed91e666687106539efe authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Fix Search/Gears test regression (#3552)

* Clean libraries "after" each test,

instead of before each test.

1f418b069697f5f52a0c42b23ebeff8cac99d1ee authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Polish Feature: Triggers and functions commands (#3551)

Polish #3531

3c1528551017e84992a6eb49bcab576e5bb465e2 authored about 1 year ago by M Sazzadul Hoque <[email protected]>
Feature: Triggers and functions commands (#3531)

eadf6a0cdc1f14a09c40a88358aa94256025526f authored about 1 year ago by Brian Sam-Bodden <[email protected]>
Re-add FT.DROPINDEX and FT.ALTER in pipeline (#3549)

Re-add FT.DROPINDEX and FT.ALTER commands in pipeline interface for Ephermal search feature

af920359eccd2e261c01f7f477f5eb0d22c57959 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Escape utils for RediSearch queries (#3544)

* Escape utils for RediSearch queries

* format import

* private variable

* Escape strin...

6a3ca3b1adf512359e1e6a4e621f76eff77a3796 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Fix capitalized method name ToByteArray in RediSearchUtil

0c78fdbceac8dcee07308ab2b871a4b4f04a8d6f authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Added JavaDoc for GeoRadiusResponse (#3542)

Also added hashCode()

cae3ce736868e08e9b6e549c53034807ad26a7e5 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Address further CLIENT SETINFO suffix rules (#3536)

* Remove separate interface and class implementation of ClientSetInfoConfig

* Address the bra...

bb38c97af21dc5361195e38cb01f3398392c7373 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Extend CLIENT SETINFO support (#3509)

* Extend CLIENT SETINFO support

* Modify JedisMetaInfo

* Fix custom lib name and ver

* ...

14591c8100c2404466d1f9b1e0400124831f4234 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Disabling doctests on tag (#3524)

Ensuring doctests do not run on tag, since they have already run when integrated.

50fb605865b32c1a73d15190995d1d5d70eb99c3 authored over 1 year ago by Chayim <[email protected]>
Bump mockito-inline from 3.12.4 to 4.11.0 (#3232)

* Bump mockito-inline from 3.12.4 to 4.9.0

Bumps [mockito-inline](https://github.com/mockito/...

76797a4920eb0b676ca39e6b5656b5ca73527e04 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Jedis 5.0.0 is released!

d6e21ef6ab751bf96fa9e428a08869fdbe51c824 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Modify JedisBroadcastException (#3518)

* Modify JedisBroadcastException

* Added tests

d023d2fce7ab6c0d3b8859acbb761cbe1002b186 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Type-cast the Pipeline object in JedisSentineled (#3517)

This is an expansion of #3221, as well as #3240. This is requested in #3516.

58c375e2cbf25ab848f4fd4d7d935721fd35f356 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Remove unused AbortedTransactionException (#3514)

c920bb371ebc471268bd11a45fc791a7e04e4228 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Refactor Jedis 5 breaking changes list

7af02d595b59c304f52756290da7741afac2e164 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Rename jedis5-breaking.md to breaking-5.md

bbba9bf23d0c3a6f952003c8de673774d596c20b authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Use RedisCredentials with HELLO command (#3507)

* Use RedisCredentials with HELLO command

* fix

* CLIENT SETNAME separately

* remove co...

71204c52ec992fedcbaa54638f8865e910cc3d49 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Fix flakyness of JedisPooledTest (#3506)

2c609cfb3adab13ae843aacc862389cca454951a authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Deprecate RedisGraph support (#3504)

* Deprecate Redis Graph support

* in RedisGraphPipelineCommands

155acfdffb48f58817905b3a3ca1ce997cf74206 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Deprecate RedisJSON v1 support (#3503)

* Deprecate RedisJSON v1 support

* in CommandObjects

c9f4dee461b9c0d5f0e9d79443bab74770b74cb5 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Remove JSON.RESP command support (#3502)

* Remove JSON.RESP command support

* breaking change list

3d874e1c546711091652660205845b4fea26b207 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Support Json commands after RESP3 update (#3460)

* JSON.GET v2 RESP3

* JSON.NUMINCRBY v2 RESP3

* JSON.TYPE v2 RESP3

* cleanup prints

...

29a8d34942f4e1606dd270690d4db2d86b145265 authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Support Search commands after RESP3 update (#3464)

* Ignore PROFILE LIMITED test due to crash

* FT._LIST returns Set

* a commit for CONFIG GE...

9a71576b7ca4b0943a2ae96e8fe2a20c90cc9f5b authored over 1 year ago by M Sazzadul Hoque <[email protected]>
Fixed few typos and grammar issues across the project (#3497)

as title says, few more minor typo and grammar issues I have found while was reading the code
a...

5792218e87ba196d6960497a9ea5e33e598ba53f authored over 1 year ago by Sergii Dotsenko <[email protected]>
Updating client license to clear, MIT (#3496)

* Updating all client licenses to clearly be MIT

* Update LICENSE

Co-authored-by: M Sazzad...

ba63cf22649383ed6685789f0b9336b49cdc4b93 authored over 1 year ago by Chayim <[email protected]>