Uses of Enum Class
redis.clients.jedis.args.SaveMode
Packages that use SaveMode
Package
Description
This package contains the classes that represent arguments of Redis core commands.
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the classes that represent optional parameters of core Redis commands.
-
Uses of SaveMode in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type SaveMode -
Uses of SaveMode in redis.clients.jedis.args
Methods in redis.clients.jedis.args that return SaveMode -
Uses of SaveMode in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type SaveModeModifier and TypeMethodDescriptionvoidDeprecated. -
Uses of SaveMode in redis.clients.jedis.params
Fields in redis.clients.jedis.params declared as SaveModeMethods in redis.clients.jedis.params with parameters of type SaveMode
Jedis.shutdown(redis.clients.jedis.params.ShutdownParams).