Module | Familia::InstanceMethods |
In: |
lib/familia/object.rb
|
A default initialize method. This will be replaced if a class defines its own initialize method after including Familia. In that case, the replacement must call initialize_redis_objects.
This needs to be called in the initialize method of any class that includes Familia.
suffix is the value to be used at the end of the redis key + ignored+ is literally ignored. It‘s around to maintain consistency with the class version of this method. (RedisObject#rediskey may call against a class or instance).