informatikr / hedis

A Redis client library for Haskell.
http://hackage.haskell.org/package/hedis
BSD 3-Clause "New" or "Revised" License
327 stars 121 forks source link

Add ability to use ACL #200

Closed qnikst closed 1 year ago

qnikst commented 1 year ago

Introduce auth option that support passing username: authOpts

Extend parseUrl function to parse username as well.

Fixes #199