07:16:54 GMT I’m using rails and action cable to utilize redis pubsub. I’ve turned off all possible subscribers/consumers and am wondering. If I broadcast a message, does it just get removed if theres no one to read it? 07:21:32 GMT ahhh. Just found redis-cli monitor 07:21:47 GMT can confirm it is getting the publish call 07:31:33 GMT Quick question: if we're inserting keys from a remote client with 50 to 100ms latency, will Redis be blocked by this client for 50 to 100ms? Or will Redis only be blocked for the time of the execution..? 07:41:42 GMT ? 18:22:36 GMT hello 18:22:37 GMT where I can read more about the way Redis stores keys? 18:23:31 GMT i want to use prefix scans (server-*), but not sure if it's a right idea to do with redis 18:24:08 GMT other storages like HBase/BigTable store keys in sorted order, so it's a relatively fast operation 18:24:45 GMT if you e.g. want 1000 keys starting with prefix server-0- and ending with server-1-