This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| connection = accept(); | |
| recipient, message = read(connection); | |
| send(recipient, message); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults REDIS | |
| balance leastconn | |
| option redis-check | |
| retries 2 | |
| timeout connect 4s | |
| timeout server 15s | |
| timeout client 15s | |
| listen shard1_ro | |
| bind 127.0.0.1:16379 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <uses-permission android:name="android.permission.INTERNET"/> |