BSD 3-Clause License

Copyright (c) 2026, Abhik Sarkar
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---

THIRD-PARTY COMPONENTS

This distribution bundles a compiled `valkey-server` binary.
Valkey is Copyright (c) the Valkey contributors, licensed under BSD-3-Clause.
See https://github.com/valkey-io/valkey and its COPYING file. The binary also
statically links third-party code from Valkey's source tree (Lua,
hdr_histogram, linenoise, fpconv). Valkey's license and the notices of those
statically linked dependencies are included in built wheels as
`valkey_embedded/bin/VALKEY_COPYING.txt` alongside the binary.

The `valkey` Python client (valkey-py) is a runtime dependency (not
redistributed here), forked from the MIT-licensed redis-py.
