i use get_range_slice to get the list of keys, then i call client.remove(keyspace, key, columnFamily, timestamp, ConsistencyLevel.ALL); to delete the record but i still have the keys. why? can i do it otherwise?
- deleting keys karim abbouh
- Re: deleting keys Aaron Morton