docs: add hash examples notebook - #4154
Conversation
|
Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset. In case there are security findings, they will be communicated to you as a comment inside the PR. Hope you’ll enjoy using Jit. Questions? Comments? Want to learn more? Get in touch with us. |
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
petyaslavova
left a comment
There was a problem hiding this comment.
Hey @baraiz, thank you for your contribution! The notebook looks good, but need to be exposed through docs/examples.rst. Can you please add a reference to it there? Thanks!
|
Hi @petyaslavova, I've added the reference to docs/examples.rst in a second commit. Please let me know if anything else is needed! |
|
Hey @baraiz, the docs pipeline is failing with the following error: |
|
Hey @baraiz, I was able to identify why the docs building fails. |
petyaslavova
left a comment
There was a problem hiding this comment.
Changing the status of the PR, based on the last comment I added.
Relates to #1744
Added a new
hash_examples.ipynbnotebook todocs/examples/coveringthe most common Redis Hash operations:
Note
Low Risk
Documentation-only changes with no library or runtime behavior impact.
Overview
Adds Redis Hash documentation alongside the other example notebooks by introducing
hash_examples.ipynband wiring it into the Examples toctree.The notebook walks through common hash operations with redis-py (
hset/hget,mapping,hgetall,hkeys/hvals/hlen,hexists,hincrby,hdel) using auser:1profile example, plus a finaldeletecleanup step.Reviewed by Cursor Bugbot for commit 6adfa64. Bugbot is set up for automated code reviews on this repo. Configure here.