lib/blendris/string.rb in blendris-0.0.2 vs lib/blendris/string.rb in blendris-0.0.3
- old
+ new
@@ -1,6 +1,8 @@
module Blendris
+ # RedisString is a wrapper to the Redis string data type.
+
class RedisString
include RedisNode
def self.cast_to_redis(value, options = {})