By default SQRL will run in an in-memory only mode, which means state is not persisted between executions. For convenience a Redis implementation of most counters is included out of the box.
For this to work you should be running a local redis server, if you are not the easiest way to start one up is with the Docker command docker run -d -p 6379:6379 redis