michaelklishin / welle

An expressive Clojure client for Riak with batteries included
http://clojureriak.info
92 stars 26 forks source link

Using doall after calling pmap to ensure the lazy seq is realized #5

Closed rtircher closed 12 years ago

rtircher commented 12 years ago

I am using Clojure 1.4.0 and I noticed that the delete-all function would not delete all the keys.

michaelklishin commented 12 years ago

I wasn't sure if it is a good idea to force evaluation inside the library but for deletes, I guess, it is usually what you want.

michaelklishin commented 12 years ago

Released 1.4.0-beta1 with this change in. Thank you!