https://github.com/distributedio/redis-integration-tests
The redis automated test for titan
https://github.com/distributedio/redis-integration-tests
Last synced: 3 months ago
JSON representation
The redis automated test for titan
- Host: GitHub
- URL: https://github.com/distributedio/redis-integration-tests
- Owner: distributedio
- License: bsd-3-clause
- Created: 2019-11-25T10:24:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T10:34:38.000Z (over 5 years ago)
- Last Synced: 2024-10-29T18:56:45.685Z (8 months ago)
- Language: Tcl
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Description:
* You need to install tcl 8.5 or higher(same as redis 5.0.5)
* After testing, you need to cleanup the test data by sending flushdb commands or manually deleting it before you can test other types.command:
```
tclsh test_helper.tcl --single --host --port --auth
```
* single # Specify a test file in ./unit or ./unit/type directory, eg : --single unit/type/string
* host # the server's ip which we need to test
* port # the server's port which we need to test
* auth # the token