Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services 如何将redis模块安装到AWS elasticache?_Amazon Web Services_Redis_Amazon Elasticache - Fatal编程技术网

Amazon web services 如何将redis模块安装到AWS elasticache?

Amazon web services 如何将redis模块安装到AWS elasticache?,amazon-web-services,redis,amazon-elasticache,Amazon Web Services,Redis,Amazon Elasticache,基本上,我们知道AWS中的ElastiCache使用MemCached或Redis。我们拿起Redis,发现了一个可能对我们有用的模块。有没有办法将模块安装到ElastiCache实例?由于ElastiCache是托管服务,您无法访问实际的redis服务器来安装/加载模块。您只能通过客户端连接到它以运行redis命令。AWS Elasticache未提及对模块的任何支持。看来这是不可能的。在Amazon添加对elasticache中模块的支持之前,您必须使用EC2实例运行自己的redis服务器来

基本上,我们知道AWS中的ElastiCache使用MemCached或Redis。我们拿起Redis,发现了一个可能对我们有用的模块。有没有办法将模块安装到ElastiCache实例?

由于ElastiCache是托管服务,您无法访问实际的redis服务器来安装/加载模块。您只能通过客户端连接到它以运行redis命令。AWS Elasticache未提及对模块的任何支持。看来这是不可能的。在Amazon添加对elasticache中模块的支持之前,您必须使用EC2实例运行自己的redis服务器来使用模块。

此主题有任何更新吗?在AWS elasticache redis内。对重新搜索模块感兴趣。我厌倦了通过redis cli跟踪链接。再查一次就没什么运气了


注意:Redis模块是v4的一项功能,v4尚未正式发布。一旦发布,我希望我们至少会看到一些Redis-as-a-Service提供商总体上支持新版本,特别是模块。我认为AWS无法直接支持Elasticcache上的Redis模块,因为Redis实验室更改了开源许可证。我写了一篇关于这个主题的博客文章,以及如何设置自己的EC2实例来代替它:——以防它对任何人都有帮助。
From redis-cli:

127.0.0.6379> MODULE load redisearch.so OPT1 OPT2