1
- # redis-rb [ ![ Build Status] [ travis- image]] [ travis- link] [ ![ Inline docs] [ inchpages-image ]] [ inchpages-link ] ![ ] ( https://github.com/redis/redis-rb/workflows/Test/badge.svg?branch=master )
1
+ # redis-rb [ ![ Build Status] [ gh-actions- image]] [ gh-actions- link] [ ![ Inline docs] [ inchpages-image ]] [ inchpages-link ]
2
2
3
3
A Ruby client that tries to match [ Redis] [ redis-home ] ' API one-to-one, while still
4
4
providing an idiomatic interface.
@@ -446,7 +446,7 @@ redis = Redis.new(:driver => :synchrony)
446
446
## Testing
447
447
448
448
This library is tested against recent Ruby and Redis versions.
449
- Check [ Travis ] [ travis -link] for the exact versions supported.
449
+ Check [ Github Actions ] [ gh-actions -link] for the exact versions supported.
450
450
451
451
## See Also
452
452
@@ -465,12 +465,11 @@ client and evangelized Redis in Rubyland. Thank you, Ezra.
465
465
requests.
466
466
467
467
468
- [ inchpages-image ] : https://inch-ci.org/github/redis/redis-rb.svg
469
- [ inchpages-link ] : https://inch-ci.org/github/redis/redis-rb
470
- [ redis-commands ] : https://redis.io/commands
471
- [ redis-home ] : https://redis.io
472
- [ redis-url ] : http://www.iana.org/assignments/uri-schemes/prov/redis
473
- [ travis-home ] : https://travis-ci.org/
474
- [ travis-image ] : https://secure.travis-ci.org/redis/redis-rb.svg?branch=master
475
- [ travis-link ] : https://travis-ci.org/redis/redis-rb
476
- [ rubydoc ] : http://www.rubydoc.info/gems/redis
468
+ [ inchpages-image ] : https://inch-ci.org/github/redis/redis-rb.svg
469
+ [ inchpages-link ] : https://inch-ci.org/github/redis/redis-rb
470
+ [ redis-commands ] : https://redis.io/commands
471
+ [ redis-home ] : https://redis.io
472
+ [ redis-url ] : http://www.iana.org/assignments/uri-schemes/prov/redis
473
+ [ gh-actions-image ] : https://github.com/redis/redis-rb/workflows/Test/badge.svg
474
+ [ gh-actions-link ] : https://github.com/redis/redis-rb/actions
475
+ [ rubydoc ] : http://www.rubydoc.info/gems/redis
0 commit comments