Skip to content

Undocumented 3.2.0 change: non-ascii keys no longer supported. #546

Closed
@SpencerMalone

Description

@SpencerMalone

In #479 we moved from iscntrl -> !isgraph. The problem there is non-ascii characters are "not graphical", but they are valid keys according to the memcached server.

I understand the libmemcached client does a !isgraph, and thus it may be worth adopting this (even though protocol does technically support non-ascii keys), but at a minimum this should probably be a major release as unexpected loss of keys is a really scary unexpected change.

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