mirror of
https://github.com/kennethreitz-archive/redis-docs.git
synced 2026-06-05 23:40:18 +00:00
9 lines
299 B
ReStructuredText
9 lines
299 B
ReStructuredText
`|Redis Documentation| <index.html>`_
|
|
**DesignPatterns: Contents**
|
|
DesignPatterns
|
|
==============
|
|
|
|
Use random keys instead of incremental keys in order to avoid a
|
|
single-key that gets incremented by many servers. This can can't be
|
|
distributed among servers.
|
|
.. |Redis Documentation| image:: redis.png |