Skip to content

Commit

Permalink
Add an alias 'statistics->stats'. closes tarantoolgh-30
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbes committed Jun 27, 2016
1 parent b32ad65 commit c77fcb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions queue/abstract.lua
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ queue.statistics = function(space)
return stats
end

queue.stats = queue.statistics

setmetatable(queue.stat, {
__index = function(tbs, space)
local spt = {
Expand Down

0 comments on commit c77fcb9

Please sign in to comment.