Skip to content

Commit

Permalink
Added redis_version to the default server detail fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Nov 7, 2011
1 parent 9a359d8 commit 47dfb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redisboard/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'changes_since_last_save', 'db.*', 'db1', 'last_save_time',
'multiplexing_api', 'total_commands_processed',
'total_connections_received', 'uptime_in_days', 'uptime_in_seconds',
'vm_enabled'
'vm_enabled', 'redis_version'
))]
REDISBOARD_DETAIL_TIMESTAMP_KEYS = getattr(settings, 'REDISBOARD_DETAIL_TIMESTAMP_KEYS', (
'last_save_time',
Expand Down

0 comments on commit 47dfb9d

Please sign in to comment.