Commands
- Introduction
- Strings
- Lists
- Sets
- Sorted Sets (ZSets)
- SORTED SETS Introduction
- ZADD
- 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 connection connection_intro
Connection Introduction
Redis Developer Course | Redis Technical Support | Redis Enterprise Server |
---|
Redis Connection Commands
Commands | Version | Syntax | Description |
---|---|---|---|
CONNECT | 1.0.0 | ip port | Redis-cli 명령으로 다른 서버에 접속 |
AUTH | 1.0.0 | password | 패스워드 입력 |
ECHO | 1.0.0 | message | 에코 |
PING | 1.0.0 | [message] | 서버와 연결 테스트 |
QUIT | 1.0.0 | EXIT | |
SELECT | 1.0.0 | index | DB 선택 |
SWAPDB | 4.0.0 | index index | 지정한 DB를 맞 바꾼다. |
Total : 7
<< GEOSEARCHSTORE | Connection Intro | CONNECT >> |
---|
Email
답글이 올라오면 이메일로 알려드리겠습니다.