Contributor Leaderboard

GilboaAWS

GilboaAWS

52 score 30 commits 22 reviews

Commits (30)

DateRepoMessagePR
2025-07-21valkey-glide[Python][Lazy Client] Fix lazy client cluster test (#4421)PR
2025-07-07valkey-glide[Python] Fix lazy client standalone test (#4318)PR
2025-06-01valkey-glidePython Wrapper - Support TLS insecure (#3375)PR
2025-05-27valkey-glideMove refresh slot to the background in the Data Path. (#3851)PR
2025-05-22valkey-glide[Cherry-pick from main] Added head of the line blocking test for refresh slot (#3926) (#3943)PR
2025-05-21valkey-glideAdded head of the line blocking test for refresh slot (#3926)PR
2025-05-06valkey-glideExpose Retry Strategy params of the exponential backoff reconnection for CME (#3747)PR
2025-05-04valkey-glideMove retry_strategies into the redis-rs + Add optional Jitter param. (#3701)PR
2025-03-03valkey-glideUpdate README file to wrap code snippet (#3307)PR
2025-03-03valkey-glideAdding option to print logs in redis-rs tests (#3300)PR
2025-02-17valkey-glide[redis-rs][core] Move connection refresh to the background (#2915)PR
2025-01-07valkey-glideEnable refresh slots after reconnecting to initial nodes. (#2921)PR
2024-10-15valkey-glideAdded inflightRequestsLimit client config to Node (#2452)PR
2024-10-13valkey-glideAdded inflightRequestsLimit client config to java (#2443)PR
2024-10-10valkey-glideAdded inflightRequestsLimit client config to java (#2408)PR
2024-10-06valkey-glideAdded inflight_requests_limit (#2356)PR
2024-07-09valkey-glideFix Node & Python renaming to valkey-glide (#1879)PR
2024-07-04valkey-glidePython: add SORT_RO command. (#1528)PR
2024-07-02valkey-glidePython: Move python commands to bytes string (#1742)PR
2024-06-13valkey-glidePython: added LMPOP and BLMPOP commands. (#1547)PR
2024-06-09valkey-glidePython: added LMOVE and BLMOVE commands (#1536)PR
2024-06-05valkey-glidePython: Adds Sort command (#1439)PR
2024-06-04valkey-glidePython: added SINTERCARD command (#1511)PR
2024-06-03valkey-glidePython: added zinter and zunion commands. (#1478)PR
2024-06-03valkey-glidePython: added GETDEL command (#1514)PR
2024-05-27valkey-glidePython: added zremrangebyrank (#1466)PR
2024-05-16valkey-glidePython: Added ZINTERSTORE and ZUNIONSTORE commands (#1388)PR
2024-04-14valkey-glidePython: Added SPOP command (#1261)PR
2024-04-10valkey-glidePython: Added RENAME command (#1252)PR
2024-04-08valkey-glidePython: Added STRLEN command in python (#1230)PR

Reviews (46)

DateRepoMessagePR
2025-09-03valkey-glideAdd GitHub Copilot instructions for valkey-glide multi-language development (#4646)PR
2025-08-13valkey-glideFix XPENDING/XCLAIM race condition in standalone RESP2 mode (#4577)PR
2025-08-13valkey-glideFix cargo-zigbuild target configuration and GitHub Actions security vulnerability in CI (#4582)PR
2025-08-13valkey-glide[Java] Fix flaky config_reset_stat test in cluster mode (#4575)PR
2025-08-11valkey-glideFix cluster_manager.py startup failure when server binaries are missing (#4553)PR
2025-08-11valkey-glide[Java] Fix authentication issue in ConnectionTests.test_lazy_connection_establishes_on_first_command (#4551)PR
2025-08-10valkey-glideAdd BackoffStrategy factor parameter units documentation for all wrappers (#4561)PR
2025-08-07valkey-glideFix Node CD musl builds by pinning napi-cli to v2 and ensuring consistent build syntax (#4534)PR
2025-08-05valkey-glideFix resource leak in TLS test teardown by properly resetting client references (#4515)PR
2025-07-28valkey-glideFix CodeQL Java/Kotlin detection by building all modules with assemble task (#4481)PR
2025-07-24valkey-glideFix Gradle build failures due to Maven Central rate limiting (HTTP 429) (#4471)PR
2025-07-24valkey-glideFix AZ affinity routing by correcting Option handling in az_for_address (#4462)PR
2025-07-23valkey-glideFix CI failure: Gradle unable to provision Java 11 toolchain (Adoptium) (#4456)PR
2025-07-22valkey-glideFix flaky test: Replace fixed sleep with robust waiting mechanism in OpenTelemetry tests (#4380)PR
2025-07-22valkey-glideFix flaky TLS test by improving client lifecycle management (#4377)PR
2025-07-21valkey-glideFix flaky pubsub tests with retry mechanism for PUBLISH/SPUBLISH commands (#4384)PR
2025-07-21valkey-glideFix flaky test failures by adding null safety to cluster cleanup hooks (#4386)PR
2025-07-20valkey-glideFix Python test timeouts in full matrix CI workflow (#4407)PR
2025-07-20valkey-glideFix dependabot.yml: Remove unsupported YAML anchors and aliases (#4408)PR
2025-07-07valkey-glideCI: Add actions:write permission to full-matrix-tests-sweeper (#4320)PR
2025-07-06valkey-glideFix flaky test_update_connection_password by improving teardown robustness (#4289)PR
2025-07-03valkey-glideFix flaky vector search test by replacing zero vectors with orthogonal non-zero vectors (#4295)PR
2025-07-03valkey-glideUpdate dev docs - add cmake dependency to all client guides (#4288)PR
2025-07-03valkey-glideFix flaky test_cluster_scan_non_covered_slots by replacing inefficient loop with mset (#4290)PR
2025-06-11valkey-glideUpdated attribution files for commit f006165287a3402fb88a5741e292030f6d4d1303 (#4132)PR
2025-06-09valkey-glideAdd explicit run-modules-tests parameter to workflow_dispatch trigger of CI tests (#4121)PR
2025-05-27valkey-glideNode: move BackoffStrategy configuration to BaseConfiguration + Added Jitter param (#3792)PR
2025-05-27valkey-glideNode: move BackoffStrategy configuration to BaseConfiguration + Added Jitter param (#3792)PR
2025-05-27valkey-glideJava: move BackoffStrategy configuration to BaseConfiguration + Added Jitter param (#3783)PR
2025-05-26valkey-glideEnhance BackoffStrategy documentation to clarify jitter in retry attempts (#3980)PR
2025-05-06valkey-glideRefactor batch retry strategy: rename to ClusterBatchRetryStrategy (#3745)PR
2025-03-05valkey-glideMerge pull request #3331 from valkey-io/fix_redis_rs_workflowPR
2025-02-02valkey-glideMerge pull request #3044 from valkey-io/ephemeral_labelPR
2025-01-08valkey-glideMerge pull request #2927 from valkey-io/scale-SHRPR
2024-07-10valkey-glideFormat: fix readme file (#1904)PR
2024-07-08valkey-glidefix small documentation (#1865)PR
2024-07-08valkey-glideRename missed places to valkey (#1860)PR
2024-07-08valkey-glidePython: doc fixes (#1856)PR
2024-07-08valkey-glideJava: more renaming and doc fixes (#1855)PR
2024-07-07valkey-glideJava: update API docs (#1852)PR
2024-07-07valkey-glideJava: change API to Valkey API (#1847)PR
2024-07-07valkey-glideJava: Rename RedisClient, RedisClusterClient to GlideClient, GlideClusterClient (#1671)PR
2024-07-07valkey-glideJava: Rename RedisClient, RedisClusterClient to GlideClient, GlideClusterClient (#1671)PR
2024-07-07valkey-glideRename RedisRequest to CommandRequest (#1695)PR
2024-07-04valkey-glidePython: add tests bytes (#1791)PR
2024-07-04valkey-glidePython: renaming tests clients (#1780)PR

← Back to leaderboard