-
Notifications
You must be signed in to change notification settings - Fork 100
Add CommandListener interface for monitoring Redis command operations #674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add CommandListener interface for monitoring Redis command operations #674
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
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;