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
Faker
module to your Python environment using the following command:python -m pip
install faker
- Add the
Redis
module to your Python environment using the following command:python -m pip
install redis
- Install the Redis server and run it using Docker:
docker run --name myredis -p
6379:6379 redis
If needed, follow the documentation at https://redis.io/docs/latest/