Example #1
0
 /**
  * Bumps the last used Redis time stamp, used by consumers
  *  Internal mechanism, not a Redis based command
  *
  * @return void
  */
 public static function bumpTimeStamp()
 {
     self::$timestamp = time();
     return;
 }