Skip to content

Standardize usage of versioning in info response. #51

@madolson

Description

@madolson

The ldap module reports 16777471 as its version. There is nothing strictly wrong with this version

module:name=ldap,ver=16777471,api=1,filters=0,usedby=[],using=[],options=[]

All the other Valkey modules report as a base10, two digits for each of major, minor and patch. For example. 1.0.1 is 10001

module:name=bf,ver=10000,api=1,filters=0,usedby=[],using=[],options=[]
module:name=search,ver=10000,api=1,filters=0,usedby=[],using=[],options=[handle-io-errors|handle-repl-async-load|no-implicit-signal-modified]
module:name=json,ver=10010,api=1,filters=0,usedby=[],using=[],options=[handle-io-errors]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions