Files
spring-data-redis/src/main/java/org/springframework/data/redis
Christian Bühler 8ed4703d46 DATAREDIS-803 - Retrieve DefaultRedisMap.entrySet() via HGETALL.
Redis has a limitation of 1024 * 1024 parameters]() for bulk operations.

To receive more than 1024 * 1024 - 1 entries with entrySet(), we can directly use the HGETALL command instead of first fetching the keys with HKEYS and then fetching the values with HMGET.

See also: https://github.com/antirez/redis/blob/4.0.9/src/networking.c#L1200
Original pull request: #326.
2018-04-09 09:31:21 +02:00
..
2018-02-16 11:51:05 +01:00
2018-04-03 10:48:24 +02:00
2018-03-14 10:40:00 +01:00
2018-01-12 07:50:53 +01:00
2017-09-21 08:16:43 +02:00