CheatSnip

Related

Set Members

redis

Get all members

Set Intersection

redis

Find common members

Sorted Set Add

redis

Add members with scores

redis/sadd

Set Add

Add members to set

set
data-structure

Command

SADD key member

Explanation

Adds the specified members to the set stored at key.

Examples

Add multiple tags

SADD tags "redis" "database"

More

Sorted Set Range

redis

Get members by range

Set Hash Field

redis

Set a specific field in a hash to a given value.

Get Hash Field

redis

Retrieve the value of a specific field from a hash.

CheatSnip

Lightning-fast access to essential developer commands and code snippets. Search, copy, and master your favorite tools with our comprehensive cheat sheets.

Poorna Prakash

Quick Links

Git CommandsDockerNPMKubernetesYour Favorites

Legal

Terms & ConditionsPrivacy PolicyCookie Preferences

Company

About UsContact

© 2025 CheatSnip. All rights reserved.

Made with ❤️ for developers