There was an error while loading. Please reload this page.
1 parent d7dbb2f commit f2dcc4aCopy full SHA for f2dcc4a
ipc/README.md
@@ -1,6 +1,6 @@
1
# IPC
2
3
-Suppose we want to cache a remote data source in memroy, we implement three different ways to update cache.
+Suppose we want to cache a remote data source in memory, we implement three different ways to update cache.
4
5
1. Force all workers update memory cache from remote with a long interval.
6
2. Check remote source if it is changed, and then update cache. Check action can be more frequently if the source don't change everytime.
0 commit comments