element-hq / element-hq/synapse
Turn off `convertNumbers` option used by txredisapi
Open
T-Task
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#9226](https://github.com/matrix-org/synapse/issues/9226).
---
By default txredisapi will try and convert strings that look like numbers to ints (as Redis doesn't really support storing ints). This feels like a) a bit of a shotgun and b) something that might have perf overhead.
Let's just turn it off
Contributor guide
Assessment
This issue has not been assessed yet.