gpt4 book ai didi

c# - 在 C# Redis : could not connect to redis Instance at 127. 0.0.1:6379

转载 作者:可可西里 更新时间:2023-11-01 11:36:46 24 4
gpt4 key购买 nike

在 C# 中使用 Redis 服务器。我已经启动了 redis 服务器。

通过c#代码连接到redis服务器时

我正在使用 nuget 包 ServiceStack.Redis。

redisClient = new RedisClient("127.0.0.1", 6379);

异常:

base {"could not connect to redis Instance at 127.0.0.1:6379:6379"} System.Exception {ServiceStack.Redis.RedisException}

但我能够通过 server_client.exe 连接到服务器

我们需要做其他事情来连接到redis吗?因为我对 redis 完全陌生。

最佳答案

如果你想连接到 127.0.0.1:6379 的 redis 服务器,你需要 Redis a redis-server在本地运行。

您可以通过在您尝试连接的同一台服务器上运行 redis-cli.exe 来测试 redis-server 是否在本地运行 ServiceStack.Redis .

关于c# - 在 C# Redis : could not connect to redis Instance at 127. 0.0.1:6379,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31992133/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com