zkteco-home / RedisJson

The RedisJSON module provides JSON support for Redis. RedisJSON lets you store, update, and retrieve JSON values in a Redis database, similar to any other Redis data type
32 stars 7 forks source link

Question: Correct version in module #3

Closed ZiggyQubert closed 1 year ago

ZiggyQubert commented 1 year ago

Thanks for the work on this.

Is it possible for the redisJson module to report the correct version, when running module list it reports ver: 999999

> module list
1) 1) "name"
   2) "ReJSON"
   3) "ver"
   4) (integer) 999999
   5) "path"
   6) "rejson.dll"
   7) "args"
   8) (empty array)

instead of its actual version - 2.4.6 I'm guessing

zkteco-home commented 1 year ago

version updated,thanks