我想在同一网络上的多台计算机上共享多个Excel的数据。 它需要快速(比从硬盘读取数据更快)。
我将它用于分布式速率限制,类似地在这里描述:
https://callhub.io/blog/2014/02/03/distributed-rate-limiting-with-redis-and-celery/
不幸的是,我不确定如何从Excel或VBA访问Redis数据存储区。
有人有什么建议吗? 谢谢!
I would like to share data across multiple Excels on several computers on the same network. It needs to be fast (faster than reading data off of a hard drive).
I'm using it for distributed rate limiting, similarly described here:
https://callhub.io/blog/2014/02/03/distributed-rate-limiting-with-redis-and-celery/
Unfortunately, I'm not sure how to access a Redis datastore from Excel or VBA.
Anybody have any suggestions? Thanks!
最满意答案
我最终使用了这个:
http://xlloop.sourceforge.net/
它运作良好。
I ended up using this:
http://xlloop.sourceforge.net/
It works well.
跨多个Excel和多台计算机共享数据(Sharing data across multiple Excel and multiple computers)我想在同一网络上的多台计算机上共享多个Excel的数据。 它需要快速(比从硬盘读取数据更快)。
我将它用于分布式速率限制,类似地在这里描述:
https://callhub.io/blog/2014/02/03/distributed-rate-limiting-with-redis-and-celery/
不幸的是,我不确定如何从Excel或VBA访问Redis数据存储区。
有人有什么建议吗? 谢谢!
I would like to share data across multiple Excels on several computers on the same network. It needs to be fast (faster than reading data off of a hard drive).
I'm using it for distributed rate limiting, similarly described here:
https://callhub.io/blog/2014/02/03/distributed-rate-limiting-with-redis-and-celery/
Unfortunately, I'm not sure how to access a Redis datastore from Excel or VBA.
Anybody have any suggestions? Thanks!
最满意答案
我最终使用了这个:
http://xlloop.sourceforge.net/
它运作良好。
I ended up using this:
http://xlloop.sourceforge.net/
It works well.
发布评论