mirror of
https://github.com/fluencelabs/redis
synced 2025-07-17 17:41:56 +00:00
deps
hiredis
jemalloc
linenoise
lua
doc
contents.html
cover.png
logo.gif
lua.1
lua.css
lua.html
luac.1
luac.html
manual.css
manual.html
readme.html
etc
src
test
COPYRIGHT
HISTORY
INSTALL
Makefile
README
Makefile
README.md
update-jemalloc.sh
src
tests
utils
.gitignore
00-RELEASENOTES
BUGS
CONTRIBUTING
COPYING
INSTALL
MANIFESTO
Makefile
README.md
redis.conf
runtest
runtest-cluster
runtest-sentinel
sentinel.conf
25 lines
341 B
CSS
25 lines
341 B
CSS
h3 code {
|
|
font-family: inherit ;
|
|
font-size: inherit ;
|
|
}
|
|
|
|
pre, code {
|
|
font-size: 12pt ;
|
|
}
|
|
|
|
span.apii {
|
|
float: right ;
|
|
font-family: inherit ;
|
|
font-style: normal ;
|
|
font-size: small ;
|
|
color: gray ;
|
|
}
|
|
|
|
p+h1, ul+h1 {
|
|
padding-top: 0.4em ;
|
|
padding-bottom: 0.4em ;
|
|
padding-left: 30px ;
|
|
margin-left: -30px ;
|
|
background-color: #E0E0FF ;
|
|
}
|