Create Function
button.
Node.js 14.x
as runtime. Click
Create Function
.
Now you are on the function screen, scroll below to Function Code
section. On
Code entry type
selection, select Upload a .zip file
. Upload the app.zip
file you have just created and click on the Save
button on the top-right. You
need to see your code as below:
Test
button on the top right. Create
an event like the below:
Client | #Commands | Issued Commands |
---|---|---|
redis-cli | 2 | AUTH - COMMAND |
node-redis | 3 | AUTH - INFO - QUIT |
ioredis | 3 | AUTH - INFO - QUIT |
redis-py | 1 | AUTH |
jedis | 2 | AUTH - QUIT |
lettuce | 2 | AUTH - QUIT |
go-redis | 1 | AUTH |