You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Aydar Zaynutdinov (Jira)" <ji...@apache.org> on 2021/10/11 15:24:00 UTC

[jira] [Work started] (BEAM-13023) Implement Redis cache for pipelines' states

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

Work on BEAM-13023 started by Aydar Zaynutdinov.
------------------------------------------------
> Implement Redis cache for pipelines' states
> -------------------------------------------
>
>                 Key: BEAM-13023
>                 URL: https://issues.apache.org/jira/browse/BEAM-13023
>             Project: Beam
>          Issue Type: Sub-task
>          Components: beam-playground
>            Reporter: Artur Khanin
>            Assignee: Aydar Zaynutdinov
>            Priority: P3
>
> The backend should be able to use Redis to:
>  * save cache value by *pipelineId* and one more *sub-key* as a nested structure
>  * get cache by *pipelineId* and one more *sub-key*
>  * set time expiration for *pipelineId* key
>  
> Inner Redis client should be an implementation of *Cache* interface, so that it could be used like *LocalCache*.



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