run tests against remote redis server
See original GitHub issueIs it possible to run npm test
against the remote redis server?
Also, is it possible to run it against the redis docker image ?
Thanks.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How to work with redis for test automation
Pre-requisites: · Install Redis via sudo apt · Expose the redis server to outside the VM · Restart redis service.
Read more >How to connect to remote Redis server? - Stack Overflow
I have URL and PORT of remote Redis server. I am able to write into Redis from Scala. However I want to connect...
Read more >Setting up Redis on a Remote Server - Bird Eats Bug
This article covers all the basics of Redis and will teach you how to set up Redis on a remote server.
Read more >How to Benchmark the Performance of a Redis Server on ...
-t : Run only a subset of tests. For instance, you can use -t get,set to benchmark the performance of GET and SET...
Read more >Redis CLI
The Redis command line interface ( redis-cli ) is a terminal program used to send commands to and read replies from the Redis...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I might have time the coming weeks to rework the way the tests use the Redis server. Probably something along these lines:
npm run test-local
andnpm run test-docker
to make it obvious which server it usesAny ideas or suggestions @BridgeAR?
@gibfahn definitely sounds possible: