├── en ├── metadata.xml ├── redis.md ├── title.png ├── title.psd └── xetex.template ├── readme.md ├── ru ├── generate.bat ├── metadata.xml ├── redis-ru.pdf ├── redis.md ├── title.png ├── title.psd └── xetex.template └── template └── xetex.template /en/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/en/metadata.xml -------------------------------------------------------------------------------- /en/redis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/en/redis.md -------------------------------------------------------------------------------- /en/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/en/title.png -------------------------------------------------------------------------------- /en/title.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/en/title.psd -------------------------------------------------------------------------------- /en/xetex.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/en/xetex.template -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/readme.md -------------------------------------------------------------------------------- /ru/generate.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/ru/generate.bat -------------------------------------------------------------------------------- /ru/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/ru/metadata.xml -------------------------------------------------------------------------------- /ru/redis-ru.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/ru/redis-ru.pdf -------------------------------------------------------------------------------- /ru/redis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/ru/redis.md -------------------------------------------------------------------------------- /ru/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/ru/title.png -------------------------------------------------------------------------------- /ru/title.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/ru/title.psd -------------------------------------------------------------------------------- /ru/xetex.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/ru/xetex.template -------------------------------------------------------------------------------- /template/xetex.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akandratovich/the-little-redis-book/HEAD/template/xetex.template --------------------------------------------------------------------------------