Skip to content

Instantly share code, notes, and snippets.

@thanosa75
Created October 15, 2015 15:57
Show Gist options
  • Save thanosa75/a16a011082167496ead8 to your computer and use it in GitHub Desktop.
Save thanosa75/a16a011082167496ead8 to your computer and use it in GitHub Desktop.
Reproducing DATAREDIS-417
#!/bin/bash
## the following line connects to REDIS @ DB:10 and creates 20M keys
## to reproduce the bug, compile and run the spring boot project attached here
##
redis-cli -h localhost -n 10 -n 10 "DEBUG" "POPULATE" "20000000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment