You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var rowKeys = ['1', '2', '3', '4', '5'....] rowKeys.forEach(rowKey -> {client.get(rowKey)/ client.delete(rowKey)});
How can I get or delete multiple rows with row keys in addition to using the loop function above.