码迷,mamicode.com
首页 > 其他好文 > 详细

fnproject Message Queues 配置

时间:2017-10-04 23:51:28      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:san   lib   asto   url   tar   convert   sed   cal   ase   

 

Message Queues

A message queue is used to coordinate asynchronous function calls that run through Fn.

We currently support the following message queues and they are passed in via the MQ_URL environment variable. For example:

docker run -e "MQ_URL=redis://localhost:6379/" ...

   Bolt (default)

URL: bolt:///fn/data/functions-mq.db

See Bolt in databases above. The Bolt database is locked at the file level, so the file cannot be the same as the one used for the Bolt Datastore.

   Redis

See Redis in databases above.

 

fnproject Message Queues 配置

标签:san   lib   asto   url   tar   convert   sed   cal   ase   

原文地址:http://www.cnblogs.com/rongfengliang/p/7627758.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!