|
|
|
|
|
by snotrockets
797 days ago
|
|
Redis actually has very few external dependencies compared to most modern FOSS: IIRC, it only need libc and OpenSSL (the latter only if you build TLS) on your system, and provide their forked copies of Jemalloc, LUA, fpconv, HiRedis, Linenoise and Hdr_Histogram. |
|
for example, something like jemalloc is highly nontrivial