...
Once you call redis_set() in thread mode, you can wait until your process' done byas following:
| Code Block |
|---|
shell_exec( "wait"); |
...
...
Once you call redis_set() in thread mode, you can wait until your process' done byas following:
| Code Block |
|---|
shell_exec( "wait"); |
...