Skip to content

Commit

Permalink
Add KeyDB
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Dec 10, 2024
1 parent 665e58f commit a0cb9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testrunner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The sitespeed.io worker is the worker that runs the sitespeed.io tests in a server/testrunner setup. You can have one runner per host machine and multiple workers per location, working on the same queue of tests.

The test runner will get the tests from a Redis (like) queue. When you start the runner, it needs to be able to connect to the queue.
The test runner will get the tests from a KeyDB (Redis like) queue. When you start the runner, it needs to be able to connect to the queue.

## Installation
The testrunner needs either sitespeed.io installed globally with it's [dependencies](https://www.sitespeed.io/documentation/sitespeed.io/installation/) or Docker installed.
Expand Down Expand Up @@ -72,4 +72,4 @@ Setting the same queue like this will make both phones take on tests on the same
```

## Documentation
I'm working on the documentation and you will find the full documentation at [https://www.sitespeed.io/documentation/onlinetest](https://www.sitespeed.io/documentation/onlinetest) when it's ready.
I'm working on the documentation and you will find the full documentation at [https://www.sitespeed.io/documentation/onlinetest](https://www.sitespeed.io/documentation/onlinetest) when it's ready.

0 comments on commit a0cb9d4

Please sign in to comment.