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
unknowntpo opened this pull request over 1 year ago
Avoid using QUIT
rueian opened this issue over 1 year ago
rueian opened this issue over 1 year ago
feat: support multiple addresses #317
shushenghong opened this pull request over 1 year ago
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
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
kevinxmorales opened this pull request over 1 year ago
Rueidislock sometimes goes into infinite loop
creker opened this issue over 1 year ago
creker opened this issue over 1 year ago
Add option for an AUTH credential function
nirrattner opened this pull request over 1 year ago
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
rueian opened this pull request over 1 year ago
Bitfield support missing Get
cjo2 opened this issue over 1 year ago
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
rueian opened this pull request over 1 year ago
`panic` when we try to get the redis result as some specific datatype
smit245 opened this issue over 1 year ago
smit245 opened this issue over 1 year ago
fix: enable gc to eagerly recycle used elements on ring queues
rueian opened this pull request over 1 year ago
rueian opened this pull request over 1 year ago
Memory leak when commands are failing
creker opened this issue over 1 year ago
creker opened this issue over 1 year ago
RedisStack RedisJson设计大key多节点耗性能吗?
AsukaLay opened this issue over 1 year ago
AsukaLay opened this issue over 1 year ago
feat: use CLUSTER SHARDS
Exca-DK opened this pull request over 1 year ago
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
rueian opened this pull request over 1 year ago
Detect `Client.Dedicate()` misuse
ash2k opened this issue over 1 year ago
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
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
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
arielzach opened this issue over 1 year ago
feat: rueidis.ParseURL and rueidis.MustParseURL
rueian opened this pull request over 1 year ago
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
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
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
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
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
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
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
rueian opened this pull request over 1 year ago
Supports Redis URL
rueian opened this issue over 1 year ago
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
epps opened this issue over 1 year ago
Are Lua script Exec calls pipelined?
salarali opened this issue over 1 year ago
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
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
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
rueian opened this pull request over 1 year ago
NewClient() hangs
jdemeyer opened this issue over 1 year ago
jdemeyer opened this issue over 1 year ago
Support CLIENT NO-EVICT/NO-TOUCH/SETINFO
rueian opened this issue over 1 year ago
rueian opened this issue over 1 year ago
test: use circleci
rueian opened this pull request over 1 year ago
rueian opened this pull request over 1 year ago
test: retry github action test
rueian opened this pull request over 1 year ago
rueian opened this pull request over 1 year ago
Improve leak detection
rueian opened this pull request over 1 year ago
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
rueian opened this pull request over 1 year ago
Confusion about testing with mock for HGETALL
Fank opened this issue over 1 year ago
Fank opened this issue over 1 year ago
feat: replace RedisResult.RedisError() with rueidis.IsRedisErr() to avoid confusion
rueian opened this pull request over 1 year ago
rueian opened this pull request over 1 year ago
invalid memory address or nil pointer dereference in message.go:30
Fank opened this issue over 1 year ago
Fank opened this issue over 1 year ago
chore: setup tests on github action
rueian opened this pull request over 1 year ago
rueian opened this pull request over 1 year ago
test: run circleci
rueian opened this pull request over 1 year ago
rueian opened this pull request over 1 year ago
chore: setup tests on github action
rueian opened this pull request over 1 year ago
rueian opened this pull request over 1 year ago
feat: add rueidis.JsonMSet helper
rueian opened this pull request over 1 year ago
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
rueian opened this pull request over 1 year ago
feat: rueidis.MDel helper
rueian opened this pull request over 1 year ago
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
rueian opened this pull request over 1 year ago
feat: supports client side caching for single key scripting in rueidiscompat
rueian opened this pull request over 1 year ago
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
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
rueian opened this pull request over 1 year ago
Release drafter
chayim opened this pull request over 1 year ago
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
rueian opened this pull request over 1 year ago
fix: hook README
hogan-chu opened this pull request over 1 year ago
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
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
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
rueian opened this pull request over 1 year ago
Error while shrinking a cluster
arielzach opened this issue over 1 year ago
arielzach opened this issue over 1 year ago
distributed hashing?
Ghilteras opened this issue over 1 year ago
Ghilteras opened this issue over 1 year ago
PASSWORD auth not working with dragonflydb
0xManjeet opened this issue over 1 year ago
0xManjeet opened this issue over 1 year ago
Wrong password in kvrocks
juancresc opened this issue over 1 year ago
juancresc opened this issue over 1 year ago
[WIP] Update Dragonfly > v1.2.1
rueian opened this issue over 1 year ago
rueian opened this issue over 1 year ago
[WIP] Update OpenTelemetry to v1.15.0
rueian opened this issue over 1 year ago
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
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
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
rueian opened this issue over 1 year ago
Export completed
rueian opened this pull request over 1 year ago
rueian opened this pull request over 1 year ago
Question about transactions in a cluster
lsgndln opened this issue over 1 year ago
lsgndln opened this issue over 1 year ago
DragonflyDB 1.1.2: panic: protocol bug, message handled out of order
FZambia opened this issue over 1 year ago
FZambia opened this issue over 1 year ago
Up DragonflyDB to the v1.1.2
FZambia opened this pull request over 1 year ago
FZambia opened this pull request over 1 year ago
SOLVED Get response as []byte
salmonix opened this issue almost 2 years ago
salmonix opened this issue almost 2 years ago
Cluster mode and MSet
lsgndln opened this issue almost 2 years ago
lsgndln opened this issue almost 2 years ago
Auto Pipelining Strategy
dwzkit opened this issue almost 2 years ago
dwzkit opened this issue almost 2 years ago
Go120
rueian opened this pull request almost 2 years ago
rueian opened this pull request almost 2 years ago
Combining FT.SEARCH and JSON.SET in a Lua Script for Atomic Operations in Concurrent Goroutines
dwzkit opened this issue almost 2 years ago
dwzkit opened this issue almost 2 years ago
adding field projection to om repositories
jamshidi799 opened this issue almost 2 years ago
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
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
rueian opened this pull request almost 2 years ago
What is the difference between Auto Pipelining and Manually Pipelining?
dwzkit opened this issue almost 2 years ago
dwzkit opened this issue almost 2 years ago
Is it possible to use Redis pipeline to efficiently write 10 million Redis JSON-formatted data in a high-throughput manner even in a Redis cluster environment?
dwzkit opened this issue almost 2 years ago
dwzkit opened this issue almost 2 years ago
feat: add rueidis.MGet and rueidis.JsonMGet helpers
rueian opened this pull request almost 2 years ago
rueian opened this pull request almost 2 years ago
Rueidislock setpx
rueian opened this pull request almost 2 years ago
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
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
dependabot[bot] opened this pull request almost 2 years ago
fix: `protocolbug` panic when cleaning conn after timeout of read/write in sync mode
rueian opened this pull request almost 2 years ago
rueian opened this pull request almost 2 years ago
How to use Scan?
sangnnc opened this issue almost 2 years ago
sangnnc opened this issue almost 2 years ago
perf: reduce 90% of RedisResult memory allocation while delegating to RedisMessage
rueian opened this pull request about 2 years ago
rueian opened this pull request about 2 years ago
perf: improve user specified flush delay automatically by statistics
rueian opened this pull request about 2 years ago
rueian opened this pull request about 2 years ago
Write batching strategy
FZambia opened this issue about 2 years ago
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
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
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
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
rueian opened this pull request about 2 years ago
CSC enhancement
rueian opened this pull request about 2 years ago
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
kolinfluence opened this issue about 2 years ago
fix: #138 select db on sentinel
rueian opened this pull request about 2 years ago
rueian opened this pull request about 2 years ago
Readonly command on Replica servers only
Xanvial opened this issue about 2 years ago
Xanvial opened this issue about 2 years ago
Exported synonyms for internal Completed, Cacheable & Builder
mdigger opened this pull request about 2 years ago
mdigger opened this pull request about 2 years ago