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

17 lines
311 B
Markdown

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