You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2016/01/08 04:59:39 UTC

[jira] [Updated] (GEODE-46) Provide a Redis protocol adaptor for Geode

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

Anthony Baker updated GEODE-46:
-------------------------------
    Affects Version/s:     (was: 1.0.0-incubating)
                       1.0.0-alpha1

> Provide a Redis protocol adaptor for Geode
> ------------------------------------------
>
>                 Key: GEODE-46
>                 URL: https://issues.apache.org/jira/browse/GEODE-46
>             Project: Geode
>          Issue Type: New Feature
>          Components: extensions
>    Affects Versions: 1.0.0-alpha1
>            Reporter: Swapnil Bawaskar
>              Labels: redis
>             Fix For: 1.0.0-alpha1
>
>
> Redis is an open source, BSD licensed, advanced key-value cache and store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, sorted sets, bitmaps and hyperloglogs. More at [Redis project page|http://redis.io]
> Providing a Redis protocol adaptor will be beneficial to both Geode and Redis communities.
> * Redis:
> # The Redis community will get a scalable redis implementation where the individual data structures like lists, sets etc will scale across multiple servers.
> # Since the current redis server is single threaded and Geode is good at handling concurrency, this protocol adaptor should be able to provide a highly concurrent redis server.
> * Geode
> # Geode community will be able to use data structures beyond maps (sorted sets, lists)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)