vert-x3 / vertx-redis-client

Redis client for Vert.x
http://vertx.io
Apache License 2.0
128 stars 116 forks source link

Improve how the Command and RedisAPI classes are generated #469

Closed Ladicek closed 1 month ago

Ladicek commented 1 month ago

The generated javadoc now includes a brief command summary and a deprecation status, coming from the COMMAND DOCS output.

Fixes #381