juspay/hyperswitch

[FEATURE] extend KV support to `generic_links` table

Open

#5.993 aberto em 23 de set. de 2024

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Rust (4.676 forks)batch import
C-featuregood first issue

Métricas do repositório

Stars
 (42.690 stars)
Métricas de merge de PR
 (Mesclagem média 6d 22h) (213 fundiu PRs em 30d)

Description

Feature Description

generic_links table is being used for storing payout link resources at the moment. Redis is used as in-memory cache for faster r/w operations in a local store (database). This is implemented for a couple of tables at the moment. The feature requirement here is to extend KV support to the generic_links table.

Possible Implementation

There already exists an application interface for performing KV operations on Redis - KVRouterStore. The same needs to be implemented for generic_links table

Have you spent some time checking if this feature request has been raised before?

  • I checked and didn't find a similar issue

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

None

Guia do colaborador