19 20 21 22 23
# File 'lib/redis_client/pid_cache.rb', line 19 def _fork child_pid = super PIDCache.update! if child_pid == 0 child_pid end