Uses OpenHFT's Chronicle map as a DB implementation.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
128
commits
fix: change log level from info to error when reinitializing corrupted KeyMap
01378e4View on GitHubfeat: implement 500 error response handling in server and client socket service
ff05d76View on GitHubrefactor: simplify SharedKeyMap usage by abstracting direct HTreeMap access
af8a46bView on GitHubrefactor: replace KryoSerializer with ForySerializer for all serialization operations.
d78fd76View on GitHubRemove explicit `appender.sync()` call from ReplicationQueue's data writing process. Allow the OS to flush the data to file so that writes are faster.
735ebd8View on GitHubrefactor: simplify map value retrieval by using direct get() method instead of getUsing() to prevent same value beign returned
a4065d6View on GitHubRefactor: Improve DB response status code handling by explicitly managing 400 and 503 statuses and refining retry logic.
f505f34View on GitHubfix: disable Kryo object reference handling in `KryoSerializer` configuration.
79b5475View on GitHubrefactor: update import path for getPort utility in start and stop commands
8ba9d28View on GitHubfeat: make HARD_LIMIT configurable via system property with a default value.
70ecb27View on GitHubPlease provide the file changes to generate a commit message.
95fd37dView on GitHub