issues
search
redis
/
rueidis
A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
Apache License 2.0
2.46k
stars
158
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Feat rueidiscompat redisearch
#676
unknowntpo
opened
2 days ago
0
Getting EOFs while running the watch command
#675
yash-nisar
opened
3 days ago
5
Added options for configuring removal of idle connections
#674
veirfuna
opened
5 days ago
0
Hashmap invalidation of specific fields in client side cache
#673
CariappaKGanapathi
closed
4 days ago
1
fix: hide os.ErrDeadlineExceeded with context.DeadlineExceeded only when ConnWriteTimeout is shorter
#672
rueian
closed
1 week ago
0
context.DeadlineExceeded is ambiguous.
#671
castaneai
closed
1 week ago
7
Add deprecation notices to rueidis fork
#670
davestibrany-dd
closed
1 week ago
1
Rueidislock CSC re-register
#669
rueian
closed
1 week ago
0
chore: use dpool for blocking commands to be able to respect more on ctx
#668
rueian
closed
1 week ago
0
fix: close connections that are still blocked while recycling them to pools
#667
rueian
closed
1 week ago
0
fix blocking call timeouts when context has a deadline
#666
zeiler
closed
1 week ago
0
Blocking function timeouts and cancellation not working
#665
zeiler
closed
1 week ago
25
fix: refresh cluster topology with `CLUSTER SLOTS` instead of `CLUSTER SHARDS` for clusters which version < 8 due to the server bug.
#664
rueian
closed
2 weeks ago
0
Question: In rueidislock lua script, set and then get immediately, but the return value of get is not used. What is the purpose of get?
#663
win5do
closed
2 weeks ago
1
Feature/custom delete functions
#662
CariappaKGanapathi
closed
2 weeks ago
0
Add rueidislimiter Module for Distributed Rate Limiting
#661
nesty92
closed
1 week ago
1
fix: do not pick failed cluster nodes while refreshing topology
#660
rueian
closed
2 weeks ago
0
Move sleep into goroutine in `LazyDo`
#659
justinmir
closed
2 weeks ago
1
Client degradation during node failure
#658
justinreddit
closed
1 week ago
9
feat: improve handling of LOADING response
#657
nesty92
closed
2 weeks ago
5
Enhancement: Graceful Handling of Redis LOADING State in Rueidis
#656
nesty92
closed
2 weeks ago
2
Support multiple options in FT.AlterIndex
#655
imvtsl
closed
3 weeks ago
0
Bug: FT.AlterIndex options doesn't support multiple options
#654
imvtsl
closed
3 weeks ago
2
Locker context deadline exceeded
#653
lenonqing
opened
4 weeks ago
28
Support Go 1.23 iterators for the ZADD command
#652
mingdaoy
closed
3 weeks ago
1
Feature: remove idle connections from pool
#651
rueian
opened
4 weeks ago
4
feat: add DisableTCPNoDelay
#650
rueian
closed
1 month ago
0
Support for Adding Map type in Input of HSet
#649
atharva29
closed
1 month ago
2
bug or missing doc: parsed with `AsFtSearch` contains zero `Score` value when working with vector search
#648
nekomeowww
closed
1 month ago
2
[follow-up] perf: optimize struct layout
#647
proost
closed
1 month ago
2
feat: add DisableAutoPipelining to serve requests from the conn pool
#646
rueian
closed
1 month ago
0
Add FT.ALTER in OM JSON and Hash repo
#645
imvtsl
closed
3 weeks ago
10
Support Go 1.23 iterators for the ZADD command
#644
rueian
closed
3 weeks ago
2
feat: add backoff and jitter to retry
#643
proost
closed
1 month ago
1
Stats for local cache memory usage
#642
yash-nisar
closed
1 month ago
2
fix: panic on cluster redirection to the same host
#641
rueian
closed
2 months ago
0
Function `redirectOrNew` return `nil connection` when change node type aws redis cluster
#640
dangngoctam00
closed
2 months ago
1
FT.SEARCH not working properly
#639
vendelin8
closed
2 months ago
2
feat: add clutser topology awareness
#638
proost
closed
1 month ago
1
fix: panic on rueidiscompat.SSubscribe due to unnecessary PING
#636
rueian
closed
2 months ago
0
Hide InitAddress when connecting to a valkey cluster using NewClient()
#635
rueian
opened
2 months ago
4
Feature: support REDIRECT in the standalone client implementation
#634
rueian
opened
2 months ago
3
Feature: retry backoffs
#633
rueian
closed
1 month ago
6
how to add new index to old ones
#632
hamidrabedi
opened
2 months ago
11
perf: use dedicated connections for DoMulti() with 2000+ commands by default
#631
rueian
closed
2 months ago
0
When using rueidislock TryWithContext, many “context deadline exceeded“ errors were returned
#630
shaolei
closed
2 months ago
4
Set multiple field/value pairs for HSET
#629
ash2k
closed
2 months ago
2
feat: add SCRIPT SHOW, CLIENT CAPA, and CLUSTER SLOT-STATS commands
#628
rueian
closed
2 months ago
0
How to create multiple indexes on one repository
#627
hamidrabedi
closed
2 months ago
3
Manual Pipeline Rueidis vs Pipeline go-redis v9
#626
adibaulia
closed
2 months ago
10
Next