ruby-redis icon indicating copy to clipboard operation
ruby-redis copied to clipboard

Redis INFO redis_version

Open portertech opened this issue 13 years ago • 1 comments

Perhaps INFO "redis_version" should be the redis version this lib is inline with, for applications that use this to verify the running version meets requirements.

Current:

-> % redis-cli
redis 127.0.0.1:6379> info redis_version:0.0.2 redis_git_sha1:Ruby redis_git_dirty:1

portertech avatar Apr 06 '12 22:04 portertech

I'm not sure what is best here. I can't imagine anyone using the naked Ruby server without modification. Once modified, it's not tracking the C Redis feature set any more.

AE9RB avatar Apr 07 '12 18:04 AE9RB