Package cn.sliew.milky.cache.lettuce
Interface LettuceConnectionFactory.LettuceConnection
-
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing interface:
- LettuceConnectionFactory
public static interface LettuceConnectionFactory.LettuceConnection extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LettuceAsyncCommandsWrapperasync()LettuceCommandsWrappersync()
-
-
-
Method Detail
-
sync
LettuceCommandsWrapper sync()
-
async
LettuceAsyncCommandsWrapper async()
-
-