Quantcast
Channel: Active questions tagged redis+java - Stack Overflow
Viewing all articles
Browse latest Browse all 2222

Does Vertx 3.9.0 supports Redis Json or not? Any other ways to achieve it?

$
0
0

I am working with Vertx 3.9.0, I am trying to get json data for a key from redis Server.

redisConnection.send(Request.cmd(Command.GET).arg(key), handler->{  if(handler.succeeded()) {    Response response = handler.result();    System.out.println(response.toString());    promise.complete();  }else {    System.out.println(handler.cause());  }});

I always get WRONGTYPE Operation against a key holding the wrong kind of value

I am wondering whether Redis Json Support is provided by vertx-redis-client:3.9.0 ?If not then what are the alternatives to query Json data from Redis.


Viewing all articles
Browse latest Browse all 2222

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>