I have found issue that there is limitation 2000 key per one multiget request. if (!vec.get(num_keys) || num_keys <= 0 || num_keys>2000) goto L_badarg; What is the reason of this behaviour?