|
|
|
|
|
by manigandham
2667 days ago
|
|
It makes the collections you work with in your programming language (list, set, dictionary/map/hash) available as a dedicated server instead, so you can share data across multiple programs. It's single-threaded, stores everything in RAM with optional persistence, and has Lua and modules so you can do more than the standard commands. |
|