All values in Redis are ultimately stored as a RedisValue type:
RedisValue
//"myvalue" here is implicitly converted to a RedisValue type //The RedisValue type is rarely seen in practice. db.StringSet("key", "aValue");