Skip to content

Commit

Permalink
balance memcached cache across multiple connections
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrl committed Sep 18, 2015
1 parent 1f89725 commit df4c8a3
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 261 deletions.
1 change: 1 addition & 0 deletions docs/content/configuration/broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ You can optionally only configure caching to be enabled on the broker by setting
|`druid.cache.hosts`|Command separated list of Memcached hosts `<host:port>`.|none|
|`druid.cache.maxObjectSize`|Maximum object size in bytes for a Memcached object.|52428800 (50 MB)|
|`druid.cache.memcachedPrefix`|Key prefix for all keys in Memcached.|druid|
|`druid.cache.numConnections`|Number of memcached connections to use.|1|
Loading

0 comments on commit df4c8a3

Please sign in to comment.