File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
appengine/standard/migration/ndb/redis_cache Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,8 @@ Prior to deploying this sample, a
20
20
must be created and then a
21
21
[ Memorystore for Redis instance] ( https://cloud.google.com/memorystore/docs/redis/quickstart-console )
22
22
on the same VPC. The IP address and port number of the Redis instance, and
23
- the name of the VPC connector should be entered in either app.yaml
24
- (for Python 2.7) or app3.yaml (for Python 3).
23
+ the name of the VPC connector should be entered in ` app3.yaml ` .
25
24
26
- To deploy and run this sample in App Engine standard for Python 2.7:
27
-
28
- pip install -t lib -r requirements.txt
29
- gcloud app deploy app.yaml index.yaml
30
-
31
- To deploy and run this sample in App Engine standard for Python 3.7:
25
+ To deploy and run this sample in App Engine standard for Python 3.8:
32
26
33
27
gcloud app deploy app3.yaml index.yaml
You can’t perform that action at this time.
0 commit comments