Skip to content

Commit

Permalink
Release Redis 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed May 9, 2018
1 parent c5a1fd4 commit e56c158
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ This client supports the following Google Cloud Platform services at an [Alpha](
* [Cloud DNS](#cloud-dns-alpha) (Alpha)
* [Cloud Natural Language API](#cloud-natural-language-api-alpha) (Alpha)
* [Cloud OS Login](#cloud-os-login-alpha) (Alpha)
* [Cloud Redis[(#cloud-redis-alpha) (Alpha)
* [Cloud Resource Manager](#cloud-resource-manager-alpha) (Alpha)
* [Cloud Speech API](#cloud-speech-api-alpha) (Alpha)
* [Cloud Vision API](#cloud-vision-api-alpha) (Alpha)
Expand Down Expand Up @@ -499,6 +500,19 @@ subscriber.start
# Shut down the subscriber when ready to stop receiving messages.
subscriber.stop.wait!
```
### Redis API (Alpha)

- [google-cloud-redis README](google-cloud-redis/README.md)
+- [google-cloud-redis API documentation](http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-redis/latest)
- [google-cloud-redis on RubyGems](https://rubygems.org/gems/google-cloud-redis)
- [Redis API documentation](https://cloud.google.com/redis/docs/)

#### Quick Start

```sh
$ gem install google-cloud-redis
```


### Cloud Resource Manager (Alpha)

Expand Down
9 changes: 9 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,15 @@
"v0.20.0"
]
},
{
"id": "google-cloud-redis",
"name": "google-cloud-redis",
"defaultService": "google/cloud/redis",
"versions": [
"v0.1.0",
"master"
]
},
{
"id": "google-cloud-resource_manager",
"name": "google-cloud-resource_manager",
Expand Down
5 changes: 5 additions & 0 deletions google-cloud-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release History

### 0.1.0 / 2018-05-09

This gem contains the Google Cloud Redis service implementation for the `google-cloud` gem.
1 change: 1 addition & 0 deletions google-cloud/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ gem "google-cloud-logging", path: "../google-cloud-logging"
gem "google-cloud-monitoring", path: "../google-cloud-monitoring"
gem "google-cloud-os_login", path: "../google-cloud-os_login"
gem "google-cloud-pubsub", path: "../google-cloud-pubsub"
gem "google-cloud-redis", path: "../google-cloud-redis"
gem "google-cloud-resource_manager", path: "../google-cloud-resource_manager"
gem "google-cloud-spanner", path: "../google-cloud-spanner"
gem "google-cloud-speech", path: "../google-cloud-speech"
Expand Down

0 comments on commit e56c158

Please sign in to comment.