#
Redis
To speed up boot time, optional services are disabled.
Start redis in the .turbo_test.toml
configuration file:
.turbo_test.toml
[before_test_run]
commands = '''
sudo systemctl start redis-server
'''
To speed up boot time, optional services are disabled.
Start redis in the .turbo_test.toml
configuration file:
[before_test_run]
commands = '''
sudo systemctl start redis-server
'''