module RedisClient::PIDCache
Attributes
pid[R]
Public Class Methods
update!()
click to toggle source
# File lib/redis_client/pid_cache.rb, line 12 def update! @pid = Process.pid end