We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25473f2 commit 12c6a94Copy full SHA for 12c6a94
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