lib/async/redis/protocol/selected.rb in async-redis-0.10.1 vs lib/async/redis/protocol/selected.rb in async-redis-0.11.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
# Released under the MIT License.
# Copyright, 2024, by Samuel Williams.
-require 'protocol/redis'
+require "protocol/redis"
module Async
module Redis
module Protocol
# Executes AUTH after the user has established a connection.