Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Redis Exception on Data types #157

Copy link
Copy link

Description

@mjibril
Issue body actions

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

Reactions are currently unavailable

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

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.