5 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
34
views
DragonFly Cache Optimisation
I'm working on a project where I need to apply LFU on the the value for each key. Value is something x. Now while adding value for that key, I need to delete those which has been used very less. We ...
0
votes
1
answer
143
views
Lexicographic search in Redis without RediSearch
I want to implement lexicographic search (range queries) in Redis as a way to do text search. This is for contexts where RediSearch is not available such as Upstash or Valkey (Redis fork) (edit: ...
0
votes
1
answer
186
views
DragonFly benchmark: slow on Cluster
I need help regarding dragonfly db, particularly benchmarking.
So here is the story, I tried benchmarking dragonfly as a cache to replace redis. I got the expected result when testing single node; it ...
0
votes
1
answer
1k
views
Triggering eager refresh with FusionCache from consumer side
I have a service that can produce some data. And some others that are consuming that data. The consumers can request the data over masstransit. But as producing that data is relatively expensive and ...
0
votes
1
answer
205
views
Allow notification when key is expired in dragonflydb
I would like to allow notify-keyspace-events in DragonflyDB for events, when key is expired. Generally, DragonflyDB doesn't support notifications. But I have found this github issue:
DragonflyDB ...