Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/redis/rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
https://github.com/redis/rueidis

feat: avoid using QUIT command

unknowntpo opened this pull request over 1 year ago
Avoid using QUIT

rueian opened this issue over 1 year ago
feat: support multiple addresses #317

shushenghong opened this pull request over 1 year ago
fix: rueidislock's infinite loops when receiving bulk invalidations

rueian opened this pull request over 1 year ago
Add servername and min tls version to tls config

kevinxmorales opened this pull request over 1 year ago
Rueidislock sometimes goes into infinite loop

creker opened this issue over 1 year ago
Add option for an AUTH credential function

nirrattner opened this pull request over 1 year ago
fix: allows cmds.Bitfield() to be completed by Get()

rueian opened this pull request over 1 year ago
Bitfield support missing Get

cjo2 opened this issue over 1 year ago
feat: rueidis.Incomplete represents an incomplete Redis command

rueian opened this pull request over 1 year ago
fix: enable gc to eagerly recycle used elements on ring queues

rueian opened this pull request over 1 year ago
Memory leak when commands are failing

creker opened this issue over 1 year ago
RedisStack RedisJson设计大key多节点耗性能吗?

AsukaLay opened this issue over 1 year ago
feat: use CLUSTER SHARDS

Exca-DK opened this pull request over 1 year ago
feat: detect misuse of client.Dedicate()

rueian opened this pull request over 1 year ago
Detect `Client.Dedicate()` misuse

ash2k opened this issue over 1 year ago
Support Go 1.23 range over func in internal/cmds

tamayika opened this issue over 1 year ago
feat: add String() to rueidis.RedisResult for easy debugging

Exca-DK opened this pull request over 1 year ago
Use CLUSTER SHARDS instead of CLUSTER SLOTS.

arielzach opened this issue over 1 year ago
feat: rueidis.ParseURL and rueidis.MustParseURL

rueian opened this pull request over 1 year ago
fix: Search of om.JSONRepository when using dialect 3

rueian opened this pull request over 1 year ago
fix: always use the . legacy root syntax in om.JSONRepository

rueian opened this pull request over 1 year ago
feat: add TFCALL and other RedisGears related command builders

rueian opened this pull request over 1 year ago
perf: recycle intermediate allocations in MGet/MSet helpers

rueian opened this pull request over 1 year ago
feat: allow using *, +, - symbols in the TS command builders

rueian opened this pull request over 1 year ago
refactor: use clear() to eagerly clean the builder slices

rueian opened this pull request over 1 year ago
feat: supports new RESP3 FT.AGGREGATE and RedisMessage.AsFtAggregate

rueian opened this pull request over 1 year ago
Supports Redis URL

rueian opened this issue over 1 year ago
Missing Go 1.18 build for v1.0.3

epps opened this issue over 1 year ago
Are Lua script Exec calls pipelined?

salarali opened this issue over 1 year ago
Use ParallelMGet for single client in MGetCache helper function

smf8 opened this pull request over 1 year ago
Issue with using in-memory cache per TCP connection (wire)

smf8 opened this issue over 1 year ago
fix: allow connect to a cluster having no slots

rueian opened this pull request over 1 year ago
NewClient() hangs

jdemeyer opened this issue over 1 year ago
Support CLIENT NO-EVICT/NO-TOUCH/SETINFO

rueian opened this issue over 1 year ago
test: use circleci

rueian opened this pull request over 1 year ago
test: retry github action test

rueian opened this pull request over 1 year ago
Improve leak detection

rueian opened this pull request over 1 year ago
fix: correct RESP3 map type generated by mock.RedisMap helper

rueian opened this pull request over 1 year ago
Confusion about testing with mock for HGETALL

Fank opened this issue over 1 year ago
chore: setup tests on github action

rueian opened this pull request over 1 year ago
test: run circleci

rueian opened this pull request over 1 year ago
chore: setup tests on github action

rueian opened this pull request over 1 year ago
feat: add rueidis.JsonMSet helper

rueian opened this pull request over 1 year ago
feat: add JSON.MERGE, JSON.MSET, GRAPH.CONSTRAINT commands

rueian opened this pull request over 1 year ago
feat: rueidis.MDel helper

rueian opened this pull request over 1 year ago
fix: verify commands built by MGet & MSet helpers

rueian opened this pull request over 1 year ago
feat: supports client side caching for single key scripting

rueian opened this pull request over 1 year ago
feat: supports json.RawMessage in om.HashRepository

rueian opened this pull request over 1 year ago
Release drafter

chayim opened this pull request over 1 year ago
feat: NewSimpleCacheAdapter converts a SimpleCache into CacheStore

rueian opened this pull request over 1 year ago
fix: hook README

hogan-chu opened this pull request over 1 year ago
feat: NewCacheStoreFn allows custom client side caching store

rueian opened this pull request over 1 year ago
Delay delay connection cleanup after refreshing cluster client

rueian opened this pull request over 1 year ago
feat: update otel to v1.15.0

rueian opened this pull request over 1 year ago
Error while shrinking a cluster

arielzach opened this issue over 1 year ago
distributed hashing?

Ghilteras opened this issue over 1 year ago
PASSWORD auth not working with dragonflydb

0xManjeet opened this issue over 1 year ago
Wrong password in kvrocks

juancresc opened this issue over 1 year ago
[WIP] Update Dragonfly > v1.2.1

rueian opened this issue over 1 year ago
[WIP] Update OpenTelemetry to v1.15.0

rueian opened this issue over 1 year ago
perf: reuse msg ttl field to reduce cache entry size

rueian opened this pull request over 1 year ago
add ClientOption.DialFn to manually create TCP/TLS connections

davestibrany-dd opened this pull request over 1 year ago
Verify the effect of dead code elimination

rueian opened this issue over 1 year ago
Export completed

rueian opened this pull request over 1 year ago
Question about transactions in a cluster

lsgndln opened this issue over 1 year ago
Up DragonflyDB to the v1.1.2

FZambia opened this pull request over 1 year ago
SOLVED Get response as []byte

salmonix opened this issue almost 2 years ago
Cluster mode and MSet

lsgndln opened this issue almost 2 years ago
Auto Pipelining Strategy

dwzkit opened this issue almost 2 years ago
Go120

rueian opened this pull request almost 2 years ago
adding field projection to om repositories

jamshidi799 opened this issue almost 2 years ago
feat: allow manual MULTI EXEC in clusterclient.DoMulti

rueian opened this pull request almost 2 years ago
feat: align rediscompat with go-redis v9, including

rueian opened this pull request almost 2 years ago
feat: add rueidis.MGet and rueidis.JsonMGet helpers

rueian opened this pull request almost 2 years ago
Rueidislock setpx

rueian opened this pull request almost 2 years ago
locker not support Redis v6.0.16

xieyj-apple opened this issue almost 2 years ago
bump golang.org/x/net from 0.5.0 to 0.7.0

dependabot[bot] opened this pull request almost 2 years ago
How to use Scan?

sangnnc opened this issue almost 2 years ago
perf: improve user specified flush delay automatically by statistics

rueian opened this pull request about 2 years ago
Write batching strategy

FZambia opened this issue about 2 years ago
feat: embed client side ttl into client side caching response

rueian opened this pull request about 2 years ago
feat: ping redis proactively even when not pipelining

rueian opened this pull request about 2 years ago
feat: reset mux if the underlying pipe is closed

rueian opened this pull request about 2 years ago
perf: best-effort wildcard unsubscribe notification handling

rueian opened this pull request about 2 years ago
CSC enhancement

rueian opened this pull request about 2 years ago
everything's great! how to do unix domain socket?

kolinfluence opened this issue about 2 years ago
fix: #138 select db on sentinel

rueian opened this pull request about 2 years ago
Readonly command on Replica servers only

Xanvial opened this issue about 2 years ago
Exported synonyms for internal Completed, Cacheable & Builder

mdigger opened this pull request about 2 years ago