Using redis as a primary datastore for kong

We are undertaking a project to transition Kong from using PostgreSQL to Redis as the primary datastore. As an initial step, we plan to modify the OAuth2 plugin to generate, store, and retrieve tokens using Redis instead of PostgreSQL. If anyone has experience with a similar migration, we would greatly appreciate guidance on how to get started and what specific changes are needed to achieve this goal.

1 Like

what connector are you using to connect to redis ?