We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CONFIG GET
CONFIG GET REPS2 multinode response isn't converted
Should be converted
isn't converted
>>> import asyncio >>> >>> from glide import GlideClientConfiguration, GlideClusterClientConfiguration, NodeAddress, GlideClient, GlideClusterClient, AllNodes, ProtocolVersion >>> config = GlideClusterClientConfiguration([NodeAddress("localhost", 7000)], protocol=ProtocolVersion.RESP2) >>> client = await GlideClusterClient.create(config) >>> await client.config_get(['tls*file'], AllNodes()) {b'127.0.0.1:7002': [b'tls-key-file', b'', b'tls-dh-params-file', b'', b'tls-client-key-file', b'', b'tls-client-cert-file', b'', b'tls-cert-file', b'', b'tls-ca-cert-file', b''], b'127.0.0.1:7004': [b'tls-dh-params-file', b'', b'tls-key-file', b'', b'tls-client-cert-file', b'', b'tls-client-key-file', b'', b'tls-ca-cert-file', b'', b'tls-cert-file', b''], b'127.0.0.1:7001': [b'tls-cert-file', b'', b'tls-dh-params-file', b'', b'tls-client-key-file', b'', b'tls-key-file', b'', b'tls-client-cert-file', b'', b'tls-ca-cert-file', b''], b'127.0.0.1:7003': [b'tls-cert-file', b'', b'tls-ca-cert-file', b'', b'tls-dh-params-file', b'', b'tls-key-file', b'', b'tls-client-cert-file', b'', b'tls-client-key-file', b''], b'127.0.0.1:7000': [b'tls-cert-file', b'', b'tls-dh-params-file', b'', b'tls-client-cert-file', b'', b'tls-key-file', b'', b'tls-client-key-file', b'', b'tls-ca-cert-file', b''], b'127.0.0.1:7005': [b'tls-ca-cert-file', b'', b'tls-client-cert-file', b'', b'tls-cert-file', b'', b'tls-dh-params-file', b'', b'tls-client-key-file', b'', b'tls-key-file', b'']}
Returned value is Dict[List[str]] instead of Dict[Dict[str]]
Dict[List[str]]
Dict[Dict[str]]
No response
1.1
N/A
Linux
TypeScript, Python, Java
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
CONFIG GET
REPS2 multinode response isn't convertedExpected Behavior
Should be converted
Current Behavior
isn't converted
Reproduction Steps
Returned value is
Dict[List[str]]
instead ofDict[Dict[str]]
Possible Solution
No response
Additional Information/Context
No response
Client version used
1.1
Engine type and version
N/A
OS
Linux
Language
TypeScript, Python, Java
Language Version
N/A
Cluster information
No response
Logs
No response
Other information
No response
The text was updated successfully, but these errors were encountered: