Please enable JavaScript.
Coggle requires JavaScript to display documents.
SSE (Redis (Caching, persistence, replication, Not support LRU, Memory is…
SSE
Redis
Caching, persistence, replication
-
-
-
Support many data structure: string, set, list, sorted list,...
-
-
-
Concurrency
After starting a thread, it can never be started again. If you does so, an IllegalThreadStateException is thrown.
-
-
-
-
-
-
-
-
-