|
|
|
|
|
by willbmoss
5398 days ago
|
|
It's worth noting that not only is the list keys operation expensive, but since it uses Bloom filters, it's not guaranteed to returns all keys. My sources at Basho tell me that this is fixed in 1.0, but until that's officially released, basically don't try to list keys. |
|