minor changes

This commit is contained in:
2022-01-07 23:44:57 +03:00
parent 43422e7c77
commit bf11e58793
14 changed files with 624 additions and 45 deletions

11
readme.md Normal file
View File

@@ -0,0 +1,11 @@
# Connect to beanstalkd with PHP
Start beanstalkd daemon like that:
```
beanstalkd -l unix:/tmp/bstd.sock
```