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
RedisCommands<String, String> sync = statefulRedisConnection.sync();
String dispatch = sync.dispatch(CommandType.SET, new StatusOutput<>(codec), new CommandArgs<>(codec)
this code Unable to execute command
The text was updated successfully, but these errors were encountered:
RedisCommands<String, String> sync = statefulRedisConnection.sync();
String dispatch = sync.dispatch(CommandType.SET, new StatusOutput<>(codec), new CommandArgs<>(codec)
this code Unable to execute command
The text was updated successfully, but these errors were encountered: