Skip to content

Commit 83984a1

Browse files
author
Taishi Kasuga
committed
Add a debug tool
1 parent 123ba4b commit 83984a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cluster/bin/console

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env ruby
2+
# frozen_string_literal: true
3+
4+
require 'irb'
5+
require 'bundler/setup'
6+
require 'redis/cluster'
7+
8+
IRB.start(File.expand_path('..', __dir__))

0 commit comments

Comments
 (0)