occlum/demos/redis
yuanwu 17464d3bbf Add the redis demo
Signed-off-by: yuanwu <yuan.wu@intel.com>
2021-03-12 14:31:52 +08:00
..
benchmark_glibc.sh Add the redis demo 2021-03-12 14:31:52 +08:00
benchmark.sh Add the redis demo 2021-03-12 14:31:52 +08:00
download_and_build_redis_glibc.sh Add the redis demo 2021-03-12 14:31:52 +08:00
download_and_build_redis.sh Add the redis demo 2021-03-12 14:31:52 +08:00
README.md Add the redis demo 2021-03-12 14:31:52 +08:00
run_occlum_redis_glibc.sh Add the redis demo 2021-03-12 14:31:52 +08:00
run_occlum_redis.sh Add the redis demo 2021-03-12 14:31:52 +08:00

1.Download and build occlum-gcc: ./download_and_build_redis.sh glibc: ./download_and_build_redis_glibc.sh 2. Run redis occlum-gcc: ./run_occlum_redis.sh glibc: ./run_occlum_redis_glibc.sh 3. Benchmark occlum-gcc: ./benchmark.sh glibc: ./benchmark_glibc.sh