Skip to content

WRONGTYPE - Key with colons #835

Closed
Closed
@george-mengelberg

Description

@george-mengelberg

Hello,
I am encountering WRONGKEY errors under the following circumstances:

  • redis-cli trying to read keys added by redis-py (key = 'frontend:test.ufam.jp')
  • redis-py client trying to read keys added by redis-cli (key = 'frontend:test.ufam.jp')

Each client is able to successfully read keys they created. Here is a simplified example showing a call to keys() then using the value in a call to lrange() which causes an error.

Any suggestions or insight as to what may be going wrong would be much appreciated.

Environment:

  • Ubuntu: Ubuntu 16.04.1 LTS
  • Python Redis version: redis (2.10.5)
  • redis-server: 3:3.0.7-1chl1~precise1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions