issues
search
go-redis
/
cache
Cache library with Redis backend for Golang
https://redis.uptrace.dev/guide/go-redis-cache.html
BSD 2-Clause "Simplified" License
756
stars
95
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix blog post link for "Monitoring using OpenTelemetry Metrics" article
#109
esavich
opened
1 month ago
0
Why do I think the higher the version, the more difficult it is to use?
#108
hyyky
opened
7 months ago
1
How to use cache like map[string]any?
#107
ttktatakai
opened
8 months ago
0
Added ability to use KeepTTL/TTL/ExpiresAt using `SetArgs`
#106
jh125486
opened
10 months ago
0
Using TinyLFU doesn't work as you would expect a cache to
#105
arielitovsky
opened
10 months ago
1
Crashed if tiny lfu size is 1 or 2
#104
haunt98
opened
10 months ago
0
newbie: trying to understand utility of this package compared to `redis/go-redis/v9`
#103
musabshak
opened
11 months ago
0
LRU cache
#102
bentcoder
opened
1 year ago
0
Improve local cache
#101
peczenyj
opened
1 year ago
1
keep method UseRandomizedTTL thread safe
#100
peczenyj
opened
1 year ago
1
Update readme fix link to go tinylfu package
#99
peczenyj
closed
6 months ago
1
Added: Freecache
#98
treussart
closed
1 year ago
1
Added: local stats
#97
treussart
closed
1 year ago
0
Adds clear method to local cache
#96
mothershipper
opened
1 year ago
0
Update dependencies
#95
peczenyj
opened
1 year ago
0
Fix link to go-tinylfu package on readme
#94
peczenyj
closed
1 year ago
0
Update redis to v9.0.5
#93
bastengao
closed
1 year ago
0
add support redis/rueidis
#92
batazor
opened
1 year ago
0
go-redis V9 compatibility
#91
Ghilteras
closed
1 year ago
2
Cache with mock doesn't work
#90
snoepkast
closed
1 year ago
1
How to set item with no expiration?
#89
ikrisliu
opened
2 years ago
4
Dates are unmarshaled to time.Local
#88
everdrone
closed
2 years ago
1
Only check for byte existence for Exists
#87
Nexproc
closed
2 years ago
2
Use github.com/go-redis/redis/v9
#86
SemanticallyNull
closed
2 years ago
3
Is there any way to flushdb with go redis cache?
#85
lqn0011
opened
2 years ago
2
Return error explicitly when TTL = - 1
#84
r-novel
opened
2 years ago
1
Is it safe to use it with concurrency?
#83
HectorMRC
opened
2 years ago
4
Add instructions to use context.WithCancel() to documentation
#82
Baggerone
closed
2 years ago
1
unknown compression method: 3d
#81
vincentluan
closed
2 years ago
6
Add cache hit field in Item
#80
zacscoding
opened
2 years ago
0
Add batch delete feature
#79
haijianyang
opened
2 years ago
1
Nil comparaison used for Item.Value field is not accurate
#78
nabiltntn
opened
2 years ago
1
How to save the array
#77
HalcyonDaysssss
opened
2 years ago
1
TTL in TinyLFU vs TTL in cache.Item
#76
ivanduka
closed
2 years ago
1
Feature request: Support TTL command
#75
me0den
opened
3 years ago
4
Add cacheable function to skip be cached
#74
zacscoding
opened
3 years ago
2
Remove `golang.org/x/exp/rand` dependency
#73
gustavosbarreto
closed
3 years ago
1
Cache corruption in TinyLRU local cache when keys expire
#72
pete-woods
closed
3 years ago
1
Demonstrate TinyLRU cache corruption on expiry
#71
pete-woods
closed
3 years ago
4
When cache.Once is called with a Redis dropped connection it does not fail
#70
datoga
opened
3 years ago
3
Allow setting msgpack struct tag
#69
fridolin-koch
opened
3 years ago
0
Crashed with "makeslice: cap out of range"
#68
shiwano
closed
3 years ago
2
Updated go-tinyflu to v0.2.1
#67
MorpheusXAUT
closed
3 years ago
1
feature: encapsulate server-assisted client side caching
#66
wymli
closed
2 years ago
1
why not support ttl = -1
#65
mozhemeng
closed
3 years ago
2
Working with arrays
#64
phillip055
opened
3 years ago
0
ring.go:320: ring shard state changed: Redis<:6379 db:10> is down
#63
nicolasassi
closed
3 years ago
4
Support HGet,HSet
#62
gepengscu
opened
3 years ago
3
[feature-request] Exporting default Marshal/Unmarshal methods
#61
dhh93
opened
3 years ago
1
support notify when cache hit or cache miss resolve #59
#60
dangerous1990
closed
3 years ago
1
Next