18:47:02 GMT Is there a chat or thread for neural redis? 20:35:17 GMT In a redis URL, you can specify a db number. I assume that's just a key namespacing, right? Now, if would a SCAN operation on a specific db number only scan those keys that match the db number? 20:36:51 GMT "SCAN iterates the set of keys in the currently selected Redis database." 20:42:06 GMT I guess that means yes.