this is a simple implementation of a redis server
- epoll -> libuv (crossplatform)
- arena,malloc -> jemalloc/mimalloc (avoid copying for useful strings)
- rehash without freezing
- the application entirely is pretty leaky
| Name | Name | Last commit date | ||
|---|---|---|---|---|
this is a simple implementation of a redis server