gamalan / caddy-tlsredis

Redis Storage using for Caddy TLS Data
Apache License 2.0
95 stars 31 forks source link

KeyDB replacement for Redis #5

Closed codeagencybe closed 4 years ago

codeagencybe commented 4 years ago

Can we safely replace REDIS by KeyDB? KeyDB is a fork of redis and they claim everything from REDIS should work exactly the same in KeyDB, except is more performant than redis (5x faster than REDIS) and supports clustering/replicatoin out of the box.

https://keydb.dev/

gamalan commented 4 years ago

Not sure, haven't test it yet. Assuming the fork is working exactly the same, then it should pose no problem.