6379 - redis
Abuse
# 데이터 슬롯 변경 (0~15까지 존재)
select '<slot-number>'
# 현재 슬롯의 모든 key 조회
keys *
# strings 데이터 기반 값조회
get '<string-key>'
# hashes 데이터 기반 값조회
hgetall '<hashes-key>'Last updated
# 데이터 슬롯 변경 (0~15까지 존재)
select '<slot-number>'
# 현재 슬롯의 모든 key 조회
keys *
# strings 데이터 기반 값조회
get '<string-key>'
# hashes 데이터 기반 값조회
hgetall '<hashes-key>'Last updated