spring-projects / spring-data-redis

Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-redis/
Apache License 2.0
1.77k stars 1.17k forks source link

RedisOperations interface's method hasKey has documentation that does not specify what it returns and if it is null during pipelining. #3049

Open VladislavStefanov opened 3 days ago

VladislavStefanov commented 3 days ago

RedisOperations interface's method hasKey has documentation that does not specify what it returns and if it is null during pipelining.

https://github.com/spring-projects/spring-data-redis/blob/b9755723a94f46290836853d913dcb01b3152262/src/main/java/org/springframework/data/redis/core/RedisOperations.java#L181