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

Adding Redis Save command to performance test #25

Merged
merged 6 commits into from
Dec 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!~!")