root@linuxhelp:~/redis-6.2.6# make cd src && make all make[1]: Entering directory '/root/redis-6.2.6/src' CC Makefile.dep rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep rm...
I suggest to get in touch with the redis community first to clarify which OS and runtime library dependencies this has. Once you have resolved this, building it into a library that can be used by a stand-alone application should become a straight forward task. From there, the question is:...