An open API service indexing awesome lists of open source software.

https://github.com/phpredis/redis-client-fuzzer


https://github.com/phpredis/redis-client-fuzzer

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Redis Client Fuzzer

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

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