taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.15k stars 130 forks source link

Github Doku a bit confusing #226

Closed spiderbit closed 4 years ago

spiderbit commented 4 years ago

On the Project description you use that as example: (def server1-conn {:pool {} :spec {:uri \"redis://redistogo:pass@panga.redistogo.com:9475/\"}})

The escaping ( \ ) of the " seem to be wrong, at least it works here without them, I am not very experienced in Closure yet but that should be wrong.

like that: (def server1-conn {:pool {} :spec {:uri "redis://redistogo:pass@panga.redistogo.com:9475/"}})

ptaoussanis commented 4 years ago

Hi Stefan, fixing in latest release- thanks for mentioning this!