public Task <bool> GetBitAsync(string key, uint offset) => MultiAsync(StringCommands.GetBit(key, offset));
 public bool GetBit(string key, uint offset) => Multi(StringCommands.GetBit(key, offset));