PhpRedis v5.0.0 has new const SERIALIZER_JSON

This commit is contained in:
Shaverdova Elena 2019-07-04 16:56:08 +02:00
parent d256109a08
commit 6230027a6f
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class Redis
const SERIALIZER_PHP = 1;
const SERIALIZER_IGBINARY = 2;
const SERIALIZER_MSGPACK = 3;
const SERIALIZER_JSON = 4;
/**
* Multi