brandur/redis-cell

CL.THROTTLE implementation in Dragonfly

kakserpom opened this issue · 2 comments

Hey!

There's an open source project called Dragonfly (https://dragonflydb.io/), it is a multi-threaded Redis clone written from scratch.

CL.THROTTLE command has been recently implemented in Dragonfly keeping the same behavior and interface.
dragonflydb/dragonfly#714

@kakserpom Very, very cool – thanks for the heads up! I'll tweet/blog this tomorrow.

Welp, took me way longer to get to this than I expected, but I did a mini-writeup here:

https://brandur.org/fragments/dragonflydb-cl-throttle

Thanks!