|
|
|
|
|
by eastern
628 days ago
|
|
The slowness would be inevitable because the architecture combines the weak point of Redis (network stack) with the weak point of sqlite (disk access). It abandons Redis' in-memory data and sqlite's in-process speed... for what? |
|