Skip to content

Redis-clojure assumes bytes = characters, which isn't necessarily true #10

Description

@jwr

Redis-clojure uses the counts reported by Redis as character counts, while Redis specs clearly say they are byte counts.

The correct way to go about this is probably to go through java.nio.charset.Charset/defaultCharset.

Right now redis-clojure isn't safe for non-ASCII data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions