# File lib/googleauth/stores/redis_token_store.rb, line 64
        def load id
          key = key_for id
          @redis.get key
        end