Skip to content

Fix hdel example in Python and Rust#2739

Merged
dwdougherty merged 2 commits intoredis:mainfrom
ok3721:fix-hash-doc
Feb 4, 2026
Merged

Fix hdel example in Python and Rust#2739
dwdougherty merged 2 commits intoredis:mainfrom
ok3721:fix-hash-doc

Conversation

@ok3721
Copy link
Copy Markdown
Contributor

@ok3721 ok3721 commented Feb 4, 2026

The Python and Rust example code for hdel mistakenly used hget instead, updated to correct command and return value.

@jit-ci
Copy link
Copy Markdown

jit-ci bot commented Feb 4, 2026

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.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 4, 2026

CLA assistant check
All committers have signed the CLA.

@dwdougherty dwdougherty self-assigned this Feb 4, 2026
Copy link
Copy Markdown
Collaborator

@dwdougherty dwdougherty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @ok3721! Much appreciated. Approved.

@dwdougherty dwdougherty merged commit 97f02db into redis:main Feb 4, 2026
3 checks passed
kaitlynmichael pushed a commit that referenced this pull request Feb 10, 2026
* fix: Fix python hdel example

* fix: Fix rust hdel example
kaitlynmichael added a commit that referenced this pull request Feb 10, 2026
* vanilla-k8s supported distro

* openshift support

* eks

* aks

* gke

* RKe2

* tkgi

* vks

* release notes

* release notes

* typo fix

* K8s: OSS Cluster API - Babylon release feature (#2635)

* page structure and intro

* update RS page

* cluster-aware-clients page

* update limitations

* Update content/operate/kubernetes/networking/cluster-aware-clients.md

Co-authored-by: David Dougherty <david.dougherty@redis.com>

* Update content/operate/kubernetes/networking/cluster-aware-clients.md

Co-authored-by: David Dougherty <david.dougherty@redis.com>

* add vs specify clarification

* specify LB services are created

* note about LB being resource heavy

* add limitations

* change annotations wording

---------

Co-authored-by: David Dougherty <david.dougherty@redis.com>

* update version and date

* new RS version, API changes

* K8s: credential changes for Babylon release (#2695)

* RED-180515 changes

* change cluster cred secret

* corrections

* removed change REC secret

* Add examples for fuzzy search on specific attributes (#2689)

* Add examples for fuzzy search on specific attributes

Clarify that fuzzy search terms should NOT be wrapped in quotes when
targeting a specific field. Using quotes (e.g., @field:("%word%"))
converts the query to an exact phrase search instead of a fuzzy search.

Added:
- New subsection 'Fuzzy search on a specific attribute'
- Correct syntax: @field:(%word%) using parentheses without quotes
- Warning alert explaining the quotes pitfall
- Examples for single field fuzzy search with distance 1 and 2
- Example combining fuzzy searches on multiple fields with OR

* Copy edits

---------

Co-authored-by: David W. Dougherty <dwdougherty@gmail.com>

* DOC-6225 add underscore to embeds folder to prevent publication

* Revert "DOC-6225 add underscore to embeds folder to prevent publication"

This reverts commit ae5fe41.

* DOC-6225 added _index.md to prevent publishing embeds

* DEV: add missing field definitions to CLIENT LIST page (#2735)

* DEV: add missing field definitions to CLIENT LIST page

* Punctuation

* flex limitations - RQE, TS, AA (#2728)

* flex limitations - RQE, TS, AA

* Fix formatting of unsupported features list

* Update for redisvl 0.9.1

* Update for redisvl 0.7.0

* DOC-6231 updates for initial health checks

* DOC-6231 moved failback config to its own section

* DOC-6012 RS: Reverted DB version management changes for RS product lifecycle (#2742)

* Fix hdel example in Python and Rust (#2739)

* fix: Fix python hdel example

* fix: Fix rust hdel example

* DEV/OP/INT: add Redis uni links (#2743)

* Update content/operate/rc/api/api-reference/openapi.json

* Update rs-prometheus-metrics-v2.md (#2748)

* Update rs-prometheus-metrics-v2.md

update metric

* Fixed typo

---------

Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>

* DEV: (cmds) update compat. info. (#2746)

* DEV: (cmds) update compat. info.

* Added CLUSTER SHARDS compat. info.

* docs: replace unmaintained redlock-py with redlock-ng

* DOC-6241 added k8s reloader note

* DOC-6241 moved reloader example config

* DOC-6241 removed unwanted comment following feedback

* Clarify OSS Cluster API support availability

* DOC-6236 added setup video link

* Clarified ordering guarantees in XREADGROUP (#2752)

Clarified ordering guarantees for CLAIM in XREADGROUP documentation.

* K8s: unicorn maint 8 RN (#2754)

* unicorn maint 8

* fix weights

---------

Co-authored-by: David Dougherty <david.dougherty@redis.com>
Co-authored-by: Jeremy Plichta <jeremy.plichta@redis.com>
Co-authored-by: David W. Dougherty <dwdougherty@gmail.com>
Co-authored-by: Andy Stark <andrew.stark@redis.com>
Co-authored-by: Alon Magrafta <50071256+AlonMagrafta@users.noreply.github.com>
Co-authored-by: redisdocsapp[bot] <177626021+redisdocsapp[bot]@users.noreply.github.com>
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
Co-authored-by: ok3721 <76622058+ok3721@users.noreply.github.com>
Co-authored-by: Maayan Agranat <107346841+maayanagranat@users.noreply.github.com>
Co-authored-by: Vivek Dagar <vivekdagar@zohomail.in>
Co-authored-by: Igor Malinovskiy <u.glide@gmail.com>
Co-authored-by: Lior Kogan <koganlior1@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants