Skip to content

Redis not working #3

Description

@2stacks

Looks like you need to add 'rediswho' to the accounting section in '/etc/raddb/sites-available/default'

accounting {
detail
unix
rediswho
sql
exec
attr_filter.accounting_response
}

After I did this redis CLIENT LIST and redis MONITOR produce expected output.

redis:6379> CLIENT LIST
id=3 addr=172.18.0.5:54278 fd=7 name= age=222 idle=222 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=NULL

redis:6379> MONITOR
OK
1494444355.407284 [0 172.18.0.5:54276] "LPUSH" "user" "1494444355,AE720B115C534D928C4495158005C7E4,172.18.0.2,,,0,0,0,0"
1494444355.407355 [0 172.18.0.5:54276] "EXPIRE" "user" "86400"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions