Technical requirements
See the requirements presented in Chapter 1. The additional technical requirements for the code discussed in this chapter are the following:
- Add the
Fakermodule to your Python environment using the following command:python -m pipinstall faker - Add the
Redismodule to your Python environment using the following command:python -m pipinstall redis - Install the Redis server and run it using Docker:
docker run --name myredis -p6379:6379 redisIf needed, follow the documentation at https://redis.io/docs/latest/