A minimal Redis client mock built with RESP protocol
- Implements core RESP protocol parsing (simple strings, integers, bulk strings, arrays)
- Basic Redis commands support (GET, SET, PING, etc.)
- Pure Go implementation (no external Redis client libraries)