# File lib/familia/redisobject.rb, line 916
    def to_s
      value.to_s  # value can return nil which to_s should not
    end