Redis中的所有值最终都存储为一种RedisValue类型:
//"myvalue" here is implicitly converted to a RedisValue type //在实践中很少看到RedisValue类型。 db.StringSet("key", "aValue");