17 comments (17 comments)6 reactions (6 reactions)0 assignees (0 assignees)Python2,485 forks (2,485 forks)batch import
good first issuehelp-wantedmaintenance
Repository metrics
- Stars
- 12,019 stars (12,019 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
In order to help drive adoption, and make it easier for others to get started with redis-py, I'd love to start including examples with the repository. Recently, I introduced a change to start splitting up the documentation - as a first step - which will be part of 4.1.0.
Next - I plan on adding support for jupyter notebooks in our documentation to enable this.
Contributor guide
- Research direction
- Examine the existing documentation structure in the repository and review the plan for Jupyter notebook integration. Create a simple example demonstrating a common Redis use case, such as connecting to a Redis instance and performing basic operations.
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Prerequisites
- PythonGitRedis basics