Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 222 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 222 Bytes

Redis Client Fuzzer

Project to help fuzz test PHP Redis clients that support PhpRedis' API.

# Exclude DEL and EXISTS for now since they will have cross-slot errors
php src/fuzz.php --exclude del,exists