You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Galen O'Sullivan (JIRA)" <ji...@apache.org> on 2017/03/06 19:42:33 UTC

[jira] [Updated] (GEODE-2597) Redis adapter doesn't handle UTF-8 properly.

     [ https://issues.apache.org/jira/browse/GEODE-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Galen O'Sullivan updated GEODE-2597:
------------------------------------
    Description: 
{code}
127.0.0.1:6379> hset foo å å
(integer) 1
(2.09s)
127.0.0.1:6379> hget foo å
"\xc3\xa5"
{code}

I thought this was inconsistent with the way Redis works, but it doesn't seem to be. Probably worth testing before GA.

> Redis adapter doesn't handle UTF-8 properly.
> --------------------------------------------
>
>                 Key: GEODE-2597
>                 URL: https://issues.apache.org/jira/browse/GEODE-2597
>             Project: Geode
>          Issue Type: Sub-task
>          Components: redis
>            Reporter: Galen O'Sullivan
>
> {code}
> 127.0.0.1:6379> hset foo å å
> (integer) 1
> (2.09s)
> 127.0.0.1:6379> hget foo å
> "\xc3\xa5"
> {code}
> I thought this was inconsistent with the way Redis works, but it doesn't seem to be. Probably worth testing before GA.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)