我用TypeScript搭建了一个项目,但我的主index.js文件引用的是App.js而不是App.tsx。如何设置我的项目,以便使用TypeScript文件(App.tsx)而不是App.js?下面是我的项目结构:这是通过react-native init X --template typescript搭建的
connect to Redis at 公网ip:7001: Connection timed out(集群总线端口17001-17006已打开)使用内网ip或 127.0.0.1创建集群成功,但是项目在本地无法正常访问redis集群进行操作,会报:JedisClusterMaxAttemptsException: No more cluster attempts left (如果把项目打包发布到服务器则正常)
我也知道搭建集群应该使用内网ip,可是我现在就是需要搭建服务器集群,然后在本地进行远程访问,结果卒。。。