EVAL

Redis Developer Course Redis Technical Support Redis Enterprise Server

Lua Script 실행

Lua Script를 실행합니다. 대소문자를 구분합니다. 배열은 1부터 시작합니다.

Example

명령>EVAL "return redis.call('set','key','value')" 0
결과>OK
명령>EVAL "return redis.call('get',KEYS[1])" 1 key
결과>value

명령문

EVAL script numkeys key [key ...] arg [arg ...]

  • 이 명령은 version 2.6.0 부터 사용할 수 있다.
  • 스크립트에 따라 다릅니다.

<< Lua Script Intro EVAL EVALSHA >>

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