Karthik Sethuraman
Results
2
issues of
Karthik Sethuraman
Fuzzy search now performs true 'sublime' like behavior. Given a word with length `n` and a search query with length `m`, the new algorithm takes something like: `O((|n-m|+1)(m))`. Uncommented two...
### Description We use cluster-mode with redis for sharded pub-sub (we have 3 masters and 3 replicas in a kubernetes cluster). We have the following args for the clients: ```typescript...
Bug