Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Commit

Permalink
update readme, disable permission test
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryRawas authored and JonathanPickett committed Jul 21, 2013
1 parent 3a5ee52 commit c84e5ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Redis on Windows 2.6 prototype
===
## What's new in this release

- This is a port for Windows based on Redis 2.6.8.
- This is a port for Windows based on Redis 2.6. The latest version merged in 2.6.12.
- The port is similar to the port of Redis 2.4, including the same background saving technology.
- There is support for x64 version as well as 32 bit versions.
- For the 64 bit version, there is a limit of 2^32 objects in a structure, and a max length of 2^32 for any object
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/rdb.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ proc start_server_and_kill_it {overrides code} {
kill_server $srv
}

if { $::tcl_platform(platform) != "windows" } {
# Make the RDB file unreadable
file attributes [file join $server_path dump.rdb] -permissions 0222

Expand Down Expand Up @@ -96,3 +97,4 @@ start_server_and_kill_it [list "dir" $server_path] {
}
}
}
}

0 comments on commit c84e5ba

Please sign in to comment.