menu
redis_dart_link package
documentation
command_options.dart
RedisCommandOptions
retryAttempts property
retryAttempts property
dark_mode
light_mode
retryAttempts
property
int
retryAttempts
final
The maximum number of command attempts. Defaults to 3. 命令重试的最大次数。 默认为3。
Implementation
final int retryAttempts;
redis_dart_link package
documentation
command_options
RedisCommandOptions
retryAttempts property
RedisCommandOptions class