Skip to content

Commit

Permalink
Add new command for launch vanilla tls-redis
Browse files Browse the repository at this point in the history
  • Loading branch information
eecheng87 committed Mar 23, 2023
1 parent db09c49 commit f02038b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ test-redis-perf:
test-esca-redis-perf:
LD_PRELOAD=wrapper/preload.so ./$(REDIS_PATH)/src/redis-server

test-redis-tls-perf:
./$(REDIS_PATH)/src/redis-server --tls-port 6379 --port 0 \
--tls-cert-file ./$(REDIS_PATH)/tests/tls/redis.crt \
--tls-key-file ./$(REDIS_PATH)/tests/tls/redis.key \
--tls-ca-cert-file ./$(REDIS_PATH)/tests/tls/ca.crt

test-esca-redis-tls-perf:
LD_PRELOAD=wrapper/preload.so ./$(REDIS_PATH)/src/redis-server --tls-port 6379 --port 0 \
--tls-cert-file ./$(REDIS_PATH)/tests/tls/redis.crt \
Expand Down

0 comments on commit f02038b

Please sign in to comment.