module Semian::RedisClient

def connect

def connect
  acquire_semian_resource(adapter: :redis_client, scope: :connection) do
    super
  end
end