redisql icon indicating copy to clipboard operation
redisql copied to clipboard

SQL to Redis caching made easy

Results 6 redisql issues
Sort by recently updated
recently updated
newest added

## 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....

enhancement
help wanted
good first issue
Hacktoberfest

- Have different levels of logging - Make logging have little impact on performance

enhancement
good first issue
done
Hacktoberfest

Could be implemented in a redis-native way with Redis pub/sub; not sure about MySQL

enhancement
help wanted
good first issue
Hacktoberfest

## Expected Behavior ![image](https://user-images.githubusercontent.com/45473363/135547825-719efac3-9a7d-445d-b55a-8e9fb5224a13.png) - The highlighted list item should be removed as I've since removed logging entirely from the library. ## Current Behavior - The highlighted list item is...

done

## 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...

done

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:...

enhancement
Hacktoberfest
performance
hacktoberfest-accepted