fastogt / fastonosql

FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
https://fastonosql.com
GNU General Public License v3.0
1.18k stars 97 forks source link

Memcached won't show object values #22

Closed yingtho closed 7 years ago

yingtho commented 7 years ago

It can show the keys but when trying to load keys which is object data the logs says: 15:24:37.426: Get function error: NOT FOUND

screen shot 2017-03-01 at 15 20 49

topilski commented 7 years ago

Hi @yingtho may be keys was deleted from other application?

yingtho commented 7 years ago

No it was just created when i try to look into it. If I create a simple key (string) and that persist fine (the test key above). The editor won't allow creation of objects only simple types like string and numbers.

topilski commented 7 years ago

Which types you want to create? Also check ttl values on your keys.

yingtho commented 7 years ago

Well, it working but it seems that sometime its the cached keys i see.