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 2015/07/10 16:29:04 UTC

[jira] [Resolved] (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 resolved GEODE-46.
--------------------------------
    Resolution: Fixed

This feature was merged in as part of GEODE-8.  Any further work needed should be tracked in separate issues.

> 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-incubating
>            Reporter: Swapnil Bawaskar
>              Labels: redis
>             Fix For: 1.0.0-incubating
>
>
> 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)