hibari / gdss-client

http://hibari.github.com/hibari-doc/
Other
2 stars 0 forks source link

brick_simple:clear_table() only works for one chain #6

Closed tpodowd closed 13 years ago

tpodowd commented 13 years ago

The brick_simple:clear_table() api currently uses fold_key_prefix() internally which only folds over keys found in the chain on the given prefix and therefore it will not clear keys across all chains. This method should use fold_table() instead.

tpodowd commented 13 years ago

Fix commited to dev. Closing.