conn
Co-Authored-By: Alice Ryhl <alice@ryhl.io>
mini-redis server responses on PUB/SUB commands did not match real redis.
- fix client unsubscribe when subscribe list in the event of the received unsubscribe list is in a different order than subscribed - add tests for subscribe and unsubscribe commands - add tests for unknown command handling