Skip to content

Commit

Permalink
Display the configured namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Fitzsimmons committed Jun 15, 2010
1 parent 25473f2 commit e856e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/server/views/stats.erb
Expand Up @@ -39,7 +39,7 @@
<% elsif params[:id] == 'keys' %>

<h1>Keys owned by <%= resque %></h1>
<p class='sub'>(All keys are actually prefixed with "resque:")</p>
<p class='sub'>(All keys are actually prefixed with "<%= Resque.redis.namespace %>:")</p>
<table class='stats'>
<tr>
<th>key</th>
Expand Down

0 comments on commit e856e97

Please sign in to comment.