RedisBoost
RedisBoost copied to clipboard
why HIncrByAsync uses int argument instead of long?
Hello! I've noticed, that redisClient.HIncrByAsync asks for int increment number, but redis uses 64 bit signed integer in this command (http://redis.io/commands/hincrby). So why not long?