JIRA: https://jira.spring.io/browse/INT-4230 The `get()` method only preserves the timestamp when an LS operation is done within it. For MGET ops, we don't perform another LS, so the timestamp was not updated. Add code to the recursive and non-recursive MGET methods to preserve the timestamp if so configured.