发布

  • feat(redis): enhance Redis protocol handling with subscription and queue operations

    frostbyte_neo 发布于 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 RPOP and LPOP commands.
    • 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.
    下载附件