Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 8 days 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
```