Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Adding Redis Save command to performance test (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
danitseitlin authored Dec 31, 2021
1 parent 406a3f0 commit 90c922b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added temp-3248.rdb
Empty file.
2 changes: 1 addition & 1 deletion tests/performance-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def add_cmd(r: redis.Redis, key: str, set_name: str, min_interval: int, max_inte
#trigger more sets
#res = add_cmd(r, "key", "set1", 10, 25)
print(f'response: {res}')

r.save()
print("Done!~!")

0 comments on commit 90c922b

Please sign in to comment.