00:33:39 GMT has anyone here recently run checkinstall on redis - it seems the latest stable version is having problems with it on ubuntu - the last stable used to do this without issues. 18:49:26 GMT hello. im using redisClient.keysAsync('*') to grab all the keys from my redis instance, but i only want to grab the keys that are prefixed with _reactions:: is there a way to do this? or would i just grab all the keys and filter them? 18:51:03 GMT use '_reactions::*'? 18:51:18 GMT also, be warned that KEYS is slow 18:53:37 GMT minus yeah that works? 18:53:40 GMT ok thanks 18:54:33 GMT why else would the * even be there if you couldn't pass other things 18:54:47 GMT relevant documentation: https://redis.io/commands/keys