Files
spring-data-redis/src/main/java
Christoph Strobl 8f129b16f9 DATAREDIS-425 - Preserve item order in list, update documentation.
We now preserve the item order when converting list elements. This does not mean that we place elements at the exact position retrieved from the store but rather maintain their order based on the index value.

Additionally applied some documentation polishing and cluster tests.

Original Pull Request: #156
2016-03-14 10:41:58 +01:00
..