Implement indexing into Apache Druid #1

Closed
m wants to merge 263 commits from druid into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit db7e5677d3 - Show all commits

View File

@ -204,7 +204,7 @@ def delUserByNetwork(name, nick, user): # quit
p.srem(gnamespace, user)
for i in main.r.smembers(chanspace):
p.srem("live.who."+name+"."+i.decode(), nick)
p.hdel("live.prefix."+name+"."+i, nick)
p.hdel("live.prefix."+name+"."+i.decode(), nick)
p.delete(chanspace)
p.hdel(mapspace, nick)