Skip to content

Conversation

@gkorland
Copy link
Contributor

fix #441

Copilot AI and others added 3 commits December 21, 2025 23:15
* Initial plan

* Fix crash on binary data from Redis commands like DUMP

Handle non-UTF-8 binary data by using StringBuffer variant instead of panicking on unwrap.

Co-authored-by: gkorland <[email protected]>

* Add defensive error handling for BigNumber and VerbatimString conversions

Apply the same graceful error handling pattern to BigNumber and VerbatimString to prevent potential panics.

Co-authored-by: gkorland <[email protected]>

* fix fmt

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: gkorland <[email protected]>
Co-authored-by: Guy Korland <[email protected]>
* Initial plan

* Add Command Filter API support

- Created command_filter.rs module with CommandFilterContext
- Implemented all 8 Redis Command Filter C APIs
- Added register/unregister command filter methods to Context
- Created command_filter example demonstrating usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for missing REDISMODULE_NOTIFY events

1 participant