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
RedisOperations interface's method
hasKeyhas documentation that does not specify what it returns and if it is null during pipelining.spring-data-redis/src/main/java/org/springframework/data/redis/core/RedisOperations.java
Line 181 in b975572