nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.83k stars 304 forks source link

Format of redis_auth in webdis.json #44

Closed ccgillett closed 12 years ago

ccgillett commented 12 years ago

What is the format of data in redis_auth? I am using a redis server with authentication enabled. Is the value a string consisting of "username:password" or is it something else? Thanks!

nicolasff commented 12 years ago

Hello,

Redis does not include a username and needs only a password, simply put it between quotes.

ccgillett commented 12 years ago

You are completely right, I was thinking about something else. It all worked on the first try - thanks!

nicolasff commented 12 years ago

No problem, let me know if you have other questions.