Inheritance: extends MemoryObject, implements Jamm\Memory\IMemoryStorage
Example #1
0
 /**
  * Constructor.
  *
  * @param string                    $host
  * @param \Jamm\Memory\IRedisServer $port
  *
  */
 public function __construct($host, $port)
 {
     $redisServer = new RedisServer($host, $port);
     parent::__construct('webiny', $redisServer);
 }