Skip to content

Commit

Permalink
Add a debug tool
Browse files Browse the repository at this point in the history
  • Loading branch information
supercaracal committed Apr 19, 2024
1 parent 123ba4b commit 83984a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cluster/bin/console
@@ -0,0 +1,8 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

require 'irb'
require 'bundler/setup'
require 'redis/cluster'

IRB.start(File.expand_path('..', __dir__))

0 comments on commit 83984a1

Please sign in to comment.