Skip to content

Commit bf1d487

Browse files
committed
Merge branch 'master' of github.com:defunkt/resque
2 parents 41be7fd + 12c6a94 commit bf1d487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque/server/views/stats.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<% elsif params[:id] == 'keys' %>
4040

4141
<h1>Keys owned by <%= resque %></h1>
42-
<p class='sub'>(All keys are actually prefixed with "resque:")</p>
42+
<p class='sub'>(All keys are actually prefixed with "<%= Resque.redis.namespace %>:")</p>
4343
<table class='stats'>
4444
<tr>
4545
<th>key</th>

0 commit comments

Comments
 (0)