Commands
- Introduction
- Strings
- Lists
- Sets
- Sorted Sets (ZSets)
- SORTED SETS Introduction
- ZADD
- ZADDS Ent
- ZINCRBY
- ZRANGE
- ZRANGESTORE 6.2
- ZLS Ent
- ZREVRANGE
- ZRANGEBYSCORE
- ZREVRANGEBYSCORE
- ZRANGEBYLEX
- ZREVRANGEBYLEX
- ZCARD
- ZLEN Ent
- ZCOUNT
- ZLEXCOUNT
- ZRANK
- ZREVRANK
- ZSCORE
- ZMSCORE 6.2
- ZREM
- ZRM Ent
- ZREMRANGEBYRANK
- ZREMRANGEBYSCORE
- ZREMRANGEBYLEX
- ZUNION 6.2
- ZINTER 6.2
- ZDIFF 6.2
- ZUNIONSTORE
- ZINTERSTORE
- ZDIFFSTORE 6.2
- ZSCAN
- ZPOPMIN 5.0
- ZPOPMAX 5.0
- BZPOPMIN 5.0
- BZPOPMAX 5.0
- ZISMEMBER Ent
- ZRANDMEMBER 6.2
- Hashes
- Streams
- Common Keys
- Recyclebin New
- Bits
- Pub/Sub
- Lua Script
- HyperLogLog(PF)
- Geo
- Connection
- Redis on Windows
redis commands sets scard
SCARD
Redis 開発者教育 Redis Developer Course |
Redis 定期点検/技術支援 Redis Technical Support |
Redis エンタープライズサーバ Redis Enterprise Server |
---|
集合に属するmemberの数を照会
使い方は scard keyです。
Example
コマンド> | sadd myset "メンバー_1" "メンバー_2" |
結果> | 2 |
コマンド> | sadd myset "メンバー_3" "メンバー_4" |
結果> | 2 |
コマンド> | scard myset |
結果> | 4 |
コマンド
SCARD key
- このコマンドは、version 1.0.0 から使用することができます。
- 論理的処理の所要時間はO(1)です。
関連コマンド | SISMEMBER, LLEN, ZCARD |
Clients for Java | Jedis, Lettuce, Redisson | Clients for C | Hiredis |
<< SLS | SCARD | SUNION >> |
---|
クリック件数 :
Email
返事がかかってなれば、メールでお知らせします。