代码拉取完成,页面将自动刷新
Here you will find examples demonstrating the usage of the Vert.x Redis Client.
The example is available in several languages:
Java: RedisClientVerticle.java
JavaScript: redis_client_verticle.js
Groovy: redis_client_verticle.groovy
Ruby: redis_client_verticle.rb
To run this example, you need a running Redis instance. Once running, you can configure the verticles with the redis host:
{ "host": "192.168.59.103" }
By default it uses 127.0.0.1
as host. The post is set to 6379
.
Once the redis instance is running, you can launch it using:
# mandatory, it copies the vertx-redis-client mvn clean package # java vertx run io.vertx.examples.redis.RedisClientVerticle -cp target/redis-examples-3.8.2.jar -conf my-redis-config.json # javascript vertx run src/main/js/io/vertx/examples/redis/redis_client_verticle.js -cp target/redis-examples-3.8.2.jar -conf my-redis-config.json # groovy vertx run src/main/groovy/io/vertx/examples/redis/redis_client_verticle.groovy -cp target/redis-examples-3.8.2.jar -conf my-redis-config.json # ruby vertx run src/main/ruby/io/vertx/examples/redis/redis_client_verticle.rb -cp target/redis-examples-3.8.2.jar -conf my-redis-config.json
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。