Riak Elixir Client v1.1.6 Riak.Pool View Source

[EXPERIMENTAL] This module adds defpool to define functions with a lower arity for each function so:

Riak.put(pid, bucket, key, data) -> Riak.put(bucket, key, data) that calls the previous function with a pid from the pool

Link to this section Summary

Link to this section Functions

Link to this macro defpool(args, list) View Source (macro)
Link to this function take_group_member(group_name, timeout \\ 100) View Source