You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-22 00:40:55 +03:00
Updates
This commit is contained in:
File diff suppressed because one or more lines are too long
1
documentation/json/assets/navigation.js
Normal file
1
documentation/json/assets/navigation.js
Normal file
@@ -0,0 +1 @@
|
||||
window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAA7WaW2+iQBiG/wu9NduTu5v2Tlfa2OVgGEzWNIZQwdUsoOGwabPpf19OAgM4MoT3Fr55PnzeGZyOff0nhPZ7KDwKm4Prmp4VCCPhaIa7+Ip7sCLHDq5Pd77sQteJb//Ze5bweDcSNru9Y/m2Jzy+FhjNtvbBC1GVkhN+HKuUoqLGu3n4fvv17nNUoCx7a0ZOWIL+mv7efKMeKa+hUfdVSuibXrA9+K4SuW+2H2j20fkomdvI24T7g1dhto6gO3wbt3XIPllw8Cb+78i1vbBbm8Ywrl5K5Dgcn6k5jqtbn07tXdaVPqfB1xNNmywWojI7PwuNoqbTfHyaa0Q3foorY67MxF+syVQh10Z1mV6n8AKWnUqL5sBuQVzw39aBL4Capzb/LVKG0Z+Bu9ufE0MTJzNDVaRVN3Z1xKCxZnhgqrUGvKESUdMvpZrUYGJNychVlbeA+qc78AUgiQrbflyAUJ9gMespIcNWUwIHZknh+YJcqAt2kHEBIsgEi1xACR9onMLzGde1ucxWnlQgnKdcpPS0AdA6zefQPhOny2dDFmVVWzHcV8sGD4CCw1KguqCiaG/ClYfEjEEC2JeQ0iWga6mX4idVexZZW6SsYHDRORbmOuejdNfxHMbZuru6PvesZ4FXjREZf3z7ML6/qWrgiZEvw84brQSL2WV1nBStycns6GTEOpGhq0RGrhG57wpRlvJc+aFNWd/BRc2wq4XGYtZM2QOWa9mi71yPCfJS0i9lkNUMnkEFC8sg74HMIG/RNwN1+hI/F2GoyisGf+ucuDA5pwaod0+Dz/H6iceyzy2yAoR0vnMLfufIA4Y6nsO4JhLW8UJye3DbKRTmOqWjTNNwDs+EuX8hgO0LQe5eCHDzQnruXYh++becomZ43Tr8t5yyBUx9swNfAOy3d1aAUA86dc7JmL+Hcjgwy75fCvpqITJiTG4PHmIKhS2dlI4yTcMve46v2e9Nv+nlTl4b/6jQRFyVNfSmff25/g/VZ8rAhCEAAA=="
|
||||
File diff suppressed because one or more lines are too long
@@ -32,7 +32,6 @@
|
||||
--light-color-ts-accessor: var(--light-color-ts-property);
|
||||
--light-color-ts-get-signature: var(--light-color-ts-accessor);
|
||||
--light-color-ts-set-signature: var(--light-color-ts-accessor);
|
||||
/* object literal not included as it is not used and will be removed in 0.25 */
|
||||
--light-color-ts-type-alias: #d51270;
|
||||
/* reference not included as links will be colored with the kind that it points to */
|
||||
|
||||
@@ -72,7 +71,6 @@
|
||||
--dark-color-ts-accessor: var(--dark-color-ts-property);
|
||||
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
|
||||
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
|
||||
/* object literal not included as it is not used and will be removed in 0.25 */
|
||||
--dark-color-ts-type-alias: #ff6492;
|
||||
/* reference not included as links will be colored with the kind that it points to */
|
||||
|
||||
@@ -468,13 +466,12 @@ blockquote {
|
||||
padding: 0 0 0 20px;
|
||||
margin: 0;
|
||||
}
|
||||
.tsd-typography h4,
|
||||
.tsd-typography .tsd-index-panel h3,
|
||||
.tsd-index-panel .tsd-typography h3,
|
||||
.tsd-typography h4,
|
||||
.tsd-typography h5,
|
||||
.tsd-typography h6 {
|
||||
font-size: 1em;
|
||||
margin: 0;
|
||||
}
|
||||
.tsd-typography h5,
|
||||
.tsd-typography h6 {
|
||||
@@ -485,6 +482,19 @@ blockquote {
|
||||
.tsd-typography ol {
|
||||
margin: 1em 0;
|
||||
}
|
||||
.tsd-typography table {
|
||||
border-collapse: collapse;
|
||||
border: none;
|
||||
}
|
||||
.tsd-typography td,
|
||||
.tsd-typography th {
|
||||
padding: 6px 13px;
|
||||
border: 1px solid var(--color-accent);
|
||||
}
|
||||
.tsd-typography thead,
|
||||
.tsd-typography tr:nth-child(even) {
|
||||
background-color: var(--color-background-secondary);
|
||||
}
|
||||
|
||||
.tsd-breadcrumb {
|
||||
margin: 0;
|
||||
@@ -900,8 +910,9 @@ a.tsd-index-link {
|
||||
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
#tsd-search .results li {
|
||||
padding: 0 10px;
|
||||
background-color: var(--color-background);
|
||||
line-height: initial;
|
||||
padding: 4px;
|
||||
}
|
||||
#tsd-search .results li:nth-child(even) {
|
||||
background-color: var(--color-background-secondary);
|
||||
@@ -909,12 +920,15 @@ a.tsd-index-link {
|
||||
#tsd-search .results li.state {
|
||||
display: none;
|
||||
}
|
||||
#tsd-search .results li.current,
|
||||
#tsd-search .results li:hover {
|
||||
#tsd-search .results li.current:not(.no-results),
|
||||
#tsd-search .results li:hover:not(.no-results) {
|
||||
background-color: var(--color-accent);
|
||||
}
|
||||
#tsd-search .results a {
|
||||
display: block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0.25rem;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#tsd-search .results a:before {
|
||||
top: 10px;
|
||||
@@ -1070,7 +1084,9 @@ ul.tsd-type-parameter-list h5 {
|
||||
overflow: hidden;
|
||||
opacity: 0.8;
|
||||
height: 40px;
|
||||
transition: opacity 0.1s, background-color 0.2s;
|
||||
transition:
|
||||
opacity 0.1s,
|
||||
background-color 0.2s;
|
||||
vertical-align: bottom;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -1122,7 +1138,7 @@ img {
|
||||
}
|
||||
|
||||
.deprecated {
|
||||
text-decoration: line-through;
|
||||
text-decoration: line-through !important;
|
||||
}
|
||||
|
||||
.warning {
|
||||
|
||||
Reference in New Issue
Block a user