Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phpredis/redis-client-fuzzer
- Owner: phpredis
- Created: 2023-12-13T03:38:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T03:52:22.000Z (about 1 year ago)
- Last Synced: 2024-11-06T15:31:43.673Z (about 2 months ago)
- Language: PHP
- Size: 140 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```