Skip to content

Correct README and bump version to 0.9.1 - #54

Merged
hexcowboy merged 2 commits into
mainfrom
codex/readme-0.9.1
Jul 30, 2026
Merged

Correct README and bump version to 0.9.1#54
hexcowboy merged 2 commits into
mainfrom
codex/readme-0.9.1

Conversation

@hexcowboy

Copy link
Copy Markdown
Owner

Summary

  • correct the runtime documentation: the legacy async-std-comp feature now selects Redis's Smol/Rustls backend
  • document the standalone Tokio installation accurately
  • keep the primary usage example and link to the repository's example files
  • remove the duplicate inline Redis Cluster sample
  • clarify that cluster seed URIs describe one logical quorum backend
  • fix the Redis documentation link, extend-script source lines, test commands, and example prerequisites
  • bump the crate and README version references from 0.9.0 to 0.9.1

Why

The README retained runtime wording and example instructions from older Redis crate versions. In particular, it described the default backend as async-std even though the dependency now uses smol-rustls-comp, and it implied that the standalone Docker Compose file also supported the cluster example.

Impact

This is a documentation and patch-version release update. The library implementation and public API are unchanged.

Validation

  • cargo hack --feature-powerset check (10 combinations passed)
  • cargo test --all-features --all-targets (29 passed)
  • cargo test --all-targets (25 passed)
  • cargo clippy --all-features --all-targets -- -D warnings
  • RUSTDOCFLAGS='-D warnings' cargo doc --no-deps --all-features
  • cargo fmt --all -- --check
  • cargo publish --dry-run --allow-dirty

@hexcowboy
hexcowboy marked this pull request as ready for review July 30, 2026 14:49
@hexcowboy
hexcowboy merged commit 9fb0811 into main Jul 30, 2026
10 checks passed
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.

1 participant