Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
ddde700b
Unverified
Commit
ddde700b
authored
Dec 02, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
Dec 02, 2019
Browse files
Merge pull request #6634 from oranagra/fix_gen_write_load
revert an accidental test code change done as part of the tls project
parents
f5d48537
07b365b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/helpers/gen_write_load.tcl
View file @
ddde700b
...
...
@@ -4,7 +4,7 @@ set ::tlsdir "tests/tls"
proc gen_write_load
{
host port seconds tls
}
{
set start_time
[
clock seconds
]
set r
[
redis $host $port
0
$tls
]
set r
[
redis $host $port
1
$tls
]
$r select 9
while 1
{
$r set
[
expr rand
()]
[
expr rand
()]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment