Offer a Redis extension
See original GitHub issueDescribe the extension
Offer Redis client support via an extension
Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right).
Configuration suggestion
# Add your application.properties here, if applicable.
- redis cluster
- unername / password
- ???
Additional context (Add any other context about the proposal here.)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:81
- Comments:27 (20 by maintainers)
Top Results From Across the Web
Extensions | Redis
Details about extensions for query expanders and scoring functions. ... RediSearch supports an extension mechanism, much like Redis supports modules.
Read more >Redis Extension Reference Guide - Quarkus
The Quarkus Redis extension allows integrating Quarkus applications with Redis. ... More details about the various APIs offered by the quarkus-redis ...
Read more >Redis Lucee Extension - Ortus Solutions
The Ortus Redis Extension is a Lucee Server Extension that allows your server to natively connect to a Redis Server or Cluster, an...
Read more >StackExchange Redis Extensions: Home
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications.
Read more >How to install redis extension for php 7 - Stack Overflow
So you need to go to your php.ini, and add extension=redis.so . For me, this folder is: /Applications/MAMP/bin/php/ ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @andreas-eberle @pmlopes I’ll work on this extension and be able to make progress on it once I am back from vacations (in a week time from now).
@andreas-eberle I don’t have experience with writing extensions, what I can say is that if you create a bean injecting the vertx instance you can use the vertx api. Since the vertx redis client uses no reflection or features incompatible with graalvm native images it will work on native too.
Be aware that redis has been total rewrote for 4.0 and that’s where all features, sentinel/cluster support exists.