GETDEL

Redis Developer Course Redis Technical Support Redis Enterprise Server

데이터 조회와 삭제

GETDEL은 데이터를 조회하고 삭제합니다.

Example

명령>getdel key
결과>value
명령>get key
결과>(nil)


명령문

GETDEL

  • 이 명령은 version 6.2.0 부터 사용할 수 있다.
  • 논리적 처리 소요시간은 O(1)입니다.
관련 명령 GET

<< GETEX GETDEL INCR >>








Email 답글이 올라오면 이메일로 알려드리겠습니다.