File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
namespace NRedisStack
5
5
{
6
- [ Obsolete ( "RedisGraph is not supported since Redis 7.2 (https://redis.com/blog/redisgraph-eol/)" ) ]
6
+ [ Obsolete ( "RedisGraph supported is deprecated as of Redis Stack 7.2 (https://redis.com/blog/redisgraph-eol/)" ) ]
7
7
public interface IGraphCommands
8
8
{
9
9
/// <summary>
@@ -140,4 +140,4 @@ public interface IGraphCommands
140
140
/// <remarks><seealso href="https://redis.io/commands/graph.slowlog"/></remarks>
141
141
List < List < string > > Slowlog ( string graphName ) ;
142
142
}
143
- }
143
+ }
Original file line number Diff line number Diff line change 3
3
4
4
namespace NRedisStack
5
5
{
6
- [ Obsolete ( "RedisGraph is not supported since Redis 7.2 (https://redis.com/blog/redisgraph-eol/)" ) ]
6
+ [ Obsolete ( "RedisGraph supported is deprecated as of Redis Stack 7.2 (https://redis.com/blog/redisgraph-eol/)" ) ]
7
7
public interface IGraphCommandsAsync
8
8
{
9
9
/// <summary>
@@ -140,4 +140,4 @@ public interface IGraphCommandsAsync
140
140
/// <remarks><seealso href="https://redis.io/commands/graph.slowlog"/></remarks>
141
141
Task < List < List < string > > > SlowlogAsync ( string graphName ) ;
142
142
}
143
- }
143
+ }
You can’t perform that action at this time.
0 commit comments