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 lua lua_script_get
SCRIPT GET
Redis Developer Course | Redis Technical Support | Redis Enterprise Server |
---|
SCRIPT GET
Sha로 Script를 조회합니다. 이때는 스크립트 크기에 제한없이 전체를 조회합니다.
Example
명령> | SCRIPT GET d37c6eab63d89876bc92a3d795a5d84b11147ac5 |
결과> |
"return redis.call('set','key','AAAAAAAAAAAAAAAAAABBBBBBBBBBBBBBBBBBBBBBCCCCC CCCCCCCCCCCCCCCCCCCCCCCCCCC')" |
명령문
SCRIPT GET sha
- 이 명령은 Enterprise version 6.0.0 부터 사용할 수 있다.
- O(1)
<< SCRIPT LIST | SCRIPT GET | SCRIPT EXISTS >> |
---|
Email
답글이 올라오면 이메일로 알려드리겠습니다.