**[Shyam Anand](https://jira.spring.io/secure/ViewProfile.jspa?name=heavydistortion)** opened **[DATAREDIS-992](https://jira.spring.io/browse/DATAREDIS-992?redirect=false)** and commented In `org.springframework.data.redis.core.AbstractOperations`, at line 181, the code is ``` if (hashValueSerializer() == null & value instanceof byte[]) { ``` I think it should be logical AND (`&&`) instead of the bitwise AND (`&`) here --- **Reference URL:** https://github.com/spring-projects/spring-data-redis/blob/master/src/main/java/org/springframework/data/redis/core/AbstractOperations.java **Referenced from:** pull request https://github.com/spring-projects/spring-data-redis/pull/454, and commits https://github.com/spring-projects/spring-data-redis/commit/61fe4fdde77181dcc108df3d9a0009d6043a8425, https://github.com/spring-projects/spring-data-redis/commit/4ada49d88b01e0742819b0242d2a0ac4660a2aeb **Backported to:** [2.1.10 (Lovelace SR10)](https://github.com/spring-projects/spring-data-redis/milestone/135?closed=1)