-
-
Notifications
You must be signed in to change notification settings - Fork 2
Integration Tests
Bnaya Eshet edited this page Nov 28, 2021
·
1 revision
In order of running the integration tests you should have environment variable aiming a running instance of REDIS.
- REDIS_EVENT_STREAM_ENDPOINT: the REDIS URL + port
- REDIS_EVENT_STREAM_PASS: the REDIS password (if any)
- Environment variable:
- REDIS_EVENT_STREAM_ENDPOINT = localhost:6379
- REDIS_EVENT_STREAM_PASS =
docker run -p 6379:6379 --rm -it --name redis-redisjson redislabs/rejson:latest