mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
26b38bbe5b
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9631 GitOrigin-RevId: 64c40a30e3483fb0322ce9f2fbb2e9c1e3f1d9ba
11 lines
292 B
Markdown
11 lines
292 B
Markdown
# Hasura + Redis
|
|
|
|
Redis:
|
|
|
|
1. Super low-latency reads
|
|
|
|
Hasura + Redis:
|
|
|
|
1. Ignore models entirely.
|
|
2. Support functions that allow getting values from redis with authz on the input "key" and output "value". Output "values" can have types and will hence show up in the GraphQL schema properly.
|