Add CommandListener interface for monitoring Redis command operations#674
Add CommandListener interface for monitoring Redis command operations#674senocak wants to merge 11 commits intoredis:mainfrom
Conversation
|
Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset. In case there are security findings, they will be communicated to you as a comment inside the PR. Hope you’ll enjoy using Jit. Questions? Comments? Want to learn more? Get in touch with us. |
…ion for Redis command monitoring
|
@foogaro Kindly reminder please! |
Thanks for the PR, we will likely added to the Spring 4.0.0 upgrade release |
|
Hi @senocak, thank you for this contribution! The I've reviewed the PR and have a few items that need to be addressed before we can merge: 1. Rebase RequiredThe PR is based on an older version of
Please rebase onto the latest 2. Remove
|
…ion for Redis command monitoring
…tener for tracking operations
…eFinished and createIndex methods and write more tests to cover the listeners. Use try-catch-finally method for exception handling
…d-listener' into feature/senocak/add-redis-command-listener # Conflicts: # redis-om-spring/src/main/java/com/redis/om/spring/ops/CommandListener.java # redis-om-spring/src/main/java/com/redis/om/spring/ops/NoOpCommandListener.java # redis-om-spring/src/main/java/com/redis/om/spring/ops/search/SearchOperationsImpl.java
…-redis-command-listener
Thank you @bsbodden I did every item you highlighted. If there is anything else, i surely can make them done. |
…nfiguration for romsmultiaclaccount
|
Hi @bsbodden Could you please review the changes please? |
Since redis-om uses Jedis behind the scenes, there are 2 open pull requests on Jedis repository for a long time to implement listener, I do not think it will be merged very soon. So, implemeted basic listener in each redisearch functionallity to listen the operations
Using in client side is very staight forward;