You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
telnet localhost 11211
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
get _PHCM
VALUE _PHCM 1 56
a:2:{s:12:"data-flush-1";i:1;s:12:"data-flush-2";i:2;}
Expected
telnet localhost 11211
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
get _PHCM
END
Details
Phalcon version: 3.0.2-dev
PHP Version: 7.0.9
Operating System: Ubuntu
Installation type: Compiling from source
Zephir version: 0.9.4a-dev
Server: Nginx
The text was updated successfully, but these errors were encountered:
Expected and Actual Behavior
The
Phalcon\Cache\Backend\Memcache::flush
should delete keys by usingstatsKey
Actual
Expected
telnet localhost 11211 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. get _PHCM END
Details
The text was updated successfully, but these errors were encountered: