Skip to content

Redis Exception on Data types #157

@mjibril

Description

@mjibril

I keep getting,

redis.exceptions.DataError: Invalid input of type: 'list'. Convert to a byte, string or number first

on a function

@ring.redis(redis_client,key_prefix="api")
def find(self,source,destination):

where source is a python list of integers.

@ring.lru works fine though. Could it be that ring.redis is not converting function arguments or return values to data types acceptable to redis?

The exception is raised in redis/connection.py", line 118, in encode

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions