You are here

function dtestKeyValue in Memcache API and Integration 5.2

1 call to dtestKeyValue()
memcachetests.php in ./memcachetests.php

File

./memcachetests.php, line 357

Code

function dtestKeyValue($key, $value, $bin = 'default') {
  dmemcache_set($key, $value, 5, $bin);
  printKeyValue($key, dmemcache_get($key));
}