public interface SessionCallback<T>
Modifier and Type | Method and Description |
---|---|
<K,V> T |
execute(RedisOperations<K,V> operations)
Executes all the given operations inside the same session.
|
<K,V> T execute(RedisOperations<K,V> operations) throws org.springframework.dao.DataAccessException
operations
- Redis operationsorg.springframework.dao.DataAccessException
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.