Server
- Configuration
- Server Configuration List
- Download & Install Redis Server
- Start Redis Server
- Architecture Overview
- Redis Server Performance
- Redis-cli
- Redis-benchmark
- Redis Security
- Event Notification
- Client Side Caching 6.0
- Redis Threads Update
- POSIX Thread
- Redis Process
- Process Thread Concept
- Server Data Structure
- Server Functions
- Redis.conf han
- Redis.conf eng
- Commands 1
- Commands 2
- Persistence
- Replication
- Administration
- Raspberry Pi New
- New Dev Functions
- Params General
- Params AOF
- Params RDB
- Params Replication
- Internal Structure
- Redis on Windows
redis server commands2 command_getkeys
Redis COMMAND GETKEYS
레디스 서버 교육 신청 |
레디스 정기점검/기술지원 Redis Technical Support |
레디스 엔터프라이즈 서버 Redis Enterprise Server |
---|
Redis COMMAND GETKEYS
명령이 사용하는 키의 위치를 알 수 있습니다.
이 문서는 버전 6.0.6를 기준으로 만들었습니다.
명령 실행 결과
MGET은 a b c d 모두에서 키를 사용하고, MSET은 a c 위에서 키를 사용할 수 있습니다.
명령문
COMMAND GETKEYS
- 이 명령은 version 2.8.13 부터 사용할 수 있습니다.
- 논리적 처리 소요시간은 O(1)입니다.
<< COMMAND COUNT | COMMAND GETKEYS | COMMAND INFO >> |
---|
조회수 :
Email
답글이 올라오면 이메일로 알려드리겠습니다.