You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supporting CLIENT identification via SETINFO (#180)
* deprecated redisGraph
* supporting client SetInfo command
* add tests
* check somthing
* check2
* Async
* try ConnectionMultiplexer.Connect("localhost");
* new format
* fix core tests
* try change to IDatabase instead of IDatabaseAsync
* add bool _setinfo to Auxiliary
* comment CoreTests
* fix Aux
* change test
* fix tests
* not using pipeline
* move _setInfo = false;
* delete unused key
* if redis version less than 7.1.242 dont sent SETINFO
* add sleep
* no sleep
* try setinfo to true in each test
* reset info defaults in each test
* skip cluster + send commands in pipeline
* delete comments
* add null test
* compare and of strings in null test
* fixes
db.Execute(newSerializedCommand("PING"));// only the extension method of Execute (which is used for all the commands of Redis Stack) will set the library name and version.
awaitdb.ExecuteAsync(newSerializedCommand("PING"));// only the extension method of Execute (which is used for all the commands of Redis Stack) will set the library name and version.
db.Execute(newSerializedCommand("PING"));// only the extension method of Execute (which is used for all the commands of Redis Stack) will set the library name and version.
awaitdb.ExecuteAsync(newSerializedCommand("PING"));// only the extension method of Execute (which is used for all the commands of Redis Stack) will set the library name and version.
db.Execute(newSerializedCommand("PING"));// only the extension method of Execute (which is used for all the commands of Redis Stack) will set the library name and version.
awaitdb.ExecuteAsync(newSerializedCommand("PING"));// only the extension method of Execute (which is used for all the commands of Redis Stack) will set the library name and version.
0 commit comments