We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820e0ce commit 9f9e3c1Copy full SHA for 9f9e3c1
src/backend/README.md
@@ -33,3 +33,7 @@ Run
33
```
34
mvn -f src/backend/pom.xml versions:set -DartifactId=* -DgroupId=*
35
36
+
37
+## caching
38
39
+Currently lookups are cached using redis. In the event of a code table change redis should be restarted. Check the api for activity beore doing so.
0 commit comments