menu
dart_valkey package
documentation
dart_valkey.dart
ZAddCommand
onlyIfNotExists property
onlyIfNotExists property
dark_mode
light_mode
onlyIfNotExists
property
bool
onlyIfNotExists
final
Only add new elements. Don't update existing scores.
Implementation
final bool onlyIfNotExists;
dart_valkey package
documentation
dart_valkey
ZAddCommand
onlyIfNotExists property
ZAddCommand class