# File lib/familia/object.rb, line 312
    def initialize *args
      initialize_redis_objects
      init *args if respond_to? :init
    end