/* Decoded by unphp.net */ * @copyright 2019 Rafael Campoy * @license MIT * @link https://github.com/averias/phpredis-json * * Copyright and license information, is included in * the LICENSE file that is distributed with this source code. */ namespace Averias\RedisJson\Client; interface ClientInterface { public function executeRawCommand(string $commandName, ...$arguments); } ?>