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?

Reply via email to