Summary
In this chapter, we have learned that:
Redis does not have complex dependencies, and it is easy to install Redis to a computer that runs a Unix-like operating system
Some of the supported connectors do not support all features of Redis yet
The configuration options that we can use when we are configuring our Redis connection depend on the used connector
We should use the Jedis connector when we are writing applications by using Spring Data Redis
We have now learned how can set up a web application project that uses Spring Data Redis. In the next chapter, we will write some code and implement a contact manager application by using Spring Data Redis.