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

Does not display any data #23

Open
Onepamopa opened this issue Jan 23, 2017 · 4 comments
Open

Does not display any data #23

Onepamopa opened this issue Jan 23, 2017 · 4 comments

Comments

@Onepamopa
Copy link

OS: FreeBSD 10.3 x64
memcached 1.4.34
libmemcached 1.0.18
php 5.6 (also tested on 7)

When click on "Data":
"No data available on Memcached daemon." but data IS available.
There are 10 keys, for example: TEST_1.2.3.4 BLA_5.4.3.1 but they are not being "detected" by phpMemAdmin for some reason.

@ryancwalsh
Copy link

ryancwalsh commented Jul 5, 2017

I have a similar problem using Laravel Homestead (Vagrant).

This tool looks like it would be super useful if it worked.

Right now, the Data tab just shows one key ("laravel"), and it looks like it has an empty value, 0 Bytes, Type = NULL. That doesn't seem correct at all.

@ryancwalsh
Copy link

Ahh, I found the problem for Laravel.

See how Laravel uses a prefix for the cache keys?

If I set that to an empty string (''), PhpMemAdmin works. And it's such a beautiful tool!

I wonder if PhpMemAdmin could be updated to allow Laravel cache key prefixes (as is default in Laravel).

@Onepamopa
Copy link
Author

actually I've found the problem - memcached was running with lru_maintainer enabled, when disabled - data displayed properly in phpmemadmin

@ryancwalsh
Copy link

Cool. I'll look up lru_maintainer and see if it's part of my Homestead Vagrant setup and if it's adjustable and if it's related to my problem.

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

2 participants