Skip to content

fix(rdb): update for redis 1.0.2 API changes#9

Merged
cn-kali-team merged 1 commit intoemo-crab:mainfrom
david-breidert:fix/redis-api-update
Jan 9, 2026
Merged

fix(rdb): update for redis 1.0.2 API changes#9
cn-kali-team merged 1 commit intoemo-crab:mainfrom
david-breidert:fix/redis-api-update

Conversation

@david-breidert
Copy link
Contributor

Summary

This PR fixes compilation errors introduced after the redis crate was updated from 0.32.7 to 1.0.2 in #8.

Changes

  • Add From<ParsingError> impl for Error enum to handle the new error type
  • Clone values before passing to from_redis_value() which now takes Value by value instead of by reference

- Add From<ParsingError> impl for Error enum
- Clone values before passing to from_redis_value() which now takes by value

This fixes compilation errors after the redis crate was updated from 0.32.7 to 1.0.2.
@cn-kali-team cn-kali-team merged commit 11ac6ac into emo-crab:main Jan 9, 2026
@cn-kali-team
Copy link
Member

Thank you for your work. I am currently dealing with issues related to Redis updates and inspec

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.

2 participants