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

John Hutchison updated GEODE-9347:
----------------------------------
    Component/s: redis

> Make Publish and Subscribe use Map data structures
> --------------------------------------------------
>
>                 Key: GEODE-9347
>                 URL: https://issues.apache.org/jira/browse/GEODE-9347
>             Project: Geode
>          Issue Type: Improvement
>          Components: redis
>            Reporter: John Hutchison
>            Priority: Major
>              Labels: redis
>
> our current implementation of Publish and Subscribe use a list of 
> Subscription objects to maintain state.
> @doevans noticed that native redis is using 2 maps to maintain state
> in an effort to mimic native redis data structures and hopefully improve 
> performance, our publish and subscribe commands should also use maps 1) 
> (channel -> all subscribers). 2) subsrciber(client) -> all subscribed channels



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to