Y
Hacker News
new
|
ask
|
show
|
jobs
by
skimdesk
1229 days ago
Seems to be Redis/Memcached API-compatible. Can I use it as a drop-in replacement?
2 comments
rmurri
1229 days ago
From the web page: Dragonfly is an in-memory data store built for modern application workloads. It is fully compatible with the Redis and Memcached APIs, required no code changes to adopt
link
romange
1229 days ago
Yes, you can - in fact it supports out of the box existing frameworks and clients like redisson, sidekiq and many others
link