Clarity

Results 2 comments of Clarity

from [server.c](https://github.com/redis/redis/blob/unstable/src/server.c)

The reason `read` and `contains` methods in the current implementation need to take `&mut self` is that they check if the key is expired, maybe this behavior could be changed...