-
feat(redis): enhance Redis protocol handling with subscription and queue operations
发布于
2026-05-20 09:20:03 +00:00 | 786 次提交 在此版本后已推送到 main- Added support for advanced RESP commands (
AUTH,SUBSCRIBE,RPOP,LPOP) with extended functionality. - Implemented queue operations for usage events via
RPOPandLPOPcommands. - Introduced subscription handling with new Pub/Sub message features and error handling improvements.
- Updated Redis connection logic to enforce authentication requirements and validate inputs.
- Expanded related unit tests to cover new scenarios and edge cases.
下载附件
- Added support for advanced RESP commands (