We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41be7fd + 12c6a94 commit bf1d487Copy full SHA for bf1d487
lib/resque/server/views/stats.erb
@@ -39,7 +39,7 @@
39
<% elsif params[:id] == 'keys' %>
40
41
<h1>Keys owned by <%= resque %></h1>
42
- <p class='sub'>(All keys are actually prefixed with "resque:")</p>
+ <p class='sub'>(All keys are actually prefixed with "<%= Resque.redis.namespace %>:")</p>
43
<table class='stats'>
44
<tr>
45
<th>key</th>
0 commit comments