public static RedisInt.Nullable Object(RedisObjectSubCommand subCommand, params string[] arguments) { object[] args = RedisArgs.Concat(subCommand.ToString().ToUpperInvariant(), arguments); return(new RedisInt.Nullable("OBJECT", args)); }
public static RedisIntNull Object(RedisObjectSubCommand subCommand, params string[] arguments) { object[] args = RedisArgs.Concat(subCommand.ToString(), arguments); return(new RedisIntNull("OBJECT", args)); }