class Redis

def lastsave

Returns:
  • (Integer) -
def lastsave
  synchronize do |client|
    client.call([:lastsave])
  end
end