No. Users of Redis are the ones connecting to it. Furthermore, the Redis client library that you link into your program is MIT licensed. Unless you embed Redis directly into your app, you'd never have to release your own code to use it.
I wish it were common for projects to explain in common language how they expect the license to work, with examples of how it applies to their project.