mccoy / medici

Erlang interface for Tokyo Tyrant
27 stars 11 forks source link

Pass options into start_link; support QCSTROREQ #3

Closed evanmiller closed 4 years ago

evanmiller commented 12 years ago

These are changes I've been running in Chicago Boss for some time now. Some are obvious bug-fixes (such as the call to put_env), and others are API changes which you may not approve of. Let me know what you think. Here are the commit notes:

Use a more traditional approach to passing in options (directly instead of only via get_env). Replace put_env (which doesn't exist) with set_env. Fix various warnings. Support QCSTROREQ operator. Make all principe_table functions take the socket as a first argument for consistency.