# File lib/redis/store/interface.rb, line 4
      def get(key, options = nil)
        super(key)
      end