redislite
redislite copied to clipboard
Using pre-installed redis?
I'm trying to cross-build redislite on Yocto, but setup.py downloads redis sources and tries to compile them with gcc built in my build machine, which for obvious reason fails. Is it possible to build redis before setup.py and tell it where the binaries are? Would that even be considered good idea if versions between your library and redis are mismatched?