Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
PostgreSQL
Redis
K8s
Compare
Contribute
Back to redis
Export
SISMEMBER
Sets
Check if value is member of set
Examples
Common usage examples
Check membership
SISMEMBER myset "hello"
Copy
Notes
Returns 1 if member, 0 if not
Related Commands
You might also find these useful
SADD
SMEMBERS