Uses of Interface
com.github.fppt.jedismock.server.RedisCommandInterceptor
Packages that use RedisCommandInterceptor
-
Uses of RedisCommandInterceptor in com.github.fppt.jedismock.server
Methods in com.github.fppt.jedismock.server that return RedisCommandInterceptorMethods in com.github.fppt.jedismock.server with parameters of type RedisCommandInterceptorModifier and TypeMethodDescriptionstatic ServiceOptionsServiceOptions.withInterceptor(RedisCommandInterceptor commandInterceptor) Set interceptor which handles all the operations sent to JedisMock and can be used for overriding the standard behaviour.