mirror of https://github.com/redis/redis.git
README: Fix typo. sever => server
This commit is contained in:
parent
80b70371e8
commit
2d1d03bf84
|
@ -297,7 +297,7 @@ Redis objects are used extensively in the Redis internals, however in order
|
||||||
to avoid the overhead of indirect accesses, recently in many places
|
to avoid the overhead of indirect accesses, recently in many places
|
||||||
we just use plain dynamic strings not wrapped inside a Redis object.
|
we just use plain dynamic strings not wrapped inside a Redis object.
|
||||||
|
|
||||||
sever.c
|
server.c
|
||||||
---
|
---
|
||||||
|
|
||||||
This is the entry point of the Redis server, where the `main()` function
|
This is the entry point of the Redis server, where the `main()` function
|
||||||
|
|
Loading…
Reference in New Issue