package
0.0.0-20191104061128-d439aa696de8
Repository: https://github.com/lonelycode/redigocluster.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
Creates a new concurrent map.
No description provided by the author
XXX: add some password protection - DONE.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
A "thread" safe string to anything map.
No description provided by the author
No description provided by the author
No description provided by the author
Used by the Iter & IterBuffered functions to wrap two variables together over a channel,.
# Interfaces
No description provided by the author
# Type aliases
A "thread" safe map of type string:Anything.
Iterator callback,called for every key,value found in maps.
RemoveCb is a callback executed in a map.RemoveCb() call, while Lock is held If returns true, the element will be removed from the map.
Table is a 256-word table representing the polynomial for efficient processing.
Callback to return new element to be inserted into the map It is called while lock is held, therefore it MUST NOT try to access other keys in same map, as it can lead to deadlock since Go sync.RWLock is not reentrant.