@SuppressWarnings("unchecked")
final Command createStoreCommand(String key, byte[] keyBytes, int exp,
Object value, CommandType cmdType, boolean noreply,
Transcoder transcoder) {
return new TextStoreCommand(key, keyBytes, cmdType, new CountDownLatch(
1), exp, -1, value, noreply, transcoder);
}