Currently, the API won't start if it cannot connect to a Redis instance. However, if you only want to run this for verifying Vote identities (Validator verification) this is not needed.
Redis (and in fact, the whole queue system) should be optional and only required if the feature flags FEATURE_RESOLVER_SOLANA_FUNGIBLE or FEATURE_RESOLVER_SOLANA_NON_FUNGIBLE are enabled.
Goals:
Currently, the API won't start if it cannot connect to a Redis instance. However, if you only want to run this for verifying Vote identities (Validator verification) this is not needed.
Redis (and in fact, the whole queue system) should be optional and only required if the feature flags
FEATURE_RESOLVER_SOLANA_FUNGIBLEorFEATURE_RESOLVER_SOLANA_NON_FUNGIBLEare enabled.Goals: