Appendix B. Other resources and references
Over the last 11 chapters and appendix A, we’ve covered a variety of topics relating to Redis. As part of the problems that we solved, we introduced ideas that you may not have been familiar with and provided references for more information so that you can learn more.
This appendix gathers all of those references and more into a single location for easy access to other software, libraries, services, and/or documentation relating to the topics that we’ve covered, grouped by general topic.
These URLs will take you to forums where you can get help using Redis or with examples in other chapters:
- https://groups.google.com/forum/#!forum/redis-db—Redis forum
- http://www.manning-sandbox.com/forum.jspa?forumID=809—Manning forum for Redis in Action
This list of introductory topics covers some of the basic information about Redis and its use:
- http://redis.io/—Main Redis web site
- http://redis.io/commands—Full Redis command listing
- http://redis.io/clients—Redis client listing
- http://redis.io/documentation—Main reference page for documentation about Lua, pub/sub, replication, persistence, and so on.
- http://github.com/dmajkic/redis/—Dusan Majkic’s port of Redis to Windows
- http://github.com/MSOpenTech/redis/—Microsoft’s official port of Redis to Windows
This list of introductory topics covers some of the basic information about Python and its use: