Skip to content

Commit

Permalink
Updates (#12)
Browse files Browse the repository at this point in the history
- FileClient creates now 1-level subdirectories (down from 2)
- improves the error handling in Redis/Json clients
- uses psr-4 for autoloading
- upgraded phpunit version
- updates some unit tests
- CS cleanup
  • Loading branch information
kodeart authored Sep 23, 2018
1 parent 0272fa8 commit 9fe5af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/RedisJsonClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
namespace Koded\Caching\Client;

use Exception;
use Koded\Caching\{ CacheException, CacheSerializer };
use Koded\Caching\{CacheException, CacheSerializer};
use Koded\Caching\Configuration\RedisConfiguration;
use Koded\Caching\Serializer\{ JsonSerializer, PhpSerializer };
use Koded\Caching\Serializer\{JsonSerializer, PhpSerializer};
use Psr\SimpleCache\CacheInterface;
use Redis;
use RedisException;
Expand Down

0 comments on commit 9fe5af4

Please sign in to comment.