|
|
|
|
|
by alekseyk
4794 days ago
|
|
Thanks! For which operation are you suggesting to use add() method? As far as I can see (and I just walked in so I might be overlooking something) you want to set data (overwrite) if it exist. Add() will fail if key already exist (which should be the case under full load) and you will end up using set() anyways. |
|