Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
Stars
77
Forks
9
Watchers
77
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
133
commits
Updated configuration, reworked a bit log messages
aaac4abView on GitHubUpdated code in commands, removed useless newlines
1d7e072View on GitHubFixed a bug on the configuration reading that prevented the correct routing of the keys to external nodes in cluster mode
0cf2516View on GitHubRemoved useless files, refactored a bit networking code
eca4141View on GitHubSolved some problems relative EPOLL with threads, now using EPOLLONESHOT to rearm descriptors, at the cost of an additional system call, refactored commands.c
7c28b64View on GitHub