Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once you call redis_set() in thread mode, you can wait until your process' done byas following:

Code Block
shell_exec( "wait");

...