Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memcache behaves abnormally in windows php7 environment #1131

Open
ygh05 opened this issue May 9, 2024 · 0 comments
Open

Memcache behaves abnormally in windows php7 environment #1131

ygh05 opened this issue May 9, 2024 · 0 comments

Comments

@ygh05
Copy link

ygh05 commented May 9, 2024

php7 memcached

<?php
$memip='127.0.0.1';
$memport=11211;
$memdb = memcache_connect($memip, $memport);
$memdb->set("wjj2","ggggg",0,6000);
echo "good";

执行cmd

img

img

使用ip访问,memcached set的key前面加了ip后两端

img

img

@ygh05 ygh05 changed the title windows php7环境下memcache表现异常 Memcache behaves abnormally in windows php7 environment May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant