Commit Graph

11 Commits

Author SHA1 Message Date
Kartikeya Hegde
8b50997e56 feat(kv): add kv wrapper for executing kv tasks (#2384) 2023-10-09 13:10:58 +00:00
Kartikeya Hegde
53de86f60d fix(drainer): ignore errors in case the stream is empty (#2261)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-09-25 09:19:42 +00:00
Jeeva
21f2ccd47c feat(router): add route to invalidate cache entry (#1100)
Co-authored-by: jeeva <jeeva.ramu@codurance.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-21 07:40:03 +00:00
Kartikeya Hegde
da4d721424 feat: add accounts in-memory cache (#1086) 2023-05-15 12:33:49 +00:00
Kartikeya Hegde
aaf372505c feat: Add support for a redis pubsub interface (#614)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-02-23 12:34:19 +00:00
Kartikeya Hegde
aa58d3466b fix: don't panic in redis library on creating connection pool (#494) 2023-02-03 12:43:42 +05:30
Sanchith Hegde
beb0384047 refactor: move config defaults from TOML files to Default trait (#352) 2023-01-17 19:13:16 +05:30
Abhishek
3bad58b0d3 feat(drainer): added drainer which reads from redis stream and executes queries on DB (#142) 2022-12-16 15:38:03 +05:30
Nishant Joshi
9fe3f7d904 Todo redis interface (#136) 2022-12-13 18:38:11 +05:30
Sanchith Hegde
81593e0a6b feat(redis_interface): implement functions for HGET, HSET, HSETNX commands (#114) 2022-12-12 15:32:46 +05:30
Nishant Joshi
10003cd6fe refactor(redis_interface): separating redis functionality and dependent functionalities outside router crate (#15)
Co-authored-by: Sanchith Hegde
2022-11-28 11:40:13 +05:30