DB

[Error] ERR wrong number of arguments for 'zrangebyscore' command

잔망루피 2022. 7. 23. 20:00

키의 값을 조회할 때 데이터 타입에 따라서 명령어가 다르다.

get은 키의 값이 string일 때 쓴다.

zrangebyscore는 키의 값이 sorted set일 때 쓴다.

 

키의 값 타입을 조회한다.

type 키이름

 

 

참고 👇

https://stackoverflow.com/questions/37953019/wrongtype-operation-against-a-key-holding-the-wrong-kind-of-value-php

 

WRONGTYPE Operation against a key holding the wrong kind of value php

Hi I am using Laravel with Redis .When I am trying to access a key by get method then get following error "WRONGTYPE Operation against a key holding the wrong kind of value" I am using following c...

stackoverflow.com

 

반응형

'DB' 카테고리의 다른 글

SQL Injection  (0) 2022.08.30
인덱스  (0) 2022.07.24
[ERROR] java.sql.SQLException: Field 'title' doesn't have a default value  (0) 2021.11.21
[MySQL] Error Code : 3780  (0) 2021.11.19
게시글 id  (0) 2021.07.26