What's a quick way to get Aerospike server version details (build number, etc.)?

Using command line utilities or a client library.

Type…

asinfo -v build

… as fast as you can! :laughing:

Also the clients all have some “info” commands where you can pass this string as well. You may also be interested in asinfo -v version

1 Like