redisql
redisql copied to clipboard
SQL to Redis caching made easy
## Describe the solution you'd like Provide a `docker compose` solution so a maintainer or user can run this box in isolation of needing PostgreSQL/MySQL and Redis to test this....
- Have different levels of logging - Make logging have little impact on performance
Could be implemented in a redis-native way with Redis pub/sub; not sure about MySQL
## Expected Behavior  - The highlighted list item should be removed as I've since removed logging entirely from the library. ## Current Behavior - The highlighted list item is...
## Expected Behavior Performance in `CopyToString` should be comparable to that of `CopyToList` and `CopyToHash`. ## Current Behavior `CopyToString` is over 100% slower than the aforementioned two. ## Possible Solution...
To solve issue #45 before data pipelining ``` > go test -v -db mysql -rows 10000 Preparing Test... === RUN TestCopyToString --- PASS: TestCopyToString (11.00s) === RUN TestCopyToList --- PASS:...