RedisJSON / RedisJSON2

Rust based RedisJSON implementation - Deprecated and moved to RedisJSON/RedisJSON

Home Page:https://redisjson.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON.TYPE on Integer should return `Integer`

gkorland opened this issue · comments

127.0.0.1:6379> JSON.SET 1 . 1
127.0.0.1:6379> JSON.TYPE 1 .
"number"

Should return

"integer"