297298299300301302303304305306307
return command.getKeys(); } public long getSize(int id, int db, String key) { GetSize command = new GetSize(id, db, key); command.execute(); return command.getSize(); } public long getTTL(int id, int db, String key) { if(!isKeyExist(id, db, key))