1 Star 0 Fork 2

周周/vertx-examples

forked from githubsync/vertx-examples 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.adoc 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
Julien Viet 提交于 2022-05-24 10:38 . 4.3.1 upgrade

Vert.x Redis Client examples

Here you will find examples demonstrating the usage of the Vert.x Redis Client.

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-4.3.1.jar -conf my-redis-config.json
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhouzq2046/vertx-examples.git
git@gitee.com:zhouzq2046/vertx-examples.git
zhouzq2046
vertx-examples
vertx-examples
4.x

搜索帮助