05:45:18 GMT "help 05:45:28 GMT #help 05:46:04 GMT anyone here ? 09:44:24 GMT help 14:45:45 GMT <__zer01> what's the behavior of the SCAN command when Redis is running as a cluster? will it eventually return all keys that match a pattern or only the ones that matched inside some random node? 14:55:21 GMT only the node you're talking to 18:05:29 GMT really stupid question, but what is the plural form of redis 18:05:56 GMT redises? 18:05:57 GMT redsi? 18:58:50 GMT wouldn't you say redis instances 18:59:00 GMT redis databases. hmm... 20:04:40 GMT Hey guys, new to redis (used it for one project), is there a way to have redis connect to kafka and send messages to kafka? I saw a github project where kafka can send to redis, but not the other way around 20:18:52 GMT nope3000: redis itself cannot. no idea if there are projects that do that outside of redis. 20:20:49 GMT minus: Thanks! 20:45:57 GMT Redis instances and databases both make sense 20:46:28 GMT but what if you happen upon a group of redis in the wild, what do you call it? 20:47:14 GMT also @nope3000 you should be able to write something that reads off of redis and just publishes to kafka