Adding upstream version 1.9.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2bf0435a35
commit
031879240c
356 changed files with 26924 additions and 0 deletions
6
scripts/set_999_keys_in_redis.py
Normal file
6
scripts/set_999_keys_in_redis.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
import redis
|
||||
|
||||
client = redis.StrictRedis(db=3)
|
||||
|
||||
for i in range(100000):
|
||||
client.set(f"key-{i}", "hello world")
|
Loading…
Add table
Add a link
Reference in a new issue