🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

lakehouse-sequelize-restapi-keycloak-cache

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lakehouse-sequelize-restapi-keycloak-cache - npm Package Compare versions

Comparing version

to
1.2.6

2

package.json
{
"name": "lakehouse-sequelize-restapi-keycloak-cache",
"version": "1.2.5",
"version": "1.2.6",
"description": "caching for all types of data cached on redis hosts/cluster: data from database and sequelize ORM, rest API, keycloak admin api library",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -235,2 +235,4 @@ # lakehouse-sequelize-restapi-keycloak-cache

### Caching Keycloak admin function
=======================
**Keycloak admin and rest api of keycloak need to be the same hash key so that it can refresh properly all cache values that belong to each other and to each logged in user**

@@ -237,0 +239,0 @@ **=> so they need to use the same prefix key, so they have to use the same redisClient.**