How much time auth-token will keep?

i call /api2/auth-token/ to get admin token,and want to cache it for next usage
i want to know how much time the token will expire or i should set how many expire time in redis?
thx