00:14:49 GMT Hi, this issue is primarily with glob when trying to match keys. https://pastebin.com/39zyvwij Example keys, and my current pattern. I essentially want the regex equ. of user:\d+$ where I only want to match say user:1, user:2, user:102032, etc but not user:9439:attributes. What's the same as $ for glob pattern matching? 16:28:08 GMT Hey, I am learning C and want to contribute to an open source project. Exploring in CodeTriange I saw Redis and feel like contribuiting to this one. I have experience with other languages like php and javascript, so I'd like to know where to start. 16:29:07 GMT don't bother; I've had PRs open for 4-6 months at a time and nobody bothers to look at them, let alone merge 16:29:55 GMT the core devs are on specific missions (i.e. streaming, thread-safety) and don't spend much time wrangling outside contributions 16:31:08 GMT I see, maybe I should start with a smaller project then