vert-x3 / vertx-redis-client

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

Add Response.isArray() and isMap() #433

Closed Ladicek closed 6 months ago

Ladicek commented 6 months ago

This makes working with responses of type ResponseType.MULTI, PUSH and ATTRIBUTE a bit easier.

Fixes #342