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 connection fails with UNKNOWN READ #2

Closed felixbuenemann closed 8 years ago

felixbuenemann commented 8 years ago

System: Mac OS X 10.11.1 Version: FastoNoSQL 0.5.5 memcached 1.4.24 (installed via homebrew)

When trying to create/test connection to with parameters -h 127.0.0.1 -p 11211 -d \n I get the following error:

Connection state: Couldn't ping server: UKNOWN READ

I can talk to the server just fine using nc 127.0.0.1 11211.

topilski commented 8 years ago

Good day, seems like bug, try to reproduce and fix it thx.

topilski commented 8 years ago

Fixed, please specify your email and i send you fixed version.

felixbuenemann commented 8 years ago

Thanks, my Email is listed on my Github Profile.

topilski commented 8 years ago

I sent, please verify behavior and if issue not reproduced please close it.

felixbuenemann commented 8 years ago

Thanks it works now, but loading keys fails, I think because FastoNoSQL sends UPPERCASE commands, but memcached wants lowercase:

STATS ITEMS
ERROR
stats items
STAT items:1:number 1
STAT items:1:age 231
…
END
topilski commented 8 years ago

Please create issue, i try to fix it!