Ivo Gaydazhiev

Results 24 issues of Ivo Gaydazhiev

**Description:** Introduces two new metrics to track the total time a connection remains disconnected until it is successfully reconnected and the number of reconnection attempts. The changes include: - **New...

### Feature Request Is your feature request related to a problem? Please describe Since Redis 8 there is a new type of collection available - vector set - that the...

feature

### Description -------------- Sporadic test failures were observed in the pipeline for `redis.clients.jedis.commands.jedis.ClientCommandsTest.killSkipmeYesNo` ### Example run https://github.com/redis/jedis/actions/runs/15137667794/job/42562981385?pr=4152 ### Example Failure ``` Error: Failures: Error: redis.clients.jedis.commands.jedis.ClientCommandsTest.killSkipmeYesNo Error: Run 1: ClientCommandsTest.killSkipmeYesNo:181 expected:...

Some links are broken on index page of https://redis.github.io/jedis/ Links that can not be resolved : ``` INFO - The following pages exist in the docs directory, but are not...

documentation
maintenance

## Feature Request The team should improve documentation around use cases & how to use `redis.clients.jedis.HostAndPortMapper` Initially requested in https://github.com/redis/jedis/discussions/3298#discussioncomment-5121861 There are a multitude of questions around how to use...

documentation

missing support for [COMMAND](https://redis.io/docs/latest/commands/command/ ) in UnifiedJedis Note that the [redis.clients.jedis.Jedis](https://github.com/ggivo/jedis/blob/e5dbee45885f6f55d87dff3048773174ce239097/src/main/java/redis/clients/jedis/Jedis.java#L35) client already supports COMMAND commands, and even there is a [CommandCommands](https://github.com/ggivo/jedis/blob/e5dbee45885f6f55d87dff3048773174ce239097/src/main/java/redis/clients/jedis/commands/CommandCommands.java#L11) interface defined though, it looks like, by mistake,...

SSL/TLS is supported natively by Redis starting with version 6. With #4015 we are migrating test infra toward containerized env to support multiple Redis version test matrices. Now we are...

testing

Test failures observed when running `AccessControlListCommandsTest` against Redis server 6.2.16 ``` Error: AccessControlListCommandsTest.aclBinaryCommandsTest:526 expected: but was: Error: AccessControlListCommandsTest.aclBinaryCommandsTest:526 expected: but was: Error: AccessControlListCommandsTest.aclBinaryCommandsTest:526 expected: but was: Error: AccessControlListCommandsTest.aclGetUser:120 expected: but...

testing