module RedisClient::PIDCache

def update!

Experimental RBS support (using type sampling data from the type_fusion project).

def update!: () -> Integer

This signature was generated using 2 samples from 1 application.

def update!
  @pid = Process.pid
end