Export to GitHub

redis - issue #335

RPUSH fails for some (capital letters dependents)


Posted on Sep 23, 2010 by Happy Panda

RPUSH fails for some keys Pay attention to different bidoffer and bidofFer (CAPS LOCK IN second "F")

redis> RPUSH "bidoffer:676118:7C0B2DED-E597-4A12-8B12-72FFC9E436B5" "ok" (error) ERR Operation against a key holding the wrong kind of value redis> RPUSH "bidofFer:676118:7C0B2DED-E597-4A12-8B12-72FFC9E436B5" "ok" (integer) 1

redis> SET "bidofFer:676118:7C0B2DED-E597-4A12-8B12-72FFC9E436B5" "ok" OK redis> SET "bidoff~Fer:676118:7C0B2DED-E597-4A12-8B12-72FFC9E436B5" "ok" OK redis> SET "bidoffer:676118:7C0B2DED-E597-4A12-8B12-72FFC9E436B5" "ok" OK

redis> INFO redis_version:2.1.2 redis_git_sha1:cbce5171

Comment #1

Posted on Sep 23, 2010 by Happy Panda

Please remove... Looks like bug in out code. Another client has written SET to the same key

After DEL key it works OK.

Comment #2

Posted on Sep 23, 2010 by Grumpy Dog

(No comment was entered for this change.)

Status: Invalid

Labels:
Type-Defect Priority-Medium