
Valkey
18
MENTIONS
1
EPISODES
1
PODCASTS
Search complete. 18 mentions across 1 episode found for "Valkey".
Sep 9, 2026
Daniel Moran | 40M+ Monthly Downloads: The Solo Maintainer Behind FakeRedis
M
0:28MiaHOST
My guest today is Daniel Moran.
M
0:31MiaHOST
He is a maintainer of Fake Redis, a pure Python implementation of the Redis API that began as a way to write tests without standing up a real server, and now works as a drop-in replacement for both Redis Py and Valkey Py, pulling over 5 million downloads a month.
M
0:47MiaHOST
Beyond Fake Redis, he maintains Django task scheduler, built a GitHub actions plugin for JetBrains IDEs, and helps run Django Commons, a community organization for keeping Django packages healthy.
M
1:00MiaHOST
Welcome, Daniel.
M
2:41MiaHOST
So I'm wondering as a downstream maintainer, how closely you were watching that and how did it change, how did it impact Fake Redis basically?
D
2:51Daniel MoranGUEST
It really, I think it kind of changed the main use case from if before it was for testing purposes, just being replacement to run within the Python process.
D
3:02Daniel MoranGUEST
I started getting issues of it, like it doesn't implement certain Valkey commands and/or it's like the Valkey responses are different or Dragonfly have like a command which is like not in Redis, so it's like can it be implemented? If before it was in the realm of like, uh, one, two million downloads a month, these days it's already have like more than 40 million downloads a month, so it's quite significant.
D
3:27Daniel MoranGUEST
And, uh, these days it actually has multiple flavors of running.