<?php namespace RedisBundle\Services; interface CollectorInterface { public function get($key); public function set($key, $data); }