File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33
44namespace NRedisStack
55{
6- [ Obsolete ( "RedisGraph is not supported since Redis 7.2 (https://redis.com/blog/redisgraph-eol/)" ) ]
6+
7+ [ Obsolete ( "RedisGraph support is deprecated as of Redis Stack 7.2 (https://redis.com/blog/redisgraph-eol/)" ) ]
78 public interface IGraphCommands
89 {
910 /// <summary>
@@ -140,4 +141,4 @@ public interface IGraphCommands
140141 /// <remarks><seealso href="https://redis.io/commands/graph.slowlog"/></remarks>
141142 List < List < string > > Slowlog ( string graphName ) ;
142143 }
143- }
144+ }
Original file line number Diff line number Diff line change 33
44namespace NRedisStack
55{
6- [ Obsolete ( "RedisGraph is not supported since Redis 7.2 (https://redis.com/blog/redisgraph-eol/)" ) ]
6+ [ Obsolete ( "RedisGraph support is deprecated as of Redis Stack 7.2 (https://redis.com/blog/redisgraph-eol/)" ) ]
77 public interface IGraphCommandsAsync
88 {
99 /// <summary>
@@ -140,4 +140,4 @@ public interface IGraphCommandsAsync
140140 /// <remarks><seealso href="https://redis.io/commands/graph.slowlog"/></remarks>
141141 Task < List < List < string > > > SlowlogAsync ( string graphName ) ;
142142 }
143- }
143+ }
You can’t perform that action at this time.
0 commit comments