jd / pifpaf

Python fixtures and daemon managing tools for functional testing
Apache License 2.0
193 stars 39 forks source link

Add Valkey support #175

Closed zzzeek closed 1 month ago

zzzeek commented 1 month ago

This is a copy of redis with names changed for Valkey.

installing pifpaf under modern environments requires that #176 and #177 are fixed first.

Valkey is a fork of Redis that is growing extremely fast in popularity with the support of heavy hitters like AWS, Google, Oracle, and others.

To implement this, I added an entirely new driver, rather than trying to add options to the existing redis driver. this way the two drivers can be developed independently if/when redis / valkey start to diverge.

zzzeek commented 1 month ago

thanks very much for the release! all good now