vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

RedisSessionStore.iterateSession - multiple declarations

Function RedisSessionStore.iterateSession

int delegate(int delegate(ref string, ref std.variant.VariantN!(32L))) iterateSession (
  string id
);

Function RedisSessionStore.iterateSession

Iterates all keys stored in the given session.

int iterateSession (
  string id,
  scope @safe int delegate(string) del
) @safe;
Authors
Copyright
License