2013-03-11 16:47:11 +01:00
|
|
|
config BR2_PACKAGE_REDIS
|
|
|
|
bool "redis"
|
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
depends on BR2_LARGEFILE
|
|
|
|
help
|
|
|
|
Redis is an open source, advanced key-value store. It is
|
|
|
|
often referred to as a data structure server since keys can
|
|
|
|
contain strings, hashes, lists, sets and sorted sets.
|
|
|
|
|
|
|
|
http://www.redis.io
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "redis needs a toolchain w/ largefile, threads"
|
2013-03-11 16:47:11 +01:00
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|