-
Notifications
You must be signed in to change notification settings - Fork 0
Add Redis caching #3
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Currently we rely on local memory or basic storage for the behavior engine. Adding Redis caching would greatly improve our performance and allow for distributed deployment of the gateway. A good starting point would be the cache connection and basic get/set operations.