sadd abstract method
Adds member to the set stored at key.
Returns 1 if the member was added, 0 if it already existed.
Throws a ValkeyServerException if the key holds a non-set value.
Implementation
Future<int> sadd(String key, String member);