Skip to content

are utf8 strings supported? #16

Description

@EastEriq

Seemingly no, at least from this:

R=Redis('localhost',6379);
R.set('pippo','90°')
R.set('pippo','אבג')

which store respectively "90\xb0" and "\xff\xff\xff" in the key pippo. Understandable since cmd.m uses uint8, I think.

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