1 config BR2_PACKAGE_REDIS
3 depends on BR2_USE_MMU # fork()
4 depends on BR2_TOOLCHAIN_HAS_ATOMIC
5 depends on BR2_TOOLCHAIN_HAS_THREADS
7 Redis is an open source, advanced key-value store. It is
8 often referred to as a data structure server since keys can
9 contain strings, hashes, lists, sets and sorted sets.
13 comment "redis needs a toolchain w/ threads"
14 depends on BR2_USE_MMU
15 depends on BR2_TOOLCHAIN_HAS_ATOMIC
16 depends on !BR2_TOOLCHAIN_HAS_THREADS