nosinovacao / name-sdk

A dependencies management library designed to expose and access dependencies information.
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Support Redis version resolving #28

Open Symbianx opened 6 years ago

Symbianx commented 6 years ago

Add a version resolver for Redis cache.

Just like the other version resolvers we can't depend on any redis client implementation, as such we must use the REdis Serialization Protocol to identify the version used by the server.

Symbianx commented 6 years ago

A good place to start is taking a look at the PR #21 which added a version resolver for Elasticsearch