question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Offer a Redis extension

See original GitHub issue

Describe 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:closed
  • Created 4 years ago
  • Reactions:81
  • Comments:27 (20 by maintainers)

github_iconTop GitHub Comments

7reactions
machi1990commented, Jan 6, 2020

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).

4reactions
pmlopescommented, Jan 6, 2020

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found