dice
dice copied to clipboard
QWATCH bug: inconsistent types on retrieval
We have a bug in our QWATCH command. We can store a value as an integer but on retrieval it treats it as a string. Running this query in qwatch_test.go var qWatchQuery = "SELECT $key, $value FROM 'match:100:*' WHERE $value > 1 ORDER BY $value DESC LIMIT 3" will give us an error "2024/08/03 12:43:48 ERRO incompatible types in comparison: string and int".
@JyotinderSingh Can you assign this to me
@JyotinderSingh Can you assign this to me
Assigned
This was already fixed in #363 as a part of another bug fix. But thanks for reporting this.