File: version.rb

package info (click to toggle)
ruby-redis-clustering 5.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100 kB
  • sloc: ruby: 256; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require "redis/version"

class Redis
  class Cluster
    VERSION = Redis::VERSION
  end
end