File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ _Please make sure to review and check all of these items:_
6
6
- [ ] Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
7
7
- [ ] Is the new or changed code fully tested?
8
8
- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
9
+ - [ ] Is there an example added to the examples folder (if applicable)?
9
10
10
11
_ NOTE: these things are not required to open a PR and can be done
11
12
afterwards / while the PR is open._
Original file line number Diff line number Diff line change
1
+ # Examples
2
+
3
+ Examples of redis-py usage go here. They're being linked to the [ generated documentation] ( https://redis-py.readthedocs.org ) .
You can’t perform that action at this time.
0 commit comments