Skip to content

Conversation

@joshrotenberg
Copy link
Collaborator

Summary

Add documentation for the Python bindings feature introduced in #578.

Changes

  • mkdocs-site/docs/developer/python.md: New comprehensive documentation page for Python bindings covering:

    • Installation instructions
    • Quick start examples for both Redis Cloud and Enterprise
    • Full API reference for CloudClient and EnterpriseClient
    • Environment variables reference
    • Error handling
    • Practical examples (list databases, monitor health, export config)
    • Platform support and building from source
  • mkdocs-site/docs/developer/index.md: Updated to include Python package in the libraries table

  • mkdocs-site/mkdocs.yml: Added navigation entry for Python Bindings page

  • README.md: Added Python bindings section under Key Features

  • crates/redisctl/CHANGELOG.md: Added Python bindings to Unreleased section

  • crates/redisctl-python/CHANGELOG.md: New changelog for the Python package

Testing

  • Documentation renders correctly in mkdocs
  • All links are valid

- Add comprehensive Python bindings documentation page to mkdocs site
- Update developer index to include Python package info
- Add Python bindings section to main README
- Update redisctl CLI CHANGELOG with Python bindings feature
- Add CHANGELOG for redisctl-python package
@joshrotenberg joshrotenberg merged commit e59fba9 into main Jan 23, 2026
28 checks passed
@joshrotenberg joshrotenberg deleted the docs/python-bindings branch January 23, 2026 19:31
@joshrotenberg joshrotenberg mentioned this pull request Jan 23, 2026
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